• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.DONTTOUCHH A D27-Feb-2022498 118

README.svncppversionH A D27-Feb-2022205 53

annotate_line.hppH A D27-Feb-20222.5 KiB11060

apr.cppH A D27-Feb-20221.4 KiB5313

apr.hppH A D27-Feb-20221.7 KiB6716

client.cppH A D27-Feb-20221.7 KiB6629

client.hppH A D27-Feb-202221.6 KiB740254

client_annotate.cppH A D27-Feb-20222.4 KiB8248

client_cat.cppH A D27-Feb-20225.3 KiB17899

client_diff.cppH A D27-Feb-202210.6 KiB340233

client_ls.cppH A D27-Feb-20224.4 KiB167106

client_modify.cppH A D27-Feb-202214.7 KiB555443

client_property.cppH A D27-Feb-202210 KiB390223

client_status.cppH A D27-Feb-202211.1 KiB419312

context.cppH A D27-Feb-202218.8 KiB717433

context.hppH A D27-Feb-20223.4 KiB16037

context_listener.hppH A D27-Feb-20225.6 KiB21195

datetime.cppH A D27-Feb-20222.1 KiB9349

datetime.hppH A D27-Feb-20222.6 KiB11628

dirent.cppH A D27-Feb-20223.3 KiB157105

dirent.hppH A D27-Feb-20222.1 KiB9434

entry.cppH A D27-Feb-20222.1 KiB8340

entry.hppH A D27-Feb-20225.7 KiB313141

exception.cppH A D27-Feb-20223.1 KiB13783

exception.hppH A D27-Feb-20222.6 KiB11537

info.cppH A D27-Feb-20224.7 KiB255189

info.hppH A D27-Feb-20224 KiB16350

log_entry.cppH A D27-Feb-20222.1 KiB8237

log_entry.hppH A D27-Feb-20222.1 KiB8035

m_check.hppH A D27-Feb-20221.8 KiB5513

map_wrapper.hppH A D27-Feb-20221.9 KiB6217

path.cppH A D27-Feb-20228.7 KiB407261

path.hppH A D27-Feb-20224.8 KiB21554

pool.cppH A D27-Feb-20222.1 KiB9540

pool.hppH A D27-Feb-20222 KiB8425

property.cppH A D27-Feb-20224.3 KiB172115

property.hppH A D27-Feb-20222.9 KiB11243

revision.cppH A D27-Feb-20223.1 KiB12775

revision.hppH A D27-Feb-20223.1 KiB14243

status.cppH A D27-Feb-20225.1 KiB239177

status.hppH A D27-Feb-20223.8 KiB17555

status_selection.cppH A D27-Feb-20225.4 KiB279188

status_selection.hppH A D27-Feb-20223.5 KiB17050

string_wrapper.hppH A D27-Feb-20221.9 KiB6217

targets.cppH A D27-Feb-20223.1 KiB14994

targets.hppH A D27-Feb-20223.3 KiB15337

url.cppH A D27-Feb-20223.2 KiB12558

url.hppH A D27-Feb-20222.5 KiB9122

utility_wrapper.hppH A D27-Feb-20221.9 KiB6217

vector_wrapper.hppH A D27-Feb-20221.9 KiB6217

version.hppH A D27-Feb-20221.5 KiB444

wc.cppH A D27-Feb-20222.5 KiB10758

wc.hppH A D27-Feb-20222.5 KiB9224

README.DONTTOUCH

1Do _NOT_ touch any of these files unless you know what you're doing. This is a
2copy of the rapidsvn svncpp library imported because we need to make some minor
3changes to use it in kdevelop.
4
5I repeat: Do _not_ change any of these files with things like
6spelling-mistakes, s/FALSE/false or commenting out unused parameters. That
7makes updating to a newer svncpp version a lot harder and any such changes will
8be reverted.
9
10Andreas Pakulat <apaku@gmx.de>, current maintainer of the subversion plugin
11

README.svncppversion

1Most of the code in here is taken from the rapidsvn project, extending the
2public API of the svncpp library at the places where we need it.
3
4The current version of this code corresponds to rapidsvn 0.12.0
5