This file is indexed.

/usr/share/doc/libsvn1/html/deprecated.html is in libsvn-doc 1.9.3-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Subversion: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Subversion
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Deprecated List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000016"></a>Module <a class="el" href="group__auth__fns__depr.html">auth_fns_depr</a>  </dt>
<dd>Replaced by the svn_auth_* functions.  </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="svn__auth_8h.html#ab8992f1f553f731482eee99b42eedaa6">svn_auth_get_gnome_keyring_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "gnome_keyring" and provider_type of "simple".  </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="svn__auth_8h.html#a1d2364717fc83a0decd3fa136ae46779">svn_auth_get_gnome_keyring_ssl_client_cert_pw_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "gnome_keyring" and provider_type of "ssl_client_cert_pw".  </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Global <a class="el" href="svn__auth_8h.html#a310113db987e2783f9c37b2c6228cb26">svn_auth_get_gpg_agent_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "gpg_agent" and provider_type of "simple".  </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="svn__auth_8h.html#a412a3c955d7aadd3bd41f54fccf2adcd">svn_auth_get_keychain_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "keychain" and provider_type of "simple".  </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="svn__auth_8h.html#af243bf165ca0b72faf205e8ebba46f00">svn_auth_get_keychain_ssl_client_cert_pw_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "keychain" and provider_type of "ssl_client_cert_pw".  </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Global <a class="el" href="svn__auth_8h.html#ad0ada33b2e6776dc056ab70a15299c02">svn_auth_get_kwallet_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "kwallet" and provider_type of "simple".  </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Global <a class="el" href="svn__auth_8h.html#a4cfb9708bb9ee684f494d2fdf027a877">svn_auth_get_kwallet_ssl_client_cert_pw_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "kwallet" and provider_type of "ssl_client_cert_pw".  </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="svn__auth_8h.html#a7046599e07079f36f7a2845eeb537ca5">svn_auth_get_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Global <a class="el" href="svn__auth_8h.html#a031474a8fae4e3d2b191cee3e8e8a165">svn_auth_get_ssl_client_cert_pw_file_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="svn__auth_8h.html#a150ee5110b383bcdb2ce9b341dc26798">svn_auth_get_windows_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "windows" and provider_type of "simple".  </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="svn__auth_8h.html#a727c53b91e8d6b2d1d140b38e19f4d60">svn_auth_get_windows_ssl_client_cert_pw_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "windows" and provider_type of "ssl_client_cert_pw".  </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="svn__auth_8h.html#aba0697d924aebb6d00a7a0fa40965161">svn_auth_get_windows_ssl_server_trust_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API. Use svn_auth_get_platform_specific_provider with provider_name of "windows" and provider_type of "ssl_server_trust".  </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="group__auth__fns.html#ga1c41c986707991899ab975ec63538491">SVN_AUTH_PARAM_CONFIG</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API. </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Global <a class="el" href="group__base64.html#gace1091f9afa92d9d15b938f504010df1">svn_base64_encode_string</a>  (const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *str, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Global <a class="el" href="group__base64.html#gac3b6e28043e7320cdb3721ff18a89be0">svn_base64_from_md5</a>  (unsigned char digest[], apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000054"></a>Global <a class="el" href="group__Add.html#gaf195ea9edb1abcf4439f9b60a8cece2b">svn_client_add</a>  (const char *path, svn_boolean_t recursive, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000053"></a>Global <a class="el" href="group__Add.html#ga2631116d4eef41db38488031f4a297d6">svn_client_add2</a>  (const char *path, svn_boolean_t recursive, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000052"></a>Global <a class="el" href="group__Add.html#ga663ba842814592227853452f2508dd05">svn_client_add3</a>  (const char *path, svn_boolean_t recursive, svn_boolean_t force, svn_boolean_t no_ignore, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000051"></a>Global <a class="el" href="group__Add.html#gaf3dad04d9841b82ed3e15c01c815701b">svn_client_add4</a>  (const char *path, svn_depth_t depth, svn_boolean_t force, svn_boolean_t no_ignore, svn_boolean_t add_parents, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000043"></a>Global <a class="el" href="group__clnt__cmdline.html#ga5877e3011d9f8f7b2418e5c2a3a48789">svn_client_args_to_target_array</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, const apr_array_header_t *known_targets, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000042"></a>Global <a class="el" href="group__clnt__support.html#gadf1548b7cafcd30df5420e3099cd4b61">SVN_CLIENT_AUTH_PASSWORD</a>  </dt>
<dd>Provided for backward compatibility. </dd>
<dt><a class="anchor" id="_deprecated000041"></a>Global <a class="el" href="group__clnt__support.html#ga33cadb6521cfca35500e196607c3bc14">SVN_CLIENT_AUTH_USERNAME</a>  </dt>
<dd>Provided for backward compatibility. </dd>
<dt><a class="anchor" id="_deprecated000082"></a>Global <a class="el" href="group__Blame.html#gabb4b461fc5699326a7d9684fb9cd5664">svn_client_blame</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, svn_client_blame_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000081"></a>Global <a class="el" href="group__Blame.html#ga8b31a220457428a518e265f9851f260a">svn_client_blame2</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, svn_client_blame_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API. </dd>
<dt><a class="anchor" id="_deprecated000080"></a>Global <a class="el" href="group__Blame.html#ga35c528a46109a3b37e023ed3dff047e8">svn_client_blame3</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, const <a class="el" href="structsvn__diff__file__options__t.html" title="Options to control the behaviour of the file diff routines. ">svn_diff_file_options_t</a> *diff_options, svn_boolean_t ignore_mime_type, svn_client_blame_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000079"></a>Global <a class="el" href="group__Blame.html#ga093f616eeded3d45fa43d2e938d3b42d">svn_client_blame4</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, const <a class="el" href="structsvn__diff__file__options__t.html" title="Options to control the behaviour of the file diff routines. ">svn_diff_file_options_t</a> *diff_options, svn_boolean_t ignore_mime_type, svn_boolean_t include_merged_revisions, svn_client_blame_receiver2_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API. </dd>
<dt><a class="anchor" id="_deprecated000038"></a>Global <a class="el" href="group__clnt__blame.html#gaf1e93dbe0b508478042678e580b36632">svn_client_blame_receiver2_t</a>  )(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, svn_revnum_t merged_revision, const char *merged_author, const char *merged_date, const char *merged_path, const char *line, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. </dd>
<dt><a class="anchor" id="_deprecated000039"></a>Global <a class="el" href="group__clnt__blame.html#ga548926cdc825fbab3f9d0092aaa91231">svn_client_blame_receiver_t</a>  )(void *baton, apr_int64_t line_no, svn_revnum_t revision, const char *author, const char *date, const char *line, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000146"></a>Global <a class="el" href="group__Cat.html#gabb2c1e32cee3b382397c4ed00b5f17a7">svn_client_cat</a>  (svn_stream_t *out, const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000145"></a>Global <a class="el" href="group__Cat.html#ga6bd671377a03f0f3c0ead8867c3ec756">svn_client_cat2</a>  (svn_stream_t *out, const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000045"></a>Global <a class="el" href="group__clnt__wc__checkout.html#ga66a785a668ff17e0a97c2b531b262022">svn_client_checkout</a>  (svn_revnum_t *result_rev, const char *URL, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000044"></a>Global <a class="el" href="group__clnt__wc__checkout.html#gab0eda7fa3972970ef7dfce7e7bb1891e">svn_client_checkout2</a>  (svn_revnum_t *result_rev, const char *URL, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, svn_boolean_t ignore_externals, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000107"></a>Global <a class="el" href="group__Cleanup.html#ga419c90520839a549fc907266a1f5eaf7">svn_client_cleanup</a>  (const char *dir, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *scratch_pool)</dt>
<dd>Provided for limited backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000069"></a>Global <a class="el" href="group__Commit.html#gae0445b6839201c1b4ad9470daa2685f4">svn_client_commit</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const apr_array_header_t *targets, svn_boolean_t nonrecursive, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000068"></a>Global <a class="el" href="group__Commit.html#ga4a74d62bcd0f25a3337a9b19be2cdf98">svn_client_commit2</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const apr_array_header_t *targets, svn_boolean_t recurse, svn_boolean_t keep_locks, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API. </dd>
<dt><a class="anchor" id="_deprecated000067"></a>Global <a class="el" href="group__Commit.html#ga4b02fbcc90bf6beab2a6222b438f966d">svn_client_commit3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *targets, svn_boolean_t recurse, svn_boolean_t keep_locks, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000066"></a>Global <a class="el" href="group__Commit.html#gada07a12e2a42d0892881401242a45bdf">svn_client_commit4</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *targets, svn_depth_t depth, svn_boolean_t keep_locks, svn_boolean_t keep_changelists, const apr_array_header_t *changelists, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000065"></a>Global <a class="el" href="group__Commit.html#gadcafe29fd95a825b3188c822ceafc6a6">svn_client_commit5</a>  (const apr_array_header_t *targets, svn_depth_t depth, svn_boolean_t keep_locks, svn_boolean_t keep_changelists, svn_boolean_t commit_as_operations, const apr_array_header_t *changelists, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000031"></a>Global <a class="el" href="group__clnt__commit.html#ga41a2e341983463820a96e01c9108988a">svn_client_commit_info_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000035"></a>Global <a class="el" href="group__clnt__commit.html#ga422f000cdf8f33a59ba1a4df8666892b">svn_client_commit_item2_dup</a>  (const <a class="el" href="structsvn__client__commit__item2__t.html" title="The commit candidate structure. ">svn_client_commit_item2_t</a> *item, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000032"></a>Global <a class="el" href="group__clnt__commit.html#ga75102cfa63e74cdecb3ec8b50708d2d4">svn_client_commit_item2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000034"></a>Global <a class="el" href="group__clnt__commit.html#gabff86875919045f00b9092db26d13e2e">svn_client_commit_item_create</a>  (const <a class="el" href="structsvn__client__commit__item3__t.html" title="The commit candidate structure. ">svn_client_commit_item3_t</a> **item, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000033"></a>Global <a class="el" href="group__clnt__commit.html#ga6bae6a76831218f9d21da3edb13a777e">svn_client_commit_item_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000117"></a>Global <a class="el" href="group__Copy.html#ga97c9cd1d8f7323a3bcb43135a484ff8c">svn_client_copy</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const char *src_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_revision, const char *dst_path, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000116"></a>Global <a class="el" href="group__Copy.html#gae311e701f73ae4e8aea3ac399290d425">svn_client_copy2</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *src_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_revision, const char *dst_path, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000115"></a>Global <a class="el" href="group__Copy.html#ga5d0e80a35a463c860fd9061b01266380">svn_client_copy3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *src_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_revision, const char *dst_path, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000114"></a>Global <a class="el" href="group__Copy.html#gafa708c6949147aab7ff78864ac2ff2a5">svn_client_copy4</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *sources, const char *dst_path, svn_boolean_t copy_as_child, svn_boolean_t make_parents, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000113"></a>Global <a class="el" href="group__Copy.html#ga904af220df009d705f60b3160712f87c">svn_client_copy5</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *sources, const char *dst_path, svn_boolean_t copy_as_child, svn_boolean_t make_parents, svn_boolean_t ignore_externals, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000112"></a>Global <a class="el" href="group__Copy.html#ga1b62b8af4a2cccbbf8f2047a8bde3cd3">svn_client_copy6</a>  (const apr_array_header_t *sources, const char *dst_path, svn_boolean_t copy_as_child, svn_boolean_t make_parents, svn_boolean_t ignore_externals, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000040"></a>Global <a class="el" href="group__clnt__ctx.html#ga9529eb0c90589b849417f151bcbee479">svn_client_create_context</a>  (<a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> **ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000163"></a>Global <a class="el" href="structsvn__client__ctx__t.html#a676cc28eeca833a25966e2bce3727bce">svn_client_ctx_t::log_msg_baton</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API. </dd>
<dt><a class="anchor" id="_deprecated000162"></a>Global <a class="el" href="structsvn__client__ctx__t.html#a9cb8bf63f2dc4c3527f271a16832dedc">svn_client_ctx_t::log_msg_func</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API. Use <code>log_msg_func2</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000161"></a>Global <a class="el" href="structsvn__client__ctx__t.html#a657f053bd9bb8f06551653d2e660fc8b">svn_client_ctx_t::notify_baton</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API. </dd>
<dt><a class="anchor" id="_deprecated000160"></a>Global <a class="el" href="structsvn__client__ctx__t.html#a22655d9e3f37e098ef0b9b2c67e9e489">svn_client_ctx_t::notify_func</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API. Use <code>notify_func2</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000060"></a>Global <a class="el" href="group__Delete.html#ga46e1489a906c31f42e4c646150a442db">svn_client_delete</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000059"></a>Global <a class="el" href="group__Delete.html#ga4643a8257665f1cef69c3ca468d5f3b3">svn_client_delete2</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000058"></a>Global <a class="el" href="group__Delete.html#ga862b476739ee2d859aee1ce81fbb77d7">svn_client_delete3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, svn_boolean_t force, svn_boolean_t keep_local, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000087"></a>Global <a class="el" href="group__Diff.html#ga6aff72544fdae31a12a3cb878c26a990">svn_client_diff</a>  (const apr_array_header_t *diff_options, const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000086"></a>Global <a class="el" href="group__Diff.html#gaf82b2cf5441afdd8287a44f2ee7b8fe8">svn_client_diff2</a>  (const apr_array_header_t *diff_options, const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000085"></a>Global <a class="el" href="group__Diff.html#ga577436800ecab2d841f87fb1237cc192">svn_client_diff3</a>  (const apr_array_header_t *diff_options, const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000084"></a>Global <a class="el" href="group__Diff.html#gab6d98080d85b7240eb5b7a62e54364d9">svn_client_diff4</a>  (const apr_array_header_t *diff_options, const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000083"></a>Global <a class="el" href="group__Diff.html#gacfc38f2cca3bad2287400e7cd10c4f1c">svn_client_diff5</a>  (const apr_array_header_t *diff_options, const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t use_git_diff_format, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000092"></a>Global <a class="el" href="group__Diff.html#ga7778ed98279c01b7da197ef7e6fbae32">svn_client_diff_peg</a>  (const apr_array_header_t *diff_options, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000091"></a>Global <a class="el" href="group__Diff.html#gaf11de894d0fb0143310e99b4cb1b21e8">svn_client_diff_peg2</a>  (const apr_array_header_t *diff_options, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000090"></a>Global <a class="el" href="group__Diff.html#ga804245541ec5c4d6d0de98823a520406">svn_client_diff_peg3</a>  (const apr_array_header_t *diff_options, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000089"></a>Global <a class="el" href="group__Diff.html#ga4c84eb846c68740c0ae5ca91e486187c">svn_client_diff_peg4</a>  (const apr_array_header_t *diff_options, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t ignore_content_type, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000088"></a>Global <a class="el" href="group__Diff.html#ga28728641779a5ce521a5c0c2d77553d4">svn_client_diff_peg5</a>  (const apr_array_header_t *diff_options, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t use_git_diff_format, const char *header_encoding, apr_file_t *outfile, apr_file_t *errfile, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000093"></a>Global <a class="el" href="group__Diff.html#ga67b584b503a81df3d269597940a77dd4">svn_client_diff_summarize</a>  (const char *path1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *path2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_client_diff_summarize_func_t summarize_func, void *summarize_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000094"></a>Global <a class="el" href="group__Diff.html#ga00407f7dd25eb0ac7737e598b1f85c2a">svn_client_diff_summarize_peg</a>  (const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_client_diff_summarize_func_t summarize_func, void *summarize_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000138"></a>Global <a class="el" href="group__Export.html#ga076874f47094cd1928f17d899a8b76bc">svn_client_export</a>  (svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000137"></a>Global <a class="el" href="group__Export.html#ga2f0d4a7e4aa898959dfd1827cec164bc">svn_client_export2</a>  (svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t force, const char *native_eol, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000136"></a>Global <a class="el" href="group__Export.html#gab108048745bd5af45de9b7ab821340cb">svn_client_export3</a>  (svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t overwrite, svn_boolean_t ignore_externals, svn_boolean_t recurse, const char *native_eol, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000135"></a>Global <a class="el" href="group__Export.html#ga857c66dd608c477aa958a3676bc62635">svn_client_export4</a>  (svn_revnum_t *result_rev, const char *from_path_or_url, const char *to_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t overwrite, svn_boolean_t ignore_externals, svn_depth_t depth, const char *native_eol, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000036"></a>Global <a class="el" href="group__clnt__commit.html#ga30cc05a15b45b577c67fe8bebdd248b8">svn_client_get_commit_log2_t</a>  )(const char **log_msg, const char **tmp_file, const apr_array_header_t *commit_items, void *baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000037"></a>Global <a class="el" href="group__clnt__commit.html#ga5e224f2947ce44b96bde06449ddfe2dc">svn_client_get_commit_log_t</a>  )(const char **log_msg, const char **tmp_file, apr_array_header_t *commit_items, void *baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Global <a class="el" href="group__auth__fns__depr.html#gac48f373d9e23557fe39d6326f778beff">svn_client_get_simple_prompt_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, svn_auth_simple_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a0d1cf74b8f9e2f55a92f1be7a942adb3" title="Set *provider to an authentication provider of type svn_auth_cred_simple_t that gets information by p...">svn_auth_get_simple_prompt_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Global <a class="el" href="group__auth__fns__depr.html#ga6d34f6704d7d95da3b6bad548d3bcf58">svn_client_get_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#adbe6e4f9a56ed5108f06f95d40b8042e" title="Set *provider to an authentication provider of type svn_auth_cred_simple_t that gets/sets information...">svn_auth_get_simple_provider2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000023"></a>Global <a class="el" href="group__auth__fns__depr.html#gaf4478650a91ea335900b846e485dba14">svn_client_get_ssl_client_cert_file_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#aa2fa9ec4071016474d7a927cb4dbacf7" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_client_cert_t, allocated in pool. ">svn_auth_get_ssl_client_cert_file_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000026"></a>Global <a class="el" href="group__auth__fns__depr.html#gaacabebf3b905a98232c743f735574166">svn_client_get_ssl_client_cert_prompt_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, svn_auth_ssl_client_cert_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a091023baac1bdc7846dbb9c3a1b0fdfc" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_client_cert_t, allocated in pool. ">svn_auth_get_ssl_client_cert_prompt_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000024"></a>Global <a class="el" href="group__auth__fns__depr.html#gac3c621371933d52e2b1791aea07b31d3">svn_client_get_ssl_client_cert_pw_file_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a6daa69fd91b8a658c3af25f27ab40a20" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_client_cert_pw_t that gets/sets...">svn_auth_get_ssl_client_cert_pw_file_provider2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000027"></a>Global <a class="el" href="group__auth__fns__depr.html#ga84751b034cf4dbc07bac2b26250b0494">svn_client_get_ssl_client_cert_pw_prompt_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, svn_auth_ssl_client_cert_pw_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#afe35741fb55873c3c4227d237e19bc14" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_client_cert_pw_t, allocated in pool. ">svn_auth_get_ssl_client_cert_pw_prompt_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000022"></a>Global <a class="el" href="group__auth__fns__depr.html#gaf45bf7daebda5b3aa64e7a6c822943d0">svn_client_get_ssl_server_trust_file_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#aaa8fe3918d02a179811ab9a03ddaec99" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_server_trust_t, allocated in pool. ">svn_auth_get_ssl_server_trust_file_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000025"></a>Global <a class="el" href="group__auth__fns__depr.html#ga2a800d7a8eb83518fce700b2b7ab27df">svn_client_get_ssl_server_trust_prompt_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, svn_auth_ssl_server_trust_prompt_func_t prompt_func, void *prompt_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a204388c3be43bff3c51e4490d7f40f43" title="Set *provider to an authentication provider of type svn_auth_cred_ssl_server_trust_t, allocated in pool. ">svn_auth_get_ssl_server_trust_prompt_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="group__auth__fns__depr.html#ga3ec77aeb4c8a7f3ceac74eec0f365cff">svn_client_get_username_prompt_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, svn_auth_username_prompt_func_t prompt_func, void *prompt_baton, int retry_limit, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a99da7f5d7e4b64aadaed2b94d958aebb" title="Set *provider to an authentication provider of type svn_auth_cred_username_t that gets information by...">svn_auth_get_username_prompt_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000021"></a>Global <a class="el" href="group__auth__fns__depr.html#ga7cad62f927b0c5f37d58255a695ed15a">svn_client_get_username_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#ac107e10d2325dbe7d4805a64aa6bd6c4" title="Set *provider to an authentication provider of type svn_auth_cred_username_t that gets/sets informati...">svn_auth_get_username_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Global <a class="el" href="group__auth__fns__depr.html#gaa0038b72473f387cb4ce574ab1f0e97a">svn_client_get_windows_simple_provider</a>  (<a class="el" href="structsvn__auth__provider__object__t.html" title="A provider object, ready to be put into an array and given to svn_auth_open(). ">svn_auth_provider_object_t</a> **provider, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="svn__auth_8h.html#a150ee5110b383bcdb2ce9b341dc26798" title="Set *provider to an authentication provider of type svn_auth_cred_simple_t that gets/sets information...">svn_auth_get_windows_simple_provider()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000064"></a>Global <a class="el" href="group__Import.html#ga1837630712a2dd45e9de04a4188e6057">svn_client_import</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const char *path, const char *url, svn_boolean_t nonrecursive, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000063"></a>Global <a class="el" href="group__Import.html#gae974b2afbdd76069c5393ca4e22d0611">svn_client_import2</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *path, const char *url, svn_boolean_t nonrecursive, svn_boolean_t no_ignore, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API  </dd>
<dt><a class="anchor" id="_deprecated000062"></a>Global <a class="el" href="group__Import.html#ga6305aae8e982fdbbbb0fd4d33aaf740d">svn_client_import3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *path, const char *url, svn_depth_t depth, svn_boolean_t no_ignore, svn_boolean_t ignore_unknown_node_types, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000061"></a>Global <a class="el" href="group__Import.html#ga70404d050bad9e73cf72844e71a9c74e">svn_client_import4</a>  (const char *path, const char *url, svn_depth_t depth, svn_boolean_t no_ignore, svn_boolean_t ignore_unknown_node_types, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000153"></a>Global <a class="el" href="group__Info.html#ga1553de3f015679f608e450692e91a9b9">svn_client_info</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_info_receiver_t receiver, void *receiver_baton, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000152"></a>Global <a class="el" href="group__Info.html#ga32ad0592964eb4778b77f1b324db1721">svn_client_info2</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_info_receiver_t receiver, void *receiver_baton, svn_depth_t depth, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000151"></a>Global <a class="el" href="group__Info.html#ga40a40a3afb2a3c9da8511e545fd1246e">svn_client_info3</a>  (const char *abspath_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, svn_boolean_t fetch_excluded, svn_boolean_t fetch_actual_only, const apr_array_header_t *changelists, svn_client_info_receiver2_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000141"></a>Global <a class="el" href="group__List.html#gafc3fe75c71359bd9e15e7ab3b1bd8b4a">svn_client_list</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, apr_uint32_t dirent_fields, svn_boolean_t fetch_locks, svn_client_list_func_t list_func, void *baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000140"></a>Global <a class="el" href="group__List.html#ga3ac4238fdc4d135798fdcce31bff829a">svn_client_list2</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, apr_uint32_t dirent_fields, svn_boolean_t fetch_locks, svn_client_list_func_t list_func, void *baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.7 API. </dd>
<dt><a class="anchor" id="_deprecated000139"></a>Global <a class="el" href="group__List.html#gaa83bee341972bebfd217bc2413c28d37">svn_client_list_func_t</a>  )(void *baton, const char *path, const <a class="el" href="structsvn__dirent__t.html" title="A general subversion directory entry. ">svn_dirent_t</a> *dirent, const <a class="el" href="structsvn__lock__t.html" title="A lock object, for client &amp; server to share. ">svn_lock_t</a> *lock, const char *abs_path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. </dd>
<dt><a class="anchor" id="_deprecated000078"></a>Global <a class="el" href="group__Log.html#ga43d8607236ca1bd5c2d9b41acfb62b7e">svn_client_log</a>  (const apr_array_header_t *targets, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000077"></a>Global <a class="el" href="group__Log.html#ga0c53313b5ec1070f6655bb45e94d9d71">svn_client_log2</a>  (const apr_array_header_t *targets, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000076"></a>Global <a class="el" href="group__Log.html#ga5c5f1d9e6c64298972bfa9c356fbc7aa">svn_client_log3</a>  (const apr_array_header_t *targets, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000075"></a>Global <a class="el" href="group__Log.html#ga51b2d03e1d9effca849bd2739187a01a">svn_client_log4</a>  (const apr_array_header_t *targets, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_boolean_t include_merged_revisions, const apr_array_header_t *revprops, svn_log_entry_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000144"></a>Global <a class="el" href="group__List.html#ga3e19fea4a3f30290845a246c801c9989">svn_client_ls</a>  (apr_hash_t **dirents, const char *path_or_url, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API. Use <a class="el" href="group__List.html#ga3ac4238fdc4d135798fdcce31bff829a" title="Similar to svn_client_list3(), but with include_externals set to FALSE, and using a svn_client_list_f...">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000143"></a>Global <a class="el" href="group__List.html#gab034858ab9da2e9726890b301960d6dd">svn_client_ls2</a>  (apr_hash_t **dirents, const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API. Use <a class="el" href="group__List.html#ga3ac4238fdc4d135798fdcce31bff829a" title="Similar to svn_client_list3(), but with include_externals set to FALSE, and using a svn_client_list_f...">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000142"></a>Global <a class="el" href="group__List.html#ga6456f1be321b613a683fcefe3ea7dacd">svn_client_ls3</a>  (apr_hash_t **dirents, apr_hash_t **locks, const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API. Use <a class="el" href="group__List.html#ga3ac4238fdc4d135798fdcce31bff829a" title="Similar to svn_client_list3(), but with include_externals set to FALSE, and using a svn_client_list_f...">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000098"></a>Global <a class="el" href="group__Merge.html#gabe2333311fbf2f4a76dcb5d043d13a1f">svn_client_merge</a>  (const char *source1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *source2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000097"></a>Global <a class="el" href="group__Merge.html#gac4e8f005eb32546d489f412a21361c9a">svn_client_merge2</a>  (const char *source1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *source2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000096"></a>Global <a class="el" href="group__Merge.html#ga5acd0a13c8c9d608ff1fd5df1f2e30f1">svn_client_merge3</a>  (const char *source1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *source2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t record_only, svn_boolean_t dry_run, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. </dd>
<dt><a class="anchor" id="_deprecated000095"></a>Global <a class="el" href="group__Merge.html#ga22ac3f23f0fe763b40df2b7ab5e4eccb">svn_client_merge4</a>  (const char *source1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const char *source2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t record_only, svn_boolean_t dry_run, svn_boolean_t allow_mixed_rev, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000103"></a>Global <a class="el" href="group__Merge.html#gab3b7ffa4842894088a311d69bf4f39b8">svn_client_merge_peg</a>  (const char *source, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API. </dd>
<dt><a class="anchor" id="_deprecated000102"></a>Global <a class="el" href="group__Merge.html#gadbb47dae0b3e6e0ae27aad5509840f04">svn_client_merge_peg2</a>  (const char *source, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision1, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision2, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const char *target_wcpath, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t dry_run, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000101"></a>Global <a class="el" href="group__Merge.html#ga12005bd5f73bafa3ee56349ec7cf3716">svn_client_merge_peg3</a>  (const char *source, const apr_array_header_t *ranges_to_merge, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force, svn_boolean_t record_only, svn_boolean_t dry_run, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. </dd>
<dt><a class="anchor" id="_deprecated000100"></a>Global <a class="el" href="group__Merge.html#ga5f462a3ca783992223e6c38e9a461421">svn_client_merge_peg4</a>  (const char *source_path_or_url, const apr_array_header_t *ranges_to_merge, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *source_peg_revision, const char *target_wcpath, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t force_delete, svn_boolean_t record_only, svn_boolean_t dry_run, svn_boolean_t allow_mixed_rev, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000099"></a>Global <a class="el" href="group__Merge.html#ga9df159be42aa04fa30ad23ba90c3e929">svn_client_merge_reintegrate</a>  (const char *source_path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *source_peg_revision, const char *target_wcpath, svn_boolean_t dry_run, const apr_array_header_t *merge_options, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000104"></a>Global <a class="el" href="group__Merge.html#ga16fae4c8e1287a2c44f84d3d70d743dd">svn_client_mergeinfo_log</a>  (svn_boolean_t finding_merged, const char *target_path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *target_peg_revision, const char *source_path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *source_peg_revision, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_boolean_t discover_changed_paths, svn_depth_t depth, const apr_array_header_t *revprops, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backwards compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000106"></a>Global <a class="el" href="group__Merge.html#ga1ebab9ce5d36348a5765b594bdaa73cd">svn_client_mergeinfo_log_eligible</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const char *merge_source_path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_peg_revision, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_boolean_t discover_changed_paths, const apr_array_header_t *revprops, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API. Use <a class="el" href="group__Merge.html#ga16fae4c8e1287a2c44f84d3d70d743dd" title="Similar to svn_client_mergeinfo_log2(), but with source_start_revision and source_end_revision always...">svn_client_mergeinfo_log()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000105"></a>Global <a class="el" href="group__Merge.html#ga5490a793f43eaaa306d645d5b1b3bdaa">svn_client_mergeinfo_log_merged</a>  (const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const char *merge_source_path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_peg_revision, svn_log_entry_receiver_t receiver, void *receiver_baton, svn_boolean_t discover_changed_paths, const apr_array_header_t *revprops, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API. Use <a class="el" href="group__Merge.html#ga16fae4c8e1287a2c44f84d3d70d743dd" title="Similar to svn_client_mergeinfo_log2(), but with source_start_revision and source_end_revision always...">svn_client_mergeinfo_log()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000057"></a>Global <a class="el" href="group__Mkdir.html#ga61128f585eb9d10549b8d6050c6ca8c1">svn_client_mkdir</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000056"></a>Global <a class="el" href="group__Mkdir.html#ga86176a9c9b4c658a42729fe32e5c3278">svn_client_mkdir2</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000055"></a>Global <a class="el" href="group__Mkdir.html#gacb2c2f48636d4e4301b2f140499f8d90">svn_client_mkdir3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *paths, svn_boolean_t make_parents, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000123"></a>Global <a class="el" href="group__Move.html#ga06ccc215d30491e64da3c2cd1625a45f">svn_client_move</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const char *src_path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *src_revision, const char *dst_path, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000122"></a>Global <a class="el" href="group__Move.html#ga6efd89282d57b3ea23a97db0bfc7547a">svn_client_move2</a>  (<a class="el" href="structsvn__client__commit__info__t.html" title="Information about commits passed back to client from this module. ">svn_client_commit_info_t</a> **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API. </dd>
<dt><a class="anchor" id="_deprecated000121"></a>Global <a class="el" href="group__Move.html#gaf86b96b12a80f09e3cebb6bdd263715d">svn_client_move3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000120"></a>Global <a class="el" href="group__Move.html#ga915cc521582ab6b6de420685de3cde44">svn_client_move4</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *src_path, const char *dst_path, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000119"></a>Global <a class="el" href="group__Move.html#gaa2b67c7e74c74c4a3f94c256e775a00c">svn_client_move5</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const apr_array_header_t *src_paths, const char *dst_path, svn_boolean_t force, svn_boolean_t move_as_child, svn_boolean_t make_parents, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000118"></a>Global <a class="el" href="group__Move.html#ga8855ac8eb554aa86e15674671a3f682b">svn_client_move6</a>  (const apr_array_header_t *src_paths, const char *dst_path, svn_boolean_t move_as_child, svn_boolean_t make_parents, const apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000159"></a>Global <a class="el" href="group__clnt__sessions.html#gab0ca49065b469625d1168896abdd34fc">svn_client_open_ra_session</a>  (svn_ra_session_t **session, const char *url, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000131"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga221d812c03943439d6df7bc110d123aa">svn_client_propget</a>  (apr_hash_t **props, const char *propname, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000130"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#gac4e012d04b8ac4b7637b01733c8dabaf">svn_client_propget2</a>  (apr_hash_t **props, const char *propname, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000129"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga308f521360d91e87e6d1f0621363e260">svn_client_propget3</a>  (apr_hash_t **props, const char *propname, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000128"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#gab2cac73fb91180924232f0b755a85a3f">svn_client_propget4</a>  (apr_hash_t **props, const char *propname, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000134"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga8c2d55caecf446513125697ff99ebb0b">svn_client_proplist</a>  (apr_array_header_t **props, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000133"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga0c3fdcb55aead8324bea9bd29bdac8d4">svn_client_proplist2</a>  (apr_array_header_t **props, const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000132"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga6a7566fa1adf53579caf96c584b419ff">svn_client_proplist3</a>  (const char *target, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, const apr_array_header_t *changelists, svn_proplist_receiver_t receiver, void *receiver_baton, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000030"></a>Global <a class="el" href="group__clnt__commit.html#gaead02178801b0393e696d411327b6599">svn_client_proplist_item_dup</a>  (const <a class="el" href="structsvn__client__proplist__item__t.html" title="This is a structure which stores a filename and a hash of property names and values. ">svn_client_proplist_item_t</a> *item, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000028"></a>Global <a class="el" href="group__clnt__commit.html#ga445b192b3195a0fda1e68b8ea91389f9">svn_client_proplist_item_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000126"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga28943f472c40df43209815e2033fe414">svn_client_propset</a>  (const char *propname, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *propval, const char *target, svn_boolean_t recurse, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000125"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#gadd0b4a944d26837e5d46d29d53070858">svn_client_propset2</a>  (const char *propname, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *propval, const char *target, svn_boolean_t recurse, svn_boolean_t skip_checks, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000124"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#gaff2980dca147ebda1200d46cfdf0caf7">svn_client_propset3</a>  (<a class="el" href="structsvn__commit__info__t.html" title="All information about a commit. ">svn_commit_info_t</a> **commit_info_p, const char *propname, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *propval, const char *target, svn_depth_t depth, svn_boolean_t skip_checks, svn_revnum_t base_revision_for_url, const apr_array_header_t *changelists, const apr_hash_t *revprop_table, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000108"></a>Global <a class="el" href="group__Relocate.html#ga3ec4319683b7352d0caef2e7ea19177f">svn_client_relocate</a>  (const char *dir, const char *from_prefix, const char *to_prefix, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for limited backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000111"></a>Global <a class="el" href="group__Resolved.html#ga2f31ebd03ac76dfe8472bce5dbb526a2">svn_client_resolved</a>  (const char *path, svn_boolean_t recursive, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. Use <a class="el" href="group__Resolved.html#ga0c42aefd75d40afb27e26a5e4b7216a9" title="Perform automatic conflict resolution on a working copy path. ">svn_client_resolve()</a> with <em>conflict_choice</em> == <code>svn_wc_conflict_choose_merged</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000110"></a>Global <a class="el" href="group__Revert.html#ga3ce77a577680d7cb1e0ae386acbdbd41">svn_client_revert</a>  (const apr_array_header_t *paths, svn_boolean_t recursive, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000109"></a>Global <a class="el" href="group__Revert.html#gacb44f78571979944837d1ad9967bec5e">svn_client_revert2</a>  (const apr_array_header_t *paths, svn_depth_t depth, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000127"></a>Global <a class="el" href="group__svn__client__prop__funcs.html#ga624f20be1fad7998df4f179845d79518">svn_client_revprop_set</a>  (const char *propname, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *propval, const char *URL, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_revnum_t *set_rev, svn_boolean_t force, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000155"></a>Global <a class="el" href="group__clnt__sessions.html#ga2b70eb45a57b92c0cd807b4122f8acfb">svn_client_root_url_from_path</a>  (const char **url, const char *path_or_url, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. Use <a class="el" href="group__clnt__sessions.html#ga7f1d3859c705b0f2370098b56cc36029" title="Set *repos_root_url and *repos_uuid, to the root URL and UUID of the repository in which abspath_or_u...">svn_client_get_repos_root()</a> instead, with an absolute path.  </dd>
<dt><a class="anchor" id="_deprecated000074"></a>Global <a class="el" href="group__Status.html#ga52e822422ef964810712209c0d567b4f">svn_client_status</a>  (svn_revnum_t *result_rev, const char *path, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_wc_status_func_t status_func, void *status_baton, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000073"></a>Global <a class="el" href="group__Status.html#ga248f69ba6e4356b593f285d8d14995fe">svn_client_status2</a>  (svn_revnum_t *result_rev, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_wc_status_func2_t status_func, void *status_baton, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000072"></a>Global <a class="el" href="group__Status.html#gac9abf15736b3c21c7c4f8c376d43e956">svn_client_status3</a>  (svn_revnum_t *result_rev, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_wc_status_func2_t status_func, void *status_baton, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000071"></a>Global <a class="el" href="group__Status.html#ga8548513bfe87803a1c62fde47f5264f5">svn_client_status4</a>  (svn_revnum_t *result_rev, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_wc_status_func3_t status_func, void *status_baton, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, const apr_array_header_t *changelists, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000070"></a>Global <a class="el" href="group__Status.html#gabc7fb432c6019f76d98fb0dcbac66340">svn_client_status5</a>  (svn_revnum_t *result_rev, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t update, svn_boolean_t no_ignore, svn_boolean_t ignore_externals, svn_boolean_t depth_as_sticky, const apr_array_header_t *changelists, svn_client_status_func_t status_func, void *status_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000050"></a>Global <a class="el" href="group__Switch.html#gafcab99a2843a5a900a214328d7fce326">svn_client_switch</a>  (svn_revnum_t *result_rev, const char *path, const char *url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000049"></a>Global <a class="el" href="group__Switch.html#ga07da3a9ba97cfe57f0ce4b89d846bed6">svn_client_switch2</a>  (svn_revnum_t *result_rev, const char *path, const char *url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000048"></a>Global <a class="el" href="group__Update.html#ga03281f5793596f3934b893bf03a1e385">svn_client_update</a>  (svn_revnum_t *result_rev, const char *path, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000047"></a>Global <a class="el" href="group__Update.html#ga7d1b2ee1735736798e64973a39d393f4">svn_client_update2</a>  (apr_array_header_t **result_revs, const apr_array_header_t *paths, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_boolean_t recurse, svn_boolean_t ignore_externals, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000046"></a>Global <a class="el" href="group__Update.html#ga079508afca6b7892f93cf038bda21495">svn_client_update3</a>  (apr_array_header_t **result_revs, const apr_array_header_t *paths, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *revision, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t ignore_externals, svn_boolean_t allow_unver_obstructions, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000154"></a>Global <a class="el" href="group__clnt__sessions.html#ga32b1f7f851452ec8ecc8c2d899de2b0e">svn_client_url_from_path</a>  (const char **url, const char *path_or_url, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000158"></a>Global <a class="el" href="group__clnt__sessions.html#gac6fb340ce6837b3287b7bf6f5ff75d2a">svn_client_uuid_from_path</a>  (const char **uuid, const char *path, svn_wc_adm_access_t *adm_access, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000157"></a>Global <a class="el" href="group__clnt__sessions.html#gad59d35d4fb248e39b28182d8b6ef694c">svn_client_uuid_from_path2</a>  (const char **uuid, const char *local_abspath, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. Use <a class="el" href="group__clnt__sessions.html#ga7f1d3859c705b0f2370098b56cc36029" title="Set *repos_root_url and *repos_uuid, to the root URL and UUID of the repository in which abspath_or_u...">svn_client_get_repos_root()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000156"></a>Global <a class="el" href="group__clnt__sessions.html#ga1c56e13b2ebe543a84155e5b1c73b364">svn_client_uuid_from_url</a>  (const char **uuid, const char *url, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. Use <a class="el" href="group__clnt__sessions.html#ga7f1d3859c705b0f2370098b56cc36029" title="Set *repos_root_url and *repos_uuid, to the root URL and UUID of the repository in which abspath_or_u...">svn_client_get_repos_root()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000166"></a>Global <a class="el" href="svn__cmdline_8h.html#af22924e1c622daf82e1c332eb4ff3983">svn_cmdline_prompt_baton_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000167"></a>Global <a class="el" href="svn__cmdline_8h.html#ae10b705f133a49938410330373b0f12b">svn_cmdline_prompt_user</a>  (const char **result, const char *prompt_str, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000168"></a>Global <a class="el" href="svn__cmdline_8h.html#a2916c3e2a2738121eab6b0bc420b3470">svn_cmdline_setup_auth_baton</a>  (svn_auth_baton_t **ab, svn_boolean_t non_interactive, const char *username, const char *password, const char *config_dir, svn_boolean_t no_auth_cache, svn_config_t *cfg, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API. Use svn_cmdline_create_auth_baton() instead. </dd>
<dt><a class="anchor" id="_deprecated000447"></a>Global <a class="el" href="svn__types_8h.html#a3c5cdf2caa904b8eb738f4c1445be039">svn_commit_callback_t</a>  )(svn_revnum_t new_revision, const char *date, const char *author, void *baton)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000172"></a>Global <a class="el" href="svn__config_8h.html#a7ad97c163e51197b737094ed54499e49">svn_config_create</a>  (svn_config_t **cfgp, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool)</dt>
<dd>Provided for backward compatibility with 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000178"></a>Global <a class="el" href="svn__config_8h.html#a73110bda2ad24ae54d8a3d4828fdafff">svn_config_enumerate</a>  (svn_config_t *cfg, const char *section, svn_config_enumerator_t callback, void *baton)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000176"></a>Global <a class="el" href="svn__config_8h.html#a2d4ef615420c6d9317c12a4b3df4720e">svn_config_enumerate_sections</a>  (svn_config_t *cfg, svn_config_section_enumerator_t callback, void *baton)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000177"></a>Global <a class="el" href="svn__config_8h.html#a99c378697140c1f4c9dcaebdda6c6934">svn_config_enumerator_t</a>  )(const char *name, const char *value, void *baton)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000169"></a>Global <a class="el" href="svn__config_8h.html#a5c7f0ddd5f7ed0cfb43d9c2a2921556b">SVN_CONFIG_OPTION_NEON_DEBUG_MASK</a>  </dt>
<dd>Not used since 1.8. </dd>
<dt><a class="anchor" id="_deprecated000170"></a>Global <a class="el" href="svn__config_8h.html#ab5630c551e51e37e5148877a6b77fa10">SVN_CONFIG_OPTION_SSL_PKCS11_PROVIDER</a>  </dt>
<dd>Not used since 1.8. </dd>
<dt><a class="anchor" id="_deprecated000171"></a>Global <a class="el" href="svn__config_8h.html#a20b0e6dc53126154e7726f7da8b853c4">SVN_CONFIG_OPTION_TEMPLATE_ROOT</a>  </dt>
<dd>Not used by Subversion since 2003/r847039 (well before 1.0)  </dd>
<dt><a class="anchor" id="_deprecated000174"></a>Global <a class="el" href="svn__config_8h.html#a3528ee84c18814c4149a733e77ac2885">svn_config_read</a>  (svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool)</dt>
<dd>Provided for backward compatibility with 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000173"></a>Global <a class="el" href="svn__config_8h.html#a25f4740a76c658e10a6e6b7f896ef96a">svn_config_read2</a>  (svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool)</dt>
<dd>Provided for backward compatibility with 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000175"></a>Global <a class="el" href="svn__config_8h.html#a4601781b68921ca54edc47b6332d688d">svn_config_section_enumerator_t</a>  )(const char *name, void *baton)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000182"></a>Global <a class="el" href="group__svn__delta__path__delta__drivers.html#gac1f69081fde23b3dc0063832c5c3928e">svn_delta_path_driver</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, svn_revnum_t revision, const apr_array_header_t *paths, svn_delta_path_driver_cb_func_t callback_func, void *callback_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000185"></a>Global <a class="el" href="svn__diff_8h.html#a3fae3c023184611010ad555b68e4a4d6">svn_diff_diff</a>  (svn_diff_t **diff, void *diff_baton, const <a class="el" href="structsvn__diff__fns__t.html" title="Like svn_diff_fns2_t except with datasource_open() instead of datasources_open(). ...">svn_diff_fns_t</a> *diff_fns, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000186"></a>Global <a class="el" href="svn__diff_8h.html#a073245ac36a026c2c69b3ca156652894">svn_diff_diff3</a>  (svn_diff_t **diff, void *diff_baton, const <a class="el" href="structsvn__diff__fns__t.html" title="Like svn_diff_fns2_t except with datasource_open() instead of datasources_open(). ...">svn_diff_fns_t</a> *diff_fns, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000187"></a>Global <a class="el" href="svn__diff_8h.html#af0081fa1853b30f374a59df8412fae44">svn_diff_diff4</a>  (svn_diff_t **diff, void *diff_baton, const <a class="el" href="structsvn__diff__fns__t.html" title="Like svn_diff_fns2_t except with datasource_open() instead of datasources_open(). ...">svn_diff_fns_t</a> *diff_fns, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000189"></a>Global <a class="el" href="svn__diff_8h.html#a553e2f229b56443b1f95a2590a3fb106">svn_diff_file_diff</a>  (svn_diff_t **diff, const char *original, const char *modified, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000190"></a>Global <a class="el" href="svn__diff_8h.html#af012ea2f88946fdf414a44e3be7ea01a">svn_diff_file_diff3</a>  (svn_diff_t **diff, const char *original, const char *modified, const char *latest, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000191"></a>Global <a class="el" href="svn__diff_8h.html#a68fa15b2ab1fe6ef680704510615dfd1">svn_diff_file_diff4</a>  (svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000196"></a>Global <a class="el" href="svn__diff_8h.html#a35d61f33b5756908d3fe16a88ba1b660">svn_diff_file_output_merge</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *latest_path, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_boolean_t display_original_in_conflict, svn_boolean_t display_resolved_conflicts, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000195"></a>Global <a class="el" href="svn__diff_8h.html#ad8e7548187340d14d3f2027e2b77135d">svn_diff_file_output_merge2</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *latest_path, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t conflict_style, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000194"></a>Global <a class="el" href="svn__diff_8h.html#a251f5e2150be81e24b6e27eebd66c6d8">svn_diff_file_output_unified</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *original_header, const char *modified_header, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000193"></a>Global <a class="el" href="svn__diff_8h.html#a5f1c4c2f8079afd3318693d56491c76c">svn_diff_file_output_unified2</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *original_header, const char *modified_header, const char *header_encoding, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000192"></a>Global <a class="el" href="svn__diff_8h.html#a968422a5b6476ff9af8bbdbcd823b5e6">svn_diff_file_output_unified3</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_path, const char *modified_path, const char *original_header, const char *modified_header, const char *header_encoding, const char *relative_to_dir, svn_boolean_t show_c_function, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000184"></a>Global <a class="el" href="svn__diff_8h.html#a8c377bf050812282f31a7c4fb53dc2fe">svn_diff_fns_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000200"></a>Global <a class="el" href="svn__diff_8h.html#ac473496b2d0a5334c518bafeb4966e59">svn_diff_mem_string_output_merge</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *original, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *modified, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *latest, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_boolean_t display_original_in_conflict, svn_boolean_t display_resolved_conflicts, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000199"></a>Global <a class="el" href="svn__diff_8h.html#aeaa6262c3cdf5a5b8b4c464eeb172c44">svn_diff_mem_string_output_merge2</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *original, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *modified, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *latest, const char *conflict_original, const char *conflict_modified, const char *conflict_latest, const char *conflict_separator, svn_diff_conflict_display_style_t style, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000198"></a>Global <a class="el" href="svn__diff_8h.html#ae2ba9764f3ef6d9d87b13f16ab9b1f43">svn_diff_mem_string_output_unified</a>  (svn_stream_t *output_stream, svn_diff_t *diff, const char *original_header, const char *modified_header, const char *header_encoding, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *original, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *modified, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000197"></a>Global <a class="el" href="svn__diff_8h.html#abaca2a067b81d32858d095aa73681328">svn_diff_mem_string_output_unified2</a>  (svn_stream_t *output_stream, svn_diff_t *diff, svn_boolean_t with_diff_header, const char *hunk_delimiter, const char *original_header, const char *modified_header, const char *header_encoding, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *original, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *modified, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000188"></a>Global <a class="el" href="svn__diff_8h.html#a5d7485d61ab944a9a994eb18d8c9a9c5">svn_diff_output</a>  (svn_diff_t *diff, void *output_baton, const <a class="el" href="structsvn__diff__output__fns__t.html" title="A vtable for displaying (or consuming) differences between datasources. ">svn_diff_output_fns_t</a> *output_fns)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000201"></a>Global <a class="el" href="svn__dso_8h.html#a642c70c4389e40132dc38e97a0237cd8">svn_dso_initialize</a>  (void)</dt>
<dd>Provided for backwards compatibility with the 1.5 API. </dd>
<dt><a class="anchor" id="_deprecated000205"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac9b9f8ae5e3ab9ca0387cd65a1e394fd">SVN_ERR_IO_CORRUPT_EOL</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000206"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a168a938ad92382f71a7bf0f1b4f95bf9">SVN_ERR_IO_PIPE_FRAME_ERROR</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000207"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ac8caeafd03a76523f8e329ae4017f72f">SVN_ERR_IO_PIPE_READ_ERROR</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000214"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad1a10801dcc9e965735caa897498ff63">SVN_ERR_RA_DAV_INVALID_CONFIG_VALUE</a>  </dt>
<dd>To improve consistency between ra layers, this error code is replaced by SVN_ERR_BAD_CONFIG_VALUE. </dd>
<dt><a class="anchor" id="_deprecated000215"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abd039e979a0daa656aaba18d8755bd3e">SVN_ERR_RA_DAV_PATH_NOT_FOUND</a>  </dt>
<dd>To improve consistency between ra layers, this error code is replaced in ra_serf by SVN_ERR_FS_NOT_FOUND. </dd>
<dt><a class="anchor" id="_deprecated000219"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a2f033f8a2b24b995053dba6b60981407">SVN_ERR_RA_SERF_GSSAPI_INITIALISATION_FAILED</a>  </dt>
<dd>GSSAPI now handled by serf rather than libsvn_ra_serf.  </dd>
<dt><a class="anchor" id="_deprecated000218"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a0476685be39c7b7af0a1cdaf5be97a6a">SVN_ERR_RA_SERF_SSL_CERT_UNTRUSTED</a>  </dt>
<dd>Certificate verification now handled by serf rather than libsvn_ra_serf.  </dd>
<dt><a class="anchor" id="_deprecated000217"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a667f78c4d83f7f393d77f963a20c9e25">SVN_ERR_RA_SERF_SSPI_INITIALISATION_FAILED</a>  </dt>
<dd>SSPI now handled by serf rather than libsvn_ra_serf.  </dd>
<dt><a class="anchor" id="_deprecated000216"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a02435e403b212ef11dc4bd7c627849a2">SVN_ERR_SQLITE_UNSUPPORTED_SCHEMA</a>  </dt>
<dd>the internal sqlite support code does not manage schemas any longer.  </dd>
<dt><a class="anchor" id="_deprecated000213"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a14f3e93d7557f7cccb04b20ff5223f94">SVN_ERR_WC_CHANGELIST_MOVE</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API. This event is not an error, and is now reported via the standard notification mechanism instead.  </dd>
<dt><a class="anchor" id="_deprecated000211"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a043683da7f447332ff2ac81621942930">SVN_ERR_WC_INVALID_LOCK</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000212"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8622175b5afdcca5900ada6a26fbc359">SVN_ERR_WC_NOT_DIRECTORY</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API. </dd>
<dt><a class="anchor" id="_deprecated000209"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660abc14c81a286c3ef6c77d813d1dd6eba3">SVN_ERR_WC_UNWIND_EMPTY</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000208"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660ad1f3117c2755dbaa3f270ca3d7e26f9b">SVN_ERR_WC_UNWIND_MISMATCH</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000210"></a>Global <a class="el" href="svn__error__codes_8h.html#ac8784565366c15a28d456c4997963660a8470aa0cfac4a828a91c1c6b60cd2497">SVN_ERR_WC_UNWIND_NOT_EMPTY</a>  </dt>
<dd>Unused, slated for removal in the next major release. </dd>
<dt><a class="anchor" id="_deprecated000183"></a>Global <a class="el" href="group__delta__support.html#ga3897ac9dbb1177ee19a010dd92145b44">svn_file_rev_handler_old_t</a>  )(void *baton, const char *path, svn_revnum_t rev, apr_hash_t *rev_props, svn_txdelta_window_handler_t *delta_handler, void **delta_baton, apr_array_header_t *prop_diffs, apr_pool_t *pool)</dt>
<dd>This type is provided for the <a class="el" href="group__delta__support.html#gabb2b478ce4b35009702c3e3405146116" title="Return, in *handler2 and *handler2_baton a function/baton that will call handler/handler_baton, allocating the *handler2_baton in pool. ">svn_compat_wrap_file_rev_handler()</a> compatibility wrapper, and should not be used for new development.  </dd>
<dt><a class="anchor" id="_deprecated000232"></a>Global <a class="el" href="group__svn__fs__access__ctx.html#ga44f7faba2c0d9791f0695d2e6ba36fb5">svn_fs_access_add_lock_token</a>  (svn_fs_access_t *access_ctx, const char *token)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000234"></a>Global <a class="el" href="group__svn__fs__txns.html#ga5f3d23248081c14a10f72034bae82848">svn_fs_begin_txn</a>  (svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000228"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#gae1f913ff4684b5099b4e580398138587">svn_fs_berkeley_path</a>  (svn_fs_t *fs, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000231"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#ga382100d2c235b30b5d510fdbe7ebb909">svn_fs_berkeley_recover</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000241"></a>Global <a class="el" href="group__fs__handling.html#gab368d97a4f5093e8c71f8082f4664937">svn_fs_change_rev_prop</a>  (svn_fs_t *fs, svn_revnum_t rev, const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000226"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#ga5662639a436fd0c6136d59dfa17f3b07">svn_fs_create_berkeley</a>  (svn_fs_t *fs, const char *path)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000229"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#ga26918fdfd64ab135db07072f669e0efb">svn_fs_delete_berkeley</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000240"></a>Global <a class="el" href="group__fs__handling.html#ga9dfe5ed9f63bb8b222d2adb2b96f0220">svn_fs_file_md5_checksum</a>  (unsigned char digest[], svn_fs_root_t *root, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000242"></a>Global <a class="el" href="group__svn__fs__locks.html#ga5c0fdad9e95f6d0c1f4deb711d860e01">svn_fs_get_locks</a>  (svn_fs_t *fs, const char *path, svn_fs_get_locks_callback_t get_locks_func, void *get_locks_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000239"></a>Global <a class="el" href="group__fs__handling.html#ga2976ec837ee7caa7771e61ed266933b5">svn_fs_get_mergeinfo</a>  (svn_mergeinfo_catalog_t *catalog, svn_fs_root_t *root, const apr_array_header_t *paths, svn_mergeinfo_inheritance_t inherit, svn_boolean_t include_descendants, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000238"></a>Global <a class="el" href="group__fs__handling.html#ga58dd5d7dc74bef946a4dc1129c342038">svn_fs_history_prev</a>  (svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000223"></a>Global <a class="el" href="group__fs__handling.html#ga2909d84e561fbfd8b0f321dbded129b6">svn_fs_hotcopy</a>  (const char *src_path, const char *dest_path, svn_boolean_t clean, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000222"></a>Global <a class="el" href="group__fs__handling.html#gab0d6cd72d57ad6818843a30cdba5e3e1">svn_fs_hotcopy2</a>  (const char *src_path, const char *dest_path, svn_boolean_t clean, svn_boolean_t incremental, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000230"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#ga6ccd355919e18f239af7d5678a2a2278">svn_fs_hotcopy_berkeley</a>  (const char *src_path, const char *dest_path, svn_boolean_t clean_logs, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000225"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#ga91410ca05330dcec53e8cc5ead76a2ab">svn_fs_new</a>  (apr_hash_t *fs_config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000237"></a>Global <a class="el" href="group__fs__handling.html#ga2412ddc868b0ef6cdbbe3b682827885e">svn_fs_node_history</a>  (svn_fs_history_t **history_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000220"></a>Global <a class="el" href="group__fs__handling.html#gaf31aff19f6ddd70e665235ff1857fc35">svn_fs_open</a>  (svn_fs_t **fs_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000227"></a>Global <a class="el" href="group__svn__fs__bdb__deprecated.html#gaf07738ca9bd8d87d12fddd35cf5b855d">svn_fs_open_berkeley</a>  (svn_fs_t *fs, const char *path)</dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000233"></a>Global <a class="el" href="group__svn__fs__nodes.html#ga56988c80b1c47770dffa22268adccaf4">svn_fs_parse_id</a>  (const char *data, apr_size_t len, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000235"></a>Global <a class="el" href="group__svn__fs__directories.html#gafc7f95263f8edd2c4855e762983813b5">svn_fs_path_change_t</a>  </dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000236"></a>Global <a class="el" href="group__svn__fs__directories.html#ga41ca833e67c5cbabfc0fa9ad9a69c60c">svn_fs_paths_changed</a>  (apr_hash_t **changed_paths_p, svn_fs_root_t *root, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000224"></a>Global <a class="el" href="group__svn__fs__bdb.html#gac162b15e2e488c2f9b54b7c68111d21d">svn_fs_set_berkeley_errcall</a>  (svn_fs_t *fs, void(*handler)(const char *errpfx, char *msg))</dt>
<dd>Provided for backward compatibility with the 1.2 API. </dd>
<dt><a class="anchor" id="_deprecated000221"></a>Global <a class="el" href="group__fs__handling.html#ga64cb2a37367de523f56b89e5ec603a73">svn_fs_upgrade</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000202"></a>Global <a class="el" href="group__svn__error__error__creation__destroy.html#ga9eb04d5b9b6f6ad76132a7fb822aa77f">svn_handle_error</a>  (<a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *error, FILE *stream, svn_boolean_t fatal)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000203"></a>Global <a class="el" href="group__svn__error__error__creation__destroy.html#ga34bb30baf6f2da4abad396082111d671">svn_handle_warning</a>  (FILE *stream, <a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *error)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000243"></a>Global <a class="el" href="group__svn__hash__read__write.html#gab36785b881d3e6ceb0641c92333ed8ba">svn_hash_read</a>  (apr_hash_t *hash, apr_file_t *srcfile, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000244"></a>Global <a class="el" href="group__svn__hash__read__write.html#ga4b5ba45aadf9b26c9ee948484b817d23">svn_hash_write</a>  (apr_hash_t *hash, apr_file_t *destfile, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000150"></a>Global <a class="el" href="group__Info.html#ga803b08c81d5033e04c3d5dc234066488">svn_info_dup</a>  (const <a class="el" href="structsvn__info__t.html" title="A structure which describes various system-generated metadata about a working-copy path or URL...">svn_info_t</a> *info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. The new API is <a class="el" href="group__Info.html#gaeced63388c876c9c6c58eb88f7adac4e" title="Return a duplicate of info, allocated in pool. ">svn_client_info2_dup()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000149"></a>Global <a class="el" href="group__Info.html#ga6c00e77fca6e37a0d91fb34543edce5c">svn_info_receiver_t</a>  )(void *baton, const char *path, const <a class="el" href="structsvn__info__t.html" title="A structure which describes various system-generated metadata about a working-copy path or URL...">svn_info_t</a> *info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. The new API is <a class="el" href="group__Info.html#ga604a359b1ab3fdd1c47714604e238853" title="The callback invoked by info retrievers. ">svn_client_info_receiver2_t</a>.  </dd>
<dt><a class="anchor" id="_deprecated000147"></a>Global <a class="el" href="group__Info.html#ga12636e3cc95723d77871236446f7f806">SVN_INFO_SIZE_UNKNOWN</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000148"></a>Global <a class="el" href="group__Info.html#ga062f3eeacd9dc109f0c792cfca51f45f">svn_info_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API. The new API is <a class="el" href="structsvn__client__info2__t.html" title="A structure which describes various system-generated metadata about a working-copy path or URL...">svn_client_info2_t</a>.  </dd>
<dt><a class="anchor" id="_deprecated000165"></a>Global <a class="el" href="structsvn__info__t.html#a7f55a6c0da12b88347766367f0caaac3">svn_info_t::size</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000164"></a>Global <a class="el" href="structsvn__info__t.html#aa7aeb9d7901df7b61f6f12677a6fdf45">svn_info_t::working_size</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000204"></a>Global <a class="el" href="group__svn__error__error__creation__destroy.html#gab5f98501379447f3b996418cec2a9e83">SVN_INT_ERR</a>  (expr)</dt>
<dd>Provided for backward compatibility with the 1.8 API. Consider using <a class="el" href="group__svn__error__error__creation__destroy.html#gaf9008085ded8f0af940f38a3cad6edb1" title="Very basic default error handler: print out error stack error to the stdio stream stream...">svn_handle_error2()</a> or <a class="el" href="svn__cmdline_8h.html#a42970262887c6621aa4e9d34b08fd5df" title="Handle error in preparation for immediate exit from a command-line client. ">svn_cmdline_handle_exit_error()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000270"></a>Global <a class="el" href="svn__io_8h.html#ae1a5fef60e9dde8f5537e637e21d025a">svn_io_detect_mimetype</a>  (const char **mimetype, const char *file, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API  </dd>
<dt><a class="anchor" id="_deprecated000264"></a>Global <a class="el" href="svn__io_8h.html#acac394a2c49dcfb02b8cda55c9281625">svn_io_dir_walk</a>  (const char *dirname, apr_int32_t wanted, svn_io_walk_func_t walk_func, void *walk_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000248"></a>Global <a class="el" href="svn__io_8h.html#ad7384374afef049adcc8485de4083186">svn_io_file_checksum</a>  (unsigned char digest[], const char *file, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000249"></a>Global <a class="el" href="svn__io_8h.html#a98ada015dbb0b5d467375edba000dd4b">svn_io_file_lock</a>  (const char *lock_file, svn_boolean_t exclusive, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000271"></a>Global <a class="el" href="svn__io_8h.html#a58487bc76681879193a9a067dd37b483">svn_io_file_read_full</a>  (apr_file_t *file, void *buf, apr_size_t nbytes, apr_size_t *bytes_read, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API  </dd>
<dt><a class="anchor" id="_deprecated000260"></a>Global <a class="el" href="svn__io_8h.html#a0f79a74771d956231850979d58b9106e">svn_io_get_dir_filenames</a>  (apr_hash_t **dirents, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000262"></a>Global <a class="el" href="svn__io_8h.html#a4b09482c9762a2391435a6d1702d59af">svn_io_get_dirents</a>  (apr_hash_t **dirents, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000261"></a>Global <a class="el" href="svn__io_8h.html#a1583e69324a3f820894422f57fa37d57">svn_io_get_dirents2</a>  (apr_hash_t **dirents, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000246"></a>Global <a class="el" href="svn__io_8h.html#a2384857ad348105316edf6d1036d599f">svn_io_open_unique_file</a>  (apr_file_t **f, const char **unique_name_p, const char *path, const char *suffix, svn_boolean_t delete_on_close, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API </dd>
<dt><a class="anchor" id="_deprecated000245"></a>Global <a class="el" href="svn__io_8h.html#a58df63b2898a8a2a7df988b2d633eb1a">svn_io_open_unique_file2</a>  (apr_file_t **f, const char **unique_name_p, const char *path, const char *suffix, svn_io_file_del_t delete_when, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API  </dd>
<dt><a class="anchor" id="_deprecated000259"></a>Global <a class="el" href="svn__io_8h.html#ad7a26505bf041286d02793eb2a17be04">svn_io_remove_dir</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API  </dd>
<dt><a class="anchor" id="_deprecated000258"></a>Global <a class="el" href="svn__io_8h.html#abce28e789f76b15917b28b157d54dcfb">svn_io_remove_file</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000267"></a>Global <a class="el" href="svn__io_8h.html#a6c0266e00c285a0b90eef9faf0e31024">svn_io_run_diff</a>  (const char *dir, const char *const *user_args, int num_user_args, const char *label1, const char *label2, const char *from, const char *to, int *exitcode, apr_file_t *outfile, apr_file_t *errfile, const char *diff_cmd, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000269"></a>Global <a class="el" href="svn__io_8h.html#ae800def15e3ffc5e1645b296c4e7a1ca">svn_io_run_diff3</a>  (const char *dir, const char *mine, const char *older, const char *yours, const char *mine_label, const char *older_label, const char *yours_label, apr_file_t *merged, int *exitcode, const char *diff3_cmd, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000268"></a>Global <a class="el" href="svn__io_8h.html#a284650316c8ceefd30c4dae9aef49ec4">svn_io_run_diff3_2</a>  (int *exitcode, const char *dir, const char *mine, const char *older, const char *yours, const char *mine_label, const char *older_label, const char *yours_label, apr_file_t *merged, const char *diff3_cmd, const apr_array_header_t *user_args, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000247"></a>Global <a class="el" href="svn__io_8h.html#a02cd461341834d955e258a70def4f56f">svn_io_set_file_read_write_carefully</a>  (const char *path, svn_boolean_t enable_write, svn_boolean_t ignore_enoent, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000266"></a>Global <a class="el" href="svn__io_8h.html#a4ee2641c854734f78337aee204b79201">svn_io_start_cmd</a>  (apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, apr_file_t *infile, apr_file_t *outfile, apr_file_t *errfile, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API  </dd>
<dt><a class="anchor" id="_deprecated000265"></a>Global <a class="el" href="svn__io_8h.html#aa9e4a63f9f1c86d6ff712bcb6d51ddf4">svn_io_start_cmd2</a>  (apr_proc_t *cmd_proc, const char *path, const char *cmd, const char *const *args, svn_boolean_t inherit, svn_boolean_t infile_pipe, apr_file_t *infile, svn_boolean_t outfile_pipe, apr_file_t *outfile, svn_boolean_t errfile_pipe, apr_file_t *errfile, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API  </dd>
<dt><a class="anchor" id="_deprecated000263"></a>Global <a class="el" href="svn__io_8h.html#a5f173471fff3a277d315845056e61f94">svn_io_stat_dirent</a>  (const <a class="el" href="structsvn__io__dirent2__t.html" title="A set of directory entry data elements as returned by svn_io_get_dirents. ">svn_io_dirent2_t</a> **dirent_p, const char *path, svn_boolean_t ignore_enoent, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backwards compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000445"></a>Global <a class="el" href="svn__types_8h.html#a20fb039d61bfbd537935897ac2bc4114">svn_log_changed_path_dup</a>  (const <a class="el" href="structsvn__log__changed__path__t.html" title="A structure to represent a path that changed for a log entry. ">svn_log_changed_path_t</a> *changed_path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000444"></a>Global <a class="el" href="svn__types_8h.html#a224189fd5fe666377d8ee12bb3d5979a">svn_log_changed_path_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000449"></a>Global <a class="el" href="structsvn__log__entry__t.html#a94cb7ef606f460a847e6b21ce18b631c">svn_log_entry_t::changed_paths</a>  </dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000446"></a>Global <a class="el" href="svn__types_8h.html#ac3b23729d1051fe82db28ec968e20109">svn_log_message_receiver_t</a>  )(void *baton, apr_hash_t *changed_paths, svn_revnum_t revision, const char *author, const char *date, const char *message, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000274"></a>Global <a class="el" href="svn__md5_8h.html#a030627c861fafc251973a89d8b4e2a47">svn_md5_digest_to_cstring</a>  (const unsigned char digest[], apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000273"></a>Global <a class="el" href="svn__md5_8h.html#a0674c09bb480358c88bc6d1b958c8d2f">svn_md5_digest_to_cstring_display</a>  (const unsigned char digest[], apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000275"></a>Global <a class="el" href="svn__md5_8h.html#ac7fdcfe8f01d4a123084a62ff454b572">svn_md5_digests_match</a>  (const unsigned char d1[], const unsigned char d2[])</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000272"></a>Global <a class="el" href="svn__md5_8h.html#aee6ef80fb2397197c1498b75d4ce6251">svn_md5_empty_string_digest</a>  (void)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000276"></a>Global <a class="el" href="svn__mergeinfo_8h.html#a99924a6f5f1ffa833fd3ab72e8661778">svn_mergeinfo_diff</a>  (svn_mergeinfo_t *deleted, svn_mergeinfo_t *added, svn_mergeinfo_t mergefrom, svn_mergeinfo_t mergeto, svn_boolean_t consider_inheritance, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000282"></a>Global <a class="el" href="svn__mergeinfo_8h.html#afe89ba236af678f4c2a1562e34d937f6">svn_mergeinfo_inheritable</a>  (svn_mergeinfo_t *inheritable_mergeinfo, svn_mergeinfo_t mergeinfo, const char *path, svn_revnum_t start, svn_revnum_t end, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000280"></a>Global <a class="el" href="svn__mergeinfo_8h.html#afc1287fa5e9e5a902ebd8ea30cac1ec5">svn_mergeinfo_intersect</a>  (svn_mergeinfo_t *mergeinfo, svn_mergeinfo_t mergeinfo1, svn_mergeinfo_t mergeinfo2, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000277"></a>Global <a class="el" href="svn__mergeinfo_8h.html#a0bab0a2e1d9cd707dd752644144b13bc">svn_mergeinfo_merge</a>  (svn_mergeinfo_t mergeinfo, svn_mergeinfo_t changes, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000278"></a>Global <a class="el" href="svn__mergeinfo_8h.html#af5293e26d8af012fb839ca96ee6cbfc8">svn_mergeinfo_remove</a>  (svn_mergeinfo_t *mergeinfo, svn_mergeinfo_t eraser, svn_mergeinfo_t whiteboard, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000293"></a>Global <a class="el" href="svn__opt_8h.html#a4f1fae745c0a42787fed39c4855333dd">svn_opt_args_to_target_array</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, const apr_array_header_t *known_targets, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *start_revision, <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways. ">svn_opt_revision_t</a> *end_revision, svn_boolean_t extract_revisions, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000292"></a>Global <a class="el" href="svn__opt_8h.html#ae9861513f482fcb73195ad6b8c06efce">svn_opt_args_to_target_array2</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, const apr_array_header_t *known_targets, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000291"></a>Global <a class="el" href="svn__opt_8h.html#a9dc06126271371033b648aa43e6d6b47">svn_opt_args_to_target_array3</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, const apr_array_header_t *known_targets, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000284"></a>Global <a class="el" href="svn__opt_8h.html#a8b64499e64e2eb29e6df1a395d77997c">svn_opt_get_canonical_subcommand</a>  (const <a class="el" href="structsvn__opt__subcommand__desc__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc_t</a> *table, const char *cmd_name)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000285"></a>Global <a class="el" href="svn__opt_8h.html#a41891d204fc55d7a1af5a6959a19a21d">svn_opt_get_option_from_code</a>  (int code, const apr_getopt_option_t *option_table)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000288"></a>Global <a class="el" href="svn__opt_8h.html#ad258bb2626cce6d0ca70ebd8f1997092">svn_opt_print_generic_help</a>  (const char *header, const <a class="el" href="structsvn__opt__subcommand__desc__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc_t</a> *cmd_table, const apr_getopt_option_t *opt_table, const char *footer, apr_pool_t *pool, FILE *stream)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000296"></a>Global <a class="el" href="svn__opt_8h.html#a8e15cc9ba0ad6786e6ec59fde6d765ed">svn_opt_print_help</a>  (apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const <a class="el" href="structsvn__opt__subcommand__desc__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc_t</a> *cmd_table, const apr_getopt_option_t *option_table, const char *footer, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000295"></a>Global <a class="el" href="svn__opt_8h.html#a0267a3708e15338f1c32233aee8252fd">svn_opt_print_help2</a>  (apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc2_t</a> *cmd_table, const apr_getopt_option_t *option_table, const char *footer, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000294"></a>Global <a class="el" href="svn__opt_8h.html#afe67d5efea9439cbbd9b6fa4c7362e7d">svn_opt_print_help3</a>  (apr_getopt_t *os, const char *pgm_name, svn_boolean_t print_version, svn_boolean_t quiet, const char *version_footer, const char *header, const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc2_t</a> *cmd_table, const apr_getopt_option_t *option_table, const int *global_options, const char *footer, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000283"></a>Global <a class="el" href="svn__opt_8h.html#ad319c9e0a8ae9250ba51c26df35f841e">svn_opt_subcommand_desc_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.3 API. </dd>
<dt><a class="anchor" id="_deprecated000290"></a>Global <a class="el" href="svn__opt_8h.html#adb60e52860036327fd3e1d69eb2150e7">svn_opt_subcommand_help</a>  (const char *subcommand, const <a class="el" href="structsvn__opt__subcommand__desc__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc_t</a> *table, const apr_getopt_option_t *options_table, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000289"></a>Global <a class="el" href="svn__opt_8h.html#ace87e8aa4fe04e21d51bf4c3b747aff2">svn_opt_subcommand_help2</a>  (const char *subcommand, const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc2_t</a> *table, const apr_getopt_option_t *options_table, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000287"></a>Global <a class="el" href="svn__opt_8h.html#a9720ee1df62ba897dffaeba470510d92">svn_opt_subcommand_takes_option</a>  (const <a class="el" href="structsvn__opt__subcommand__desc__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc_t</a> *command, int option_code)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000286"></a>Global <a class="el" href="svn__opt_8h.html#a956407835962c0db49ae1ee45d2b6903">svn_opt_subcommand_takes_option2</a>  (const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table. ">svn_opt_subcommand_desc2_t</a> *command, int option_code)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000301"></a>Global <a class="el" href="svn__path_8h.html#a5f92b0550594a647cb1aa2bf459905a0">svn_path_basename</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#abd1989277bd046113f5a4a04eea47969" title="Gets the name of the specified canonicalized dirent as it is known within its parent directory...">svn_dirent_basename()</a>, <a class="el" href="svn__dirent__uri_8h.html#aaff6a95bb7cb4b01f509a3a20068203b" title="Get the (URI-decoded) basename of the specified canonicalized uri. ">svn_uri_basename()</a>, <a class="el" href="svn__dirent__uri_8h.html#a87096512213d2540a40f62c66f52f4c5" title="Get the basename of the specified canonicalized relpath. ">svn_relpath_basename()</a> or svn_fspath__basename().  </dd>
<dt><a class="anchor" id="_deprecated000304"></a>Global <a class="el" href="svn__path_8h.html#a71d5716a18e04df175633a65ddac7809">svn_path_canonicalize</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a43bc9669a9cd5c241aacd3e120134154" title="Return a new dirent like dirent, but transformed such that some types of dirent specification redunda...">svn_dirent_canonicalize()</a>, <a class="el" href="svn__dirent__uri_8h.html#a624e026e7bdd426d063435b87db2b103" title="Return a new uri like uri, but transformed such that some types of uri specification redundancies are...">svn_uri_canonicalize()</a>, <a class="el" href="svn__dirent__uri_8h.html#a6fd34d4c169df9722f03dd6e499a07ea" title="Return a new relpath like relpath, but transformed such that some types of relpath specification redu...">svn_relpath_canonicalize()</a> or svn_fspath__canonicalize().  </dd>
<dt><a class="anchor" id="_deprecated000309"></a>Global <a class="el" href="svn__path_8h.html#a336e77861107b3b14ac3e42c356727ab">svn_path_condense_targets</a>  (const char **pcommon, apr_array_header_t **pcondensed_targets, const apr_array_header_t *targets, svn_boolean_t remove_redundancies, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a8f44342f4caf7ad7abd74ab1a0c9c213" title="Find the common prefix of the canonicalized dirents in targets (an array of const char *&#39;s)...">svn_dirent_condense_targets()</a> or <a class="el" href="svn__dirent__uri_8h.html#a1b41445fe57a14f5866d6c040536f931" title="Find the common prefix of the canonicalized uris in targets (an array of const char *&#39;s)...">svn_uri_condense_targets()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000302"></a>Global <a class="el" href="svn__path_8h.html#a27b1486db97591805fb513a1c73014c3">svn_path_dirname</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a6642420c9f437098834a4f7151aa3332" title="Get the dirname of the specified canonicalized dirent, defined as the dirent with its basename remove...">svn_dirent_dirname()</a>, <a class="el" href="svn__dirent__uri_8h.html#a6afeca29c5c55e1dafb6640d89505533" title="Get the dirname of the specified canonicalized uri, defined as the uri with its basename removed...">svn_uri_dirname()</a>, <a class="el" href="svn__dirent__uri_8h.html#ab66fa16ca5787b158939e9e8e9f171cc" title="Get the dirname of the specified canonicalized relpath, defined as the relpath with its basename remo...">svn_relpath_dirname()</a> or svn_fspath__dirname().  </dd>
<dt><a class="anchor" id="_deprecated000307"></a>Global <a class="el" href="svn__path_8h.html#ad485d86ddbb7f8b07857a4992e243aae">svn_path_get_absolute</a>  (const char **pabsolute, const char *relative, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#af2c00a9fd200c14f8768a01e9ffbecf1" title="Convert relative canonicalized dirent to an absolute dirent and return the results in *pabsolute...">svn_dirent_get_absolute()</a> on a non-URL input.  </dd>
<dt><a class="anchor" id="_deprecated000306"></a>Global <a class="el" href="svn__path_8h.html#afc8d6c6604ebbe04537a5cfe0405138e">svn_path_get_longest_ancestor</a>  (const char *path1, const char *path2, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a53391740b3d8664cb3865f210821b659" title="Return the longest common dirent shared by two canonicalized dirents, dirent1 and dirent2...">svn_dirent_get_longest_ancestor()</a>, <a class="el" href="svn__dirent__uri_8h.html#a223335146fbf57d59114466bf686132d" title="Return the longest common path shared by two canonicalized uris, uri1 and uri2. ">svn_uri_get_longest_ancestor()</a>, <a class="el" href="svn__dirent__uri_8h.html#ae8480880f4d8de50c24baf434f076b83" title="Return the longest common path shared by two relative paths, relpath1 and relpath2. ">svn_relpath_get_longest_ancestor()</a> or svn_fspath__get_longest_ancestor().  </dd>
<dt><a class="anchor" id="_deprecated000297"></a>Global <a class="el" href="svn__path_8h.html#a9b002c8492b3f42010ce194bc4fe9674">svn_path_internal_style</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9" title="Convert dirent from the local style to the canonical internal style. ">svn_dirent_internal_style()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000311"></a>Global <a class="el" href="svn__path_8h.html#aa3f82e432465ad05ea28dcb9ab3d231e">svn_path_is_ancestor</a>  (const char *path1, const char *path2)</dt>
<dd>Provided for backward compatibility with the 1.6 API. For replacement functionality, see <a class="el" href="svn__dirent__uri_8h.html#a43120221527224b1e161e70f6608f746" title="Return the relative path part of child_dirent that is below parent_dirent, or just &quot;&quot; if parent_diren...">svn_dirent_skip_ancestor()</a>, <a class="el" href="svn__dirent__uri_8h.html#a2f060989ec00f710dce15f9668c5d6db" title="Return the URI-decoded relative path of child_uri that is below parent_uri, or just &quot;&quot; if parent_uri ...">svn_uri_skip_ancestor()</a>, and <a class="el" href="svn__dirent__uri_8h.html#a38f246ac90c84c2d2ad68f9a473d2b46" title="Return the relative path part of child_relpath that is below parent_relpath, or just &quot;&quot; if parent_rel...">svn_relpath_skip_ancestor()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000305"></a>Global <a class="el" href="svn__path_8h.html#aee225e4d7950ad37dc1d2aad8f8411ef">svn_path_is_canonical</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#a401b8232b2fe7173cb62f2fbdf06c56e" title="Return TRUE iff dirent is canonical. ">svn_dirent_is_canonical()</a>, <a class="el" href="svn__dirent__uri_8h.html#a82bfff97a7826720fdb864edd96d8012" title="Return TRUE iff uri is canonical. ">svn_uri_is_canonical()</a>, <a class="el" href="svn__dirent__uri_8h.html#ac552be30e9f2c8a500d1685be8898f2f" title="Return TRUE iff relpath is canonical. ">svn_relpath_is_canonical()</a> or svn_fspath__is_canonical().  </dd>
<dt><a class="anchor" id="_deprecated000310"></a>Global <a class="el" href="svn__path_8h.html#a723fa9b91b516a3f4057877396f17c85">svn_path_is_child</a>  (const char *path1, const char *path2, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. For replacement functionality, see <a class="el" href="svn__dirent__uri_8h.html#a43120221527224b1e161e70f6608f746" title="Return the relative path part of child_dirent that is below parent_dirent, or just &quot;&quot; if parent_diren...">svn_dirent_skip_ancestor()</a>, <a class="el" href="svn__dirent__uri_8h.html#af12399fefc5245c9b729d0a2f4fbe981" title="Similar to svn_dirent_skip_ancestor(), except that if child_dirent is the same as parent_dirent...">svn_dirent_is_child()</a>, <a class="el" href="svn__dirent__uri_8h.html#a2f060989ec00f710dce15f9668c5d6db" title="Return the URI-decoded relative path of child_uri that is below parent_uri, or just &quot;&quot; if parent_uri ...">svn_uri_skip_ancestor()</a>, and <a class="el" href="svn__dirent__uri_8h.html#a38f246ac90c84c2d2ad68f9a473d2b46" title="Return the relative path part of child_relpath that is below parent_relpath, or just &quot;&quot; if parent_rel...">svn_relpath_skip_ancestor()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000299"></a>Global <a class="el" href="svn__path_8h.html#aa2d6c1ad05e2e71d91981b63a313a9d9">svn_path_join</a>  (const char *base, const char *component, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#aa0ad2bf82642cff7d65c8310868be834" title="Join a base dirent (base) with a component (component). ">svn_dirent_join()</a>, <a class="el" href="svn__dirent__uri_8h.html#a8ea93c789655a35d683bf3b2e29d626c" title="Join a base relpath (base) with a component (component). ">svn_relpath_join()</a> or svn_fspath__join().  </dd>
<dt><a class="anchor" id="_deprecated000300"></a>Global <a class="el" href="svn__path_8h.html#a8b124175ae26b1a3b04964cb3b4fce47">svn_path_join_many</a>  (apr_pool_t *pool, const char *base,...)</dt>
<dd>Provided for backward compatibility with the 1.6 API. For new code, consider using <a class="el" href="svn__dirent__uri_8h.html#a9cc91f8e99a171e7ec4becffdc023901" title="Join multiple components onto a base dirent. ">svn_dirent_join_many()</a> or a sequence of calls to one of the *_join() functions.  </dd>
<dt><a class="anchor" id="_deprecated000298"></a>Global <a class="el" href="svn__path_8h.html#a12c6078657e62c3fa5a7c27c842f533e">svn_path_local_style</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20" title="Convert dirent from the internal style to the local style. ">svn_dirent_local_style()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000303"></a>Global <a class="el" href="svn__path_8h.html#a0bc6d306f3c26daa29a689ce0c8173aa">svn_path_split</a>  (const char *path, const char **dirpath, const char **base_name, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="svn__dirent__uri_8h.html#aa953a9310560da25358de9ef3621545c" title="Divide the canonicalized dirent into *dirpath and *base_name. ">svn_dirent_split()</a>, <a class="el" href="svn__dirent__uri_8h.html#a1738f95947423b71ec6b304cbfaf5417" title="Divide the canonicalized uri into a uri *dirpath and a (URI-decoded) relpath *base_name. ">svn_uri_split()</a>, <a class="el" href="svn__dirent__uri_8h.html#ae785b4fb4290096d50a2dc9323a97aa4" title="Divide the canonicalized relpath into *dirpath and *base_name. ">svn_relpath_split()</a> or svn_fspath__split().  </dd>
<dt><a class="anchor" id="_deprecated000308"></a>Global <a class="el" href="svn__path_8h.html#a116fa3935551000e0ad1a478fdb42057">svn_path_split_if_file</a>  (const char *path, const char **pdirectory, const char **pfile, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should implement the required logic directly; no direct replacement is provided.  </dd>
<dt><a class="anchor" id="_deprecated000312"></a>Global <a class="el" href="group__svn__path__uri__stuff.html#ga1522f308378a4a74c3d53565f627145f">svn_path_url_add_component</a>  (const char *url, const char *component, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000314"></a>Global <a class="el" href="group__svn__prop__visible__props.html#gadc662447f97c3aac40174f2fa131550f">SVN_PROP_EXECUTABLE_VALUE</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API. Use <code>SVN_PROP_BOOLEAN_TRUE</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000315"></a>Global <a class="el" href="group__svn__prop__visible__props.html#ga7bb3af3ea305f010ae0dac7b3d1c55dd">SVN_PROP_NEEDS_LOCK_VALUE</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API. Use <code>SVN_PROP_BOOLEAN_TRUE</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000316"></a>Global <a class="el" href="group__svn__prop__visible__props.html#ga207bcbf7c43457709115b405432868f9">SVN_PROP_SPECIAL_VALUE</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API. Use <code>SVN_PROP_BOOLEAN_TRUE</code> instead.  </dd>
<dt><a class="anchor" id="_deprecated000313"></a>Global <a class="el" href="group__svn__props__support.html#ga19f2e2d408625f203ffc15e891d42685">svn_property_kind</a>  (int *prefix_len, const char *prop_name)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000029"></a>Global <a class="el" href="group__clnt__commit.html#ga46dae46f3b741bc9660d31d3bbc8dcb8">svn_proplist_receiver_t</a>  )(void *baton, const char *path, apr_hash_t *prop_hash, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. </dd>
<dt><a class="anchor" id="_deprecated000343"></a>Global <a class="el" href="svn__ra_8h.html#a8b30ced73cbe13f848ab443b522efa6a">SVN_RA_ABI_VERSION</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000350"></a>Global <a class="el" href="structsvn__ra__callbacks2__t.html#a64592ded99ce9f2349b9f940893d8699">svn_ra_callbacks2_t::open_tmp_file</a>  )(apr_file_t **fp, void *callback_baton, apr_pool_t *pool)</dt>
<dd>This callback should no longer be used by RA layers.  </dd>
<dt><a class="anchor" id="_deprecated000320"></a>Global <a class="el" href="svn__ra_8h.html#a948e332ee6bde2879467b486e5d43e3f">svn_ra_callbacks_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000324"></a>Global <a class="el" href="svn__ra_8h.html#a302cc325129b7ee4d703eb40c8f6479d">svn_ra_change_rev_prop</a>  (svn_ra_session_t *session, svn_revnum_t rev, const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000344"></a>Global <a class="el" href="svn__ra_8h.html#a7a65dbfb735fcd81930474d65e852da2">svn_ra_dav_init</a>  (int abi_version, apr_pool_t *pool, apr_hash_t *hash)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000334"></a>Global <a class="el" href="svn__ra_8h.html#a2d2c514752466c5092e26ba4fdc51ae8">svn_ra_do_diff</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, const char *versus_url, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *diff_editor, void *diff_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000333"></a>Global <a class="el" href="svn__ra_8h.html#a34b8009fc0599404392716d8bee72dc2">svn_ra_do_diff2</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *diff_editor, void *diff_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000332"></a>Global <a class="el" href="svn__ra_8h.html#a17e36dc753c7c2e6f806b22867db2eea">svn_ra_do_status</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_boolean_t recurse, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *status_editor, void *status_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000331"></a>Global <a class="el" href="svn__ra_8h.html#ab473c714e0b782e1d589b0835ff8dc4a">svn_ra_do_switch</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_boolean_t recurse, const char *switch_url, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *switch_editor, void *switch_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000330"></a>Global <a class="el" href="svn__ra_8h.html#a9e5b7de1fc9cad57874b3a30f4068c0b">svn_ra_do_switch2</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter3__t.html" title="The update Reporter. ">svn_ra_reporter3_t</a> **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_depth_t depth, const char *switch_url, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *switch_editor, void *switch_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000329"></a>Global <a class="el" href="svn__ra_8h.html#aa941ae82dab9dda11d546208b9e19c58">svn_ra_do_update</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_boolean_t recurse, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *update_editor, void *update_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000328"></a>Global <a class="el" href="svn__ra_8h.html#a72c4b3e8552a3cb85994d76d646ff6b0">svn_ra_do_update2</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__ra__reporter3__t.html" title="The update Reporter. ">svn_ra_reporter3_t</a> **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *update_editor, void *update_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000326"></a>Global <a class="el" href="svn__ra_8h.html#a03d9f63044f94d4defbf79246af806b4">svn_ra_get_commit_editor</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000325"></a>Global <a class="el" href="svn__ra_8h.html#a4d60b174511e40b9c685d97967a380f2">svn_ra_get_commit_editor2</a>  (svn_ra_session_t *session, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000327"></a>Global <a class="el" href="svn__ra_8h.html#a7da17be4ef997b8363d2c2aba6de4bc6">svn_ra_get_dir</a>  (svn_ra_session_t *session, const char *path, svn_revnum_t revision, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000338"></a>Global <a class="el" href="svn__ra_8h.html#af06b70c8a7099a521a5dfbab0392c13f">svn_ra_get_file_revs</a>  (svn_ra_session_t *session, const char *path, svn_revnum_t start, svn_revnum_t end, svn_ra_file_rev_handler_t handler, void *handler_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000317"></a>Global <a class="el" href="svn__ra_8h.html#aca10b0152095247e10f4cd6e7826ef68">svn_ra_get_latest_revnum_func_t</a>  )(void *session_baton, svn_revnum_t *latest_revnum)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000339"></a>Global <a class="el" href="svn__ra_8h.html#a58724daf905e6c1b72690169dcb18efa">svn_ra_get_locks</a>  (svn_ra_session_t *session, apr_hash_t **locks, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000335"></a>Global <a class="el" href="svn__ra_8h.html#a7d484515cd6a1abbae0b888a91de5074">svn_ra_get_log</a>  (svn_ra_session_t *session, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000349"></a>Global <a class="el" href="svn__ra_8h.html#a7227450e16da09eeabf044461307985d">svn_ra_get_ra_library</a>  (<a class="el" href="structsvn__ra__plugin__t.html" title="Using this callback struct is similar to calling the newer public interface that is based on svn_ra_s...">svn_ra_plugin_t</a> **library, void *ra_baton, const char *url, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000337"></a>Global <a class="el" href="svn__ra_8h.html#af9ede44af4d4be1f8a52ed4a56c26495">svn_ra_get_repos_root</a>  (svn_ra_session_t *session, const char **url, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000336"></a>Global <a class="el" href="svn__ra_8h.html#a1b9e28e42765b63d24ae93f83272e1b9">svn_ra_get_uuid</a>  (svn_ra_session_t *session, const char **uuid, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000342"></a>Global <a class="el" href="svn__ra_8h.html#abb8c13258bce6c630c7b3053c94c806c">svn_ra_init_func_t</a>  )(int abi_version, apr_pool_t *pool, apr_hash_t *hash)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000348"></a>Global <a class="el" href="svn__ra_8h.html#a9262a57b401223ea5628923988ff50bb">svn_ra_init_ra_libs</a>  (void **ra_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000345"></a>Global <a class="el" href="svn__ra_8h.html#aada4d384aa1b3f044962fe7f1a1e4995">svn_ra_local_init</a>  (int abi_version, apr_pool_t *pool, apr_hash_t *hash)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000323"></a>Global <a class="el" href="svn__ra_8h.html#a9ca356e05ca9ce35d672b62b5fd2e94c">svn_ra_open</a>  (svn_ra_session_t **session_p, const char *repos_URL, const <a class="el" href="structsvn__ra__callbacks__t.html" title="Similar to svn_ra_callbacks2_t, except that the progress notification function and baton is missing...">svn_ra_callbacks_t</a> *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000322"></a>Global <a class="el" href="svn__ra_8h.html#aa2d9f2c59e0079c00bd4745082e838ef">svn_ra_open2</a>  (svn_ra_session_t **session_p, const char *repos_URL, const <a class="el" href="structsvn__ra__callbacks2__t.html" title="A collection of callbacks implemented by libsvn_client which allows an RA layer to &quot;pull&quot; information...">svn_ra_callbacks2_t</a> *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000321"></a>Global <a class="el" href="svn__ra_8h.html#a2543ab564e75c55f801e6ad6dfbf1f7d">svn_ra_open3</a>  (svn_ra_session_t **session_p, const char *repos_URL, const char *uuid, const <a class="el" href="structsvn__ra__callbacks2__t.html" title="A collection of callbacks implemented by libsvn_client which allows an RA layer to &quot;pull&quot; information...">svn_ra_callbacks2_t</a> *callbacks, void *callback_baton, apr_hash_t *config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000341"></a>Global <a class="el" href="svn__ra_8h.html#a4eb0a5e00f2896a41ac6bfb48d9174d7">svn_ra_plugin_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000340"></a>Global <a class="el" href="svn__ra_8h.html#ad88372f65c1d64451d3d782a5a22c587">svn_ra_print_ra_libraries</a>  (<a class="el" href="structsvn__stringbuf__t.html" title="A buffered string, capable of appending without an allocation and copy for each append. ">svn_stringbuf_t</a> **descriptions, void *ra_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000318"></a>Global <a class="el" href="svn__ra_8h.html#aaa1178090fba5cfd77e8d72b98c44c61">svn_ra_reporter2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000319"></a>Global <a class="el" href="svn__ra_8h.html#a4a0b95fef232c9b745a399f68d36b32b">svn_ra_reporter_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000347"></a>Global <a class="el" href="svn__ra_8h.html#ad39893f2a04a980d26936b0d85223c52">svn_ra_serf_init</a>  (int abi_version, apr_pool_t *pool, apr_hash_t *hash)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000353"></a>Global <a class="el" href="svn__ra__svn_8h.html#a775d6e7ac47cf36fee531c51c5428d95">svn_ra_svn_create_conn</a>  (apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000352"></a>Global <a class="el" href="svn__ra__svn_8h.html#ac133dd2eefd8be1a45d48d44747bcb6d">svn_ra_svn_create_conn2</a>  (apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000351"></a>Global <a class="el" href="svn__ra__svn_8h.html#aae9f6d4b3a2c40c2ba09027f31dfbf6e">svn_ra_svn_create_conn3</a>  (apr_socket_t *sock, apr_file_t *in_file, apr_file_t *out_file, int compression_level, apr_size_t zero_copy_limit, apr_size_t error_check_interval, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000354"></a>Global <a class="el" href="svn__ra__svn_8h.html#a57820414393d510ae1c0f3756906f3d5">svn_ra_svn_drive_editor</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, svn_boolean_t *aborted)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000361"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gaae0f190270cfe87b19d38a533ea0dea3">svn_ra_svn_end_list</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000362"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gabeafa59754d0da13ca45c0fb9d2b7105">svn_ra_svn_flush</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000371"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gaa39e750851c82affcf6e8ff900502882">svn_ra_svn_handle_commands</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const <a class="el" href="structsvn__ra__svn__cmd__entry__t.html" title="Command table, used by svn_ra_svn_handle_commands(). ">svn_ra_svn_cmd_entry_t</a> *commands, void *baton)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000370"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga5507592eb86fbb8807359425190c0025">svn_ra_svn_handle_commands2</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const <a class="el" href="structsvn__ra__svn__cmd__entry__t.html" title="Command table, used by svn_ra_svn_handle_commands(). ">svn_ra_svn_cmd_entry_t</a> *commands, void *baton, svn_boolean_t error_on_disconnect)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000346"></a>Global <a class="el" href="svn__ra_8h.html#ac18324af265efd7a44d0c031483fb208">svn_ra_svn_init</a>  (int abi_version, apr_pool_t *pool, apr_hash_t *hash)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000368"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga6a04dce0d6a78caaf891f7ccf7f589f9">svn_ra_svn_parse_proplist</a>  (const apr_array_header_t *list, apr_pool_t *pool, apr_hash_t **props)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000366"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga16da8f197baf87d068c761961a6439b5">svn_ra_svn_parse_tuple</a>  (const apr_array_header_t *list, apr_pool_t *pool, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000369"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga355479e94c812c250e233f5287718133">svn_ra_svn_read_cmd_response</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000364"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga054e65557e26d30a0f4b655839f73d8e">svn_ra_svn_read_item</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, <a class="el" href="structsvn__ra__svn__item__t.html" title="Memory representation of an on-the-wire data item. ">svn_ra_svn_item_t</a> **item)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000367"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gab7909e29a780d40093a202feadb8359a">svn_ra_svn_read_tuple</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000365"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga772a21bdd3b2d0ab7216745bf5772116">svn_ra_svn_skip_leading_garbage</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000360"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga13a9cfd41e5935ef2346a3cce936c7fd">svn_ra_svn_start_list</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000372"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gaf15ea6eb7cc42d3153098800e3fdb94b">svn_ra_svn_write_cmd</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *cmdname, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000374"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga550b747e1d40ac8441908029147228ca">svn_ra_svn_write_cmd_failure</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, <a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *err)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000373"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gae3ebeae8904556183a5cef212951f706">svn_ra_svn_write_cmd_response</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000357"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gaa0ae0696e25c8a4f334721a054e64a4f">svn_ra_svn_write_cstring</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *s)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000355"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga32bb1636947fc268dfbc9654e239f0cd">svn_ra_svn_write_number</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, apr_uint64_t number)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000359"></a>Global <a class="el" href="group__ra__svn__deprecated.html#gad9eaa7f84b44a546984c4e1820570a8d">svn_ra_svn_write_proplist</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, apr_hash_t *props)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000356"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga18bce76edb7547d1d4354a43871f92df">svn_ra_svn_write_string</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *str)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000363"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga485ffa27bbea0744a5c3a53f46e04c54">svn_ra_svn_write_tuple</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *fmt,...)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000358"></a>Global <a class="el" href="group__ra__svn__deprecated.html#ga0578f33134be63d940746d85c92d215b">svn_ra_svn_write_word</a>  (svn_ra_svn_conn_t *conn, apr_pool_t *pool, const char *word)</dt>
<dd>Provided for backward compatibility with the 1.7 API. RA_SVN low-level functions are no longer considered public.  </dd>
<dt><a class="anchor" id="_deprecated000281"></a>Global <a class="el" href="svn__mergeinfo_8h.html#a7baad11b2af45a50dd9be617d714aa28">svn_rangelist_inheritable</a>  (svn_rangelist_t **inheritable_rangelist, const svn_rangelist_t *rangelist, svn_revnum_t start, svn_revnum_t end, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000279"></a>Global <a class="el" href="svn__mergeinfo_8h.html#abbcd0926060c1a20d05f5747f7c86017">svn_rangelist_merge</a>  (svn_rangelist_t **rangelist, const svn_rangelist_t *changes, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000425"></a>Global <a class="el" href="svn__repos_8h.html#af84d37ff02c7c85b0a9d8f77adcffb07">svn_repos_authz_read</a>  (svn_authz_t **authz_p, const char *file, svn_boolean_t must_exist, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000385"></a>Global <a class="el" href="svn__repos_8h.html#a93bb88154b6ea6afa95e9f29ca504660">svn_repos_begin_report</a>  (void **report_baton, svn_revnum_t revnum, const char *username, svn_repos_t *repos, const char *fs_base, const char *target, const char *tgt_path, svn_boolean_t text_deltas, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000384"></a>Global <a class="el" href="svn__repos_8h.html#ac0c2d40c2ad3856b51eb07f121382ccb">svn_repos_begin_report2</a>  (void **report_baton, svn_revnum_t revnum, svn_repos_t *repos, const char *fs_base, const char *target, const char *tgt_path, svn_boolean_t text_deltas, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t send_copyfrom_args, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000390"></a>Global <a class="el" href="svn__repos_8h.html#a75c041f294a7b3d6c70c4178b9decbac">svn_repos_dir_delta</a>  (svn_fs_root_t *src_root, const char *src_parent_dir, const char *src_entry, svn_fs_root_t *tgt_root, const char *tgt_path, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_boolean_t text_deltas, svn_boolean_t recurse, svn_boolean_t entry_props, svn_boolean_t ignore_ancestry, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000411"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga4cbd1b87289a2cff7bf1e114537a040a">svn_repos_dump_fs</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000410"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga197042c66a63ee85b19bd4186bea97d8">svn_repos_dump_fs2</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t incremental, svn_boolean_t use_deltas, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000400"></a>Global <a class="el" href="svn__repos_8h.html#a4cb92491baa4b9e2c57b5f906abe98a2">svn_repos_file_rev_handler_t</a>  )(void *baton, const char *path, svn_revnum_t rev, apr_hash_t *rev_props, svn_txdelta_window_handler_t *delta_handler, void **delta_baton, apr_array_header_t *prop_diffs, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000402"></a>Global <a class="el" href="group__svn__repos__hook__wrappers.html#gaff82acc57f89eb74c4f33071dc820506">svn_repos_fs_begin_txn_for_commit</a>  (svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *log_msg, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000403"></a>Global <a class="el" href="group__svn__repos__hook__wrappers.html#ga7cd7aa3f17488f3471af3b31548ed3ca">svn_repos_fs_begin_txn_for_update</a>  (svn_fs_txn_t **txn_p, svn_repos_t *repos, svn_revnum_t rev, const char *author, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000407"></a>Global <a class="el" href="group__svn__repos__properties.html#ga961084af28047d77293a8c93bba145ac">svn_repos_fs_change_rev_prop</a>  (svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *new_value, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000406"></a>Global <a class="el" href="group__svn__repos__properties.html#ga7732815b4c038205153fa6d0c43be466">svn_repos_fs_change_rev_prop2</a>  (svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *new_value, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000405"></a>Global <a class="el" href="group__svn__repos__properties.html#ga34ee28b0eee003185bacc125f6b70462">svn_repos_fs_change_rev_prop3</a>  (svn_repos_t *repos, svn_revnum_t rev, const char *author, const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *new_value, svn_boolean_t use_pre_revprop_change_hook, svn_boolean_t use_post_revprop_change_hook, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000404"></a>Global <a class="el" href="group__svn__repos__fs__locks.html#ga1ae7bdbf6c15403e790f21c48c38d88d">svn_repos_fs_get_locks</a>  (apr_hash_t **locks, svn_repos_t *repos, const char *path, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000380"></a>Global <a class="el" href="svn__repos_8h.html#a7f2ea9f2d6e5bd0802decbbc94d5dab7">svn_repos_fs_pack</a>  (svn_repos_t *repos, svn_fs_pack_notify_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000395"></a>Global <a class="el" href="svn__repos_8h.html#a6454365f49124c11c081e7a363572c0c">svn_repos_get_commit_editor</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_repos_t *repos, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000394"></a>Global <a class="el" href="svn__repos_8h.html#ac53b95e45721b395a8d39db2a1fc9ea4">svn_repos_get_commit_editor2</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000393"></a>Global <a class="el" href="svn__repos_8h.html#ad41a82d63e825b41183a13870bcd1d15">svn_repos_get_commit_editor3</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000392"></a>Global <a class="el" href="svn__repos_8h.html#a726dda6a80543d836d12c5f479de8d88">svn_repos_get_commit_editor4</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000401"></a>Global <a class="el" href="svn__repos_8h.html#a9bfe434abbfa95a1871b9e37141a04ca">svn_repos_get_file_revs</a>  (svn_repos_t *repos, const char *path, svn_revnum_t start, svn_revnum_t end, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_repos_file_rev_handler_t handler, void *handler_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000424"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gadf1ab8b01abc03d1b045d090cd78ad8b">svn_repos_get_fs_build_parser</a>  (const svn_repos_parser_fns_t **parser, void **parse_baton, svn_repos_t *repos, svn_boolean_t use_history, enum svn_repos_load_uuid uuid_action, svn_stream_t *outstream, const char *parent_dir, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000423"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga77d6f795abc868bb0321b0e1f1f4005f">svn_repos_get_fs_build_parser2</a>  (const <a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2(). ">svn_repos_parse_fns2_t</a> **parser, void **parse_baton, svn_repos_t *repos, svn_boolean_t use_history, enum svn_repos_load_uuid uuid_action, svn_stream_t *outstream, const char *parent_dir, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000422"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gabe145ff80070adc54f6f2f45f0217d5f">svn_repos_get_fs_build_parser3</a>  (const <a class="el" href="structsvn__repos__parse__fns2__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream2(). ">svn_repos_parse_fns2_t</a> **parser, void **parse_baton, svn_repos_t *repos, svn_boolean_t use_history, svn_boolean_t validate_props, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_repos_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000416"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gaf40a165018dd98a9b2d2b2dbf74d73aa">svn_repos_get_fs_build_parser4</a>  (const <a class="el" href="structsvn__repos__parse__fns3__t.html" title="A vtable that is driven by svn_repos_parse_dumpstream3(). ">svn_repos_parse_fns3_t</a> **parser, void **parse_baton, svn_repos_t *repos, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_boolean_t use_history, svn_boolean_t validate_props, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_repos_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000399"></a>Global <a class="el" href="svn__repos_8h.html#a55be2364d9b275c79781ce92384029c9">svn_repos_get_logs</a>  (svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000398"></a>Global <a class="el" href="svn__repos_8h.html#a4c8a93d238c3f49fb3646921a989e6e5">svn_repos_get_logs2</a>  (svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000397"></a>Global <a class="el" href="svn__repos_8h.html#a4a76e927eeffde02ab6637720b4444f3">svn_repos_get_logs3</a>  (svn_repos_t *repos, const apr_array_header_t *paths, svn_revnum_t start, svn_revnum_t end, int limit, svn_boolean_t discover_changed_paths, svn_boolean_t strict_node_history, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_log_message_receiver_t receiver, void *receiver_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000396"></a>Global <a class="el" href="svn__repos_8h.html#a4217c78836e6c34698277125be03c930">svn_repos_history</a>  (svn_fs_t *fs, const char *path, svn_repos_history_func_t history_func, void *history_baton, svn_revnum_t start, svn_revnum_t end, svn_boolean_t cross_copies, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000379"></a>Global <a class="el" href="svn__repos_8h.html#a8546d2ec882dcc05454337ea2cb40e6c">svn_repos_hotcopy</a>  (const char *src_path, const char *dst_path, svn_boolean_t clean_logs, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000378"></a>Global <a class="el" href="svn__repos_8h.html#abd18dc24efc708612461680b7e50ea8f">svn_repos_hotcopy2</a>  (const char *src_path, const char *dst_path, svn_boolean_t clean_logs, svn_boolean_t incremental, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000389"></a>Global <a class="el" href="svn__repos_8h.html#a5df2b86cc0cd3477669c7f44bb987890">svn_repos_link_path</a>  (void *report_baton, const char *path, const char *link_path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000388"></a>Global <a class="el" href="svn__repos_8h.html#a26dcc78a980e2c0d1c1a66cf55e5a5ce">svn_repos_link_path2</a>  (void *report_baton, const char *path, const char *link_path, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000415"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga3f159b7efd59c845860e99a734841285">svn_repos_load_fs</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000414"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gaaa3af3c924339279ba9a528f441210ea">svn_repos_load_fs2</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, svn_stream_t *feedback_stream, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_boolean_t use_pre_commit_hook, svn_boolean_t use_post_commit_hook, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000413"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga68ee91da669943b091b62e77a0811cd1">svn_repos_load_fs3</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_boolean_t use_pre_commit_hook, svn_boolean_t use_post_commit_hook, svn_boolean_t validate_props, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000412"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga28ca21c3cbf3a24018943a17154d952d">svn_repos_load_fs4</a>  (svn_repos_t *repos, svn_stream_t *dumpstream, svn_revnum_t start_rev, svn_revnum_t end_rev, enum svn_repos_load_uuid uuid_action, const char *parent_dir, svn_boolean_t use_pre_commit_hook, svn_boolean_t use_post_commit_hook, svn_boolean_t validate_props, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000376"></a>Global <a class="el" href="svn__repos_8h.html#a2703b5e8f427145961f794c1abe4fa11">svn_repos_open</a>  (svn_repos_t **repos_p, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000375"></a>Global <a class="el" href="svn__repos_8h.html#a515e52a79813e3fc34fffd8fedd40df0">svn_repos_open2</a>  (svn_repos_t **repos_p, const char *path, apr_hash_t *fs_config, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000421"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga62a01bf6688524b7ac598ee8c7b0290a">svn_repos_parse_dumpstream</a>  (svn_stream_t *stream, const svn_repos_parser_fns_t *parse_fns, void *parse_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000420"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga90194c5a0349596106d5355872cb5e47">svn_repos_parse_dumpstream2</a>  (svn_stream_t *stream, const svn_repos_parser_fns2_t *parse_fns, void *parse_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000417"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gadd77d65bf6708f7115532af4b3fbd70b">svn_repos_parse_fns2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000418"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gaed00d258abbe1a0fdc2cc4f89b420daf">svn_repos_parser_fns2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.7 API. </dd>
<dt><a class="anchor" id="_deprecated000419"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga03b3b5fdffc4cd7b7ce052542562f131">svn_repos_parser_fns_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000419"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga03b3b5fdffc4cd7b7ce052542562f131">svn_repos_parser_fns_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000383"></a>Global <a class="el" href="svn__repos_8h.html#ae6c218d946853ce1d51a98e5d8ed5868">svn_repos_recover</a>  (const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000382"></a>Global <a class="el" href="svn__repos_8h.html#aac5fa56054e5d031ba0353d6e56a9b00">svn_repos_recover2</a>  (const char *path, svn_boolean_t nonblocking, <a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000381"></a>Global <a class="el" href="svn__repos_8h.html#a5fb2a1cd5c0a0bbc132cc23def589b43">svn_repos_recover3</a>  (const char *path, svn_boolean_t nonblocking, <a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *(*start_callback)(void *baton), void *start_callback_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000391"></a>Global <a class="el" href="svn__repos_8h.html#a665ce4abdd61d1a820649d59f09c487b">svn_repos_replay</a>  (svn_fs_root_t *root, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000387"></a>Global <a class="el" href="svn__repos_8h.html#a8ce3bb452448deb9b1d06d8548093b04">svn_repos_set_path</a>  (void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000386"></a>Global <a class="el" href="svn__repos_8h.html#a505968515d92df76cc76295708dbfe69">svn_repos_set_path2</a>  (void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000377"></a>Global <a class="el" href="svn__repos_8h.html#afa89fd30c6a04e09d025bcf1e30148cd">svn_repos_upgrade</a>  (const char *path, svn_boolean_t nonblocking, <a class="el" href="structsvn__error__t.html" title="Subversion error object. ">svn_error_t</a> *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000409"></a>Global <a class="el" href="group__svn__repos__dump__load.html#ga4e92b908f1c85cdacce5a1cf20a18896">svn_repos_verify_fs</a>  (svn_repos_t *repos, svn_stream_t *feedback_stream, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000408"></a>Global <a class="el" href="group__svn__repos__dump__load.html#gaa03411f59dbccf0eced1b0d0f83d2ec9">svn_repos_verify_fs2</a>  (svn_repos_t *repos, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel, void *cancel_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000443"></a>Global <a class="el" href="svn__types_8h.html#a417741eb1f9b222dae237f6942a4b2f0">SVN_REVNUM_T_FMT</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000442"></a>Global <a class="el" href="svn__time_8h.html#a484368d1bad2d6e61a444336acc7c6be">svn_sleep_for_timestamps</a>  (void)</dt>
<dd>Provided for backward compatibility with the 1.5 API. Use <a class="el" href="svn__io_8h.html#a07a20fcb725f0941e6c53410ad5c12e4" title="Sleep to ensure that any files modified after we exit have a different timestamp than the one we reco...">svn_io_sleep_for_timestamps()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000252"></a>Global <a class="el" href="group__svn__io__byte__streams.html#gadda74c8a8bf6d4dc64488979aa197afc">svn_stream_checksummed</a>  (svn_stream_t *stream, const unsigned char **read_digest, const unsigned char **write_digest, svn_boolean_t read_all, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000448"></a>Global <a class="el" href="svn__types_8h.html#a4ef9c8aee97e4efc781c5e12905bf532">SVN_STREAM_CHUNK_SIZE</a>  </dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000256"></a>Global <a class="el" href="group__svn__io__byte__streams.html#ga14b9375f4e0300888b853650e15a987a">svn_stream_contents_same</a>  (svn_boolean_t *same, svn_stream_t *stream1, svn_stream_t *stream2, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000255"></a>Global <a class="el" href="group__svn__io__byte__streams.html#ga444db383401ed714a240ff6ca5ca76b3">svn_stream_copy</a>  (svn_stream_t *from, svn_stream_t *to, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000254"></a>Global <a class="el" href="group__svn__io__byte__streams.html#ga1960de4b4eb0cf1a69a5ba5e11aaa6be">svn_stream_copy2</a>  (svn_stream_t *from, svn_stream_t *to, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000251"></a>Global <a class="el" href="group__svn__io__byte__streams.html#gad12a2e4cbc23bcf8ee3f650966b8c43b">svn_stream_from_aprfile</a>  (apr_file_t *file, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000253"></a>Global <a class="el" href="group__svn__io__byte__streams.html#ga241e8929f8f7631a629142bd749b25fc">svn_stream_read</a>  (svn_stream_t *stream, char *buffer, apr_size_t *len)</dt>
<dd>Provided for backward compatibility with the 1.8 API  </dd>
<dt><a class="anchor" id="_deprecated000250"></a>Global <a class="el" href="group__svn__io__byte__streams.html#gae9ebdcf950b897d9c0cb89c331262aed">svn_stream_set_read</a>  (svn_stream_t *stream, svn_read_fn_t read_fn)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000257"></a>Global <a class="el" href="svn__io_8h.html#a2ffefcabf44f9e9fb2f71d409fcf782e">svn_stringbuf_from_file</a>  (<a class="el" href="structsvn__stringbuf__t.html" title="A buffered string, capable of appending without an allocation and copy for each append. ">svn_stringbuf_t</a> **result, const char *filename, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000428"></a>Global <a class="el" href="svn__subst_8h.html#ab004042c7b9a26349d68d625128041c8">svn_subst_build_keywords</a>  (<a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *kw, const char *keywords_string, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000427"></a>Global <a class="el" href="svn__subst_8h.html#a42f73d2001ac889b1d9883c5601e55f8">svn_subst_build_keywords2</a>  (apr_hash_t **kw, const char *keywords_string, const char *rev, const char *url, apr_time_t date, const char *author, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000437"></a>Global <a class="el" href="svn__subst_8h.html#aa9dfe3fade520c1ca5b1edbe50989658">svn_subst_copy_and_translate</a>  (const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *keywords, svn_boolean_t expand, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000436"></a>Global <a class="el" href="svn__subst_8h.html#a9bbccf6a71c3e07a112e1e44f9ecec98">svn_subst_copy_and_translate2</a>  (const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *keywords, svn_boolean_t expand, svn_boolean_t special, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000435"></a>Global <a class="el" href="svn__subst_8h.html#a18dbb80be4ef26b2a978454716539d0c">svn_subst_copy_and_translate3</a>  (const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, svn_boolean_t special, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000429"></a>Global <a class="el" href="svn__subst_8h.html#a598cb9236b80298a904c4b8d7b5ab113">svn_subst_keywords_differ</a>  (const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *a, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *b, svn_boolean_t compare_values)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000426"></a>Global <a class="el" href="svn__subst_8h.html#a23f86ade6d1361383d284d423bd333ce">svn_subst_keywords_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000440"></a>Global <a class="el" href="svn__subst_8h.html#a9174c224c4fc71aaba0d2b9e93482df6">svn_subst_stream_detranslated</a>  (svn_stream_t **stream_p, const char *src, svn_subst_eol_style_t eol_style, const char *eol_str, svn_boolean_t always_repair_eols, apr_hash_t *keywords, svn_boolean_t special, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API. Use svn_subst_stream_from_specialfile if the source is special; otherwise, use svn_subst_stream_translated_to_normal_form.  </dd>
<dt><a class="anchor" id="_deprecated000434"></a>Global <a class="el" href="svn__subst_8h.html#ae4e5f664140910fecfce37994ba949dc">svn_subst_stream_from_specialfile</a>  (svn_stream_t **stream, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API. Callers should use svn_subst_read_specialfile or svn_subst_create_specialfile as appropriate.  </dd>
<dt><a class="anchor" id="_deprecated000433"></a>Global <a class="el" href="svn__subst_8h.html#a4f47ae70ef1b063543924891f3fb71d6">svn_subst_stream_translated_to_normal_form</a>  (svn_stream_t **stream, svn_stream_t *source, svn_subst_eol_style_t eol_style, const char *eol_str, svn_boolean_t always_repair_eols, apr_hash_t *keywords, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000438"></a>Global <a class="el" href="svn__subst_8h.html#aab1b28fcddc78254ca6b6ed4ad149b89">svn_subst_translate_cstring</a>  (const char *src, const char **dst, const char *eol_str, svn_boolean_t repair, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *keywords, svn_boolean_t expand, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000432"></a>Global <a class="el" href="svn__subst_8h.html#a81b349bf8cb380a0421327013e00d626">svn_subst_translate_stream</a>  (svn_stream_t *src_stream, svn_stream_t *dst_stream, const char *eol_str, svn_boolean_t repair, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *keywords, svn_boolean_t expand)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000431"></a>Global <a class="el" href="svn__subst_8h.html#a4b2918175c4dbeef269a8537aa33c5bb">svn_subst_translate_stream2</a>  (svn_stream_t *src_stream, svn_stream_t *dst_stream, const char *eol_str, svn_boolean_t repair, const <a class="el" href="structsvn__subst__keywords__t.html" title="Values used in keyword expansion. ">svn_subst_keywords_t</a> *keywords, svn_boolean_t expand, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000430"></a>Global <a class="el" href="svn__subst_8h.html#a8055c67113fea26360d05820e91de8b1">svn_subst_translate_stream3</a>  (svn_stream_t *src_stream, svn_stream_t *dst_stream, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API. Callers should use <a class="el" href="svn__subst_8h.html#a5dff1f4ae902e9d96a648b647545c559" title="Return a stream which performs eol translation and keyword expansion when read from or written to...">svn_subst_stream_translated()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000441"></a>Global <a class="el" href="svn__subst_8h.html#a626c5dcfbbf5057ebc0e384187f6d330">svn_subst_translate_string</a>  (<a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> **new_value, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, const char *encoding, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000439"></a>Global <a class="el" href="svn__subst_8h.html#ace41f93ffd67e19f15cc705a855e8a98">svn_subst_translate_to_normal_form</a>  (const char *src, const char *dst, svn_subst_eol_style_t eol_style, const char *eol_str, svn_boolean_t always_repair_eols, apr_hash_t *keywords, svn_boolean_t special, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API  </dd>
<dt><a class="anchor" id="_deprecated000179"></a>Global <a class="el" href="group__svn__delta__txt__delta.html#gaa0b249e231d98783f961cde277b908e7">svn_txdelta</a>  (svn_txdelta_stream_t **stream, svn_stream_t *source, svn_stream_t *target, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000181"></a>Global <a class="el" href="group__svn__delta__txt__delta.html#ga21c7186240b711f22c195bee3afcdcc1">svn_txdelta_to_svndiff</a>  (svn_stream_t *output, apr_pool_t *pool, svn_txdelta_window_handler_t *handler, void **handler_baton)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000180"></a>Global <a class="el" href="group__svn__delta__txt__delta.html#gaf7354f923339d3338c3083e91bfee472">svn_txdelta_to_svndiff2</a>  (svn_txdelta_window_handler_t *handler, void **handler_baton, svn_stream_t *output, int svndiff_version, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000452"></a>Global <a class="el" href="svn__utf_8h.html#adc513fbd1ea98495c3e64f6fb2a69d30">svn_utf_cstring_from_utf8_ex</a>  (const char **dest, const char *src, const char *topage, const char *convset_key, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000451"></a>Global <a class="el" href="svn__utf_8h.html#aad4fb10333a0acdc656afd8c29aed3dd">svn_utf_cstring_to_utf8_ex</a>  (const char **dest, const char *src, const char *frompage, const char *convset_key, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000450"></a>Global <a class="el" href="svn__utf_8h.html#af0eb451857e73fe18690e2261c6f92af">svn_utf_initialize</a>  (apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000455"></a>Global <a class="el" href="svn__version_8h.html#ad6e5007710eea3c20705986913454332">svn_ver_check_list</a>  (const <a class="el" href="structsvn__version__t.html" title="Version information. ">svn_version_t</a> *my_version, const <a class="el" href="structsvn__version__checklist__t.html" title="An entry in the compatibility checklist. ">svn_version_checklist_t</a> *checklist)</dt>
<dd>Provided for backward compatibility with 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000454"></a>Global <a class="el" href="svn__version_8h.html#a5b587a9a58e8f7c965c970e1ccda3402">SVN_VER_LIBRARY</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000453"></a>Global <a class="el" href="svn__version_8h.html#a134170c4b859591ab0c391359f9b0f1b">SVN_VER_MICRO</a>  </dt>
<dd>Provided for backward compatibility with the 1.0 API. </dd>
<dt><a class="anchor" id="_deprecated000491"></a>Global <a class="el" href="group__svn__wc__conflict.html#gae9cdfe0214490f1dc68ae510e810e3fc">svn_wc__conflict_description2_dup</a>  (const <a class="el" href="structsvn__wc__conflict__description2__t.html" title="A struct that describes a conflict that has occurred in the working copy. ">svn_wc_conflict_description2_t</a> *conflict, apr_pool_t *result_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000543"></a>Global <a class="el" href="group__svn__wc.html#gace37ab3ad1f94adf21e30e0795e9179f">svn_wc_add</a>  (const char *path, svn_wc_adm_access_t *parent_access, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000542"></a>Global <a class="el" href="group__svn__wc.html#gab9c690a572a5e13418e8f58d4e58d9b6">svn_wc_add2</a>  (const char *path, svn_wc_adm_access_t *parent_access, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000541"></a>Global <a class="el" href="group__svn__wc.html#gaf5a440e1bbb7f13d80995d64c55b1044">svn_wc_add3</a>  (const char *path, svn_wc_adm_access_t *parent_access, svn_depth_t depth, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000540"></a>Global <a class="el" href="group__svn__wc.html#ga0d22e8a0836c52681f01896c0fb6f48a">svn_wc_add_from_disk</a>  (svn_wc_context_t *wc_ctx, const char *local_abspath, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000539"></a>Global <a class="el" href="group__svn__wc.html#ga7546c57880019ee44a89b6c792b3c3e4">svn_wc_add_from_disk2</a>  (svn_wc_context_t *wc_ctx, const char *local_abspath, const apr_hash_t *props, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000623"></a>Global <a class="el" href="group__svn__wc__repos__locks.html#gaccb54000ef3a6efbd5a886ff28c579de">svn_wc_add_lock</a>  (const char *path, const <a class="el" href="structsvn__lock__t.html" title="A lock object, for client &amp; server to share. ">svn_lock_t</a> *lock, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000546"></a>Global <a class="el" href="group__svn__wc.html#ga2bec19fd4aeda3a9ed2c667dd4df879c">svn_wc_add_repos_file</a>  (const char *dst_path, svn_wc_adm_access_t *adm_access, const char *new_text_path, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.3 API  </dd>
<dt><a class="anchor" id="_deprecated000545"></a>Global <a class="el" href="group__svn__wc.html#gacd74be608158aacf75d1e18ffe24100f">svn_wc_add_repos_file2</a>  (const char *dst_path, svn_wc_adm_access_t *adm_access, const char *new_text_base_path, const char *new_text_path, apr_hash_t *new_base_props, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.5 API  </dd>
<dt><a class="anchor" id="_deprecated000544"></a>Global <a class="el" href="group__svn__wc.html#ga9cf3280194d1e52abc4afbbf467413e2">svn_wc_add_repos_file3</a>  (const char *dst_path, svn_wc_adm_access_t *adm_access, svn_stream_t *new_base_contents, svn_stream_t *new_contents, apr_hash_t *new_base_props, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000471"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga1ae775ef2795b1185f5045cba43220f9">svn_wc_adm_access_path</a>  (const svn_wc_adm_access_t *adm_access)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000472"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga5b41cc9abfa8bc0b3c7ff6c93994dbd2">svn_wc_adm_access_pool</a>  (const svn_wc_adm_access_t *adm_access)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000456"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use a <a class="el" href="group__svn__wc__context.html#ga0db3536906d8b476d8189d7fd4277bae" title="The context for all working copy interactions. ">svn_wc_context_t</a> object to access the working copy.  </dd>
<dt><a class="anchor" id="_deprecated000470"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga3d68fda6ceadb30d83c93d7ef67cf612">svn_wc_adm_close</a>  (svn_wc_adm_access_t *adm_access)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000469"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga0e08699d39123ad0a10f25864ff18cc8">svn_wc_adm_close2</a>  (svn_wc_adm_access_t *adm_access, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000475"></a>Global <a class="el" href="group__svn__wc__adm__dir__name.html#ga7e49218c791f4362df5b166162b3fc0c">SVN_WC_ADM_DIR_NAME</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000473"></a>Global <a class="el" href="group__svn__wc__adm__access.html#gad32ff3d5066d7997af0f7f91cb62eeb2">svn_wc_adm_locked</a>  (const svn_wc_adm_access_t *adm_access)</dt>
<dd>Provided for backward compatibility with the 1.6 API. New code should use <a class="el" href="group__svn__wc.html#ga54914757b40d17e4c82604ac10eef3c7" title="Gets up to two booleans indicating whether a path is locked for writing. ">svn_wc_locked2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000459"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga80292eb05f5147165bf64a5125318a43">svn_wc_adm_open</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000458"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga118cf24d8f4dbd85c2fd377873489715">svn_wc_adm_open2</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000457"></a>Global <a class="el" href="group__svn__wc__adm__access.html#gaddf0e029434ea0c11afca9aaec37989e">svn_wc_adm_open3</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. Callers should use a <a class="el" href="group__svn__wc__context.html#ga0db3536906d8b476d8189d7fd4277bae" title="The context for all working copy interactions. ">svn_wc_context_t</a> object to access the working copy.  </dd>
<dt><a class="anchor" id="_deprecated000463"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga815baadf43d3b81c1d24acfd77a80881">svn_wc_adm_open_anchor</a>  (svn_wc_adm_access_t **anchor_access, svn_wc_adm_access_t **target_access, const char **target, const char *path, svn_boolean_t write_lock, int levels_to_lock, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. Callers should use a <a class="el" href="group__svn__wc__context.html#ga0db3536906d8b476d8189d7fd4277bae" title="The context for all working copy interactions. ">svn_wc_context_t</a> object to access the working copy.  </dd>
<dt><a class="anchor" id="_deprecated000462"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga8f6dc11fdaf7444b29eb04ca58a9ec06">svn_wc_adm_probe_open</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000461"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga0b354346d178c60dcb2c65c223f5b6b4">svn_wc_adm_probe_open2</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000460"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga971e7caac7597c29fd0e8e7d5e29da78">svn_wc_adm_probe_open3</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. Callers should use a <a class="el" href="group__svn__wc__context.html#ga0db3536906d8b476d8189d7fd4277bae" title="The context for all working copy interactions. ">svn_wc_context_t</a> object to access the working copy.  </dd>
<dt><a class="anchor" id="_deprecated000465"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga47b1104d8a1376cd9c8532a261805e6e">svn_wc_adm_probe_retrieve</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000468"></a>Global <a class="el" href="group__svn__wc__adm__access.html#gae4d2de08de13ffc40789a2b2c3736d0a">svn_wc_adm_probe_try</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, svn_boolean_t tree_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000467"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga631aca7597279d301659392f21ea00a8">svn_wc_adm_probe_try2</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000466"></a>Global <a class="el" href="group__svn__wc__adm__access.html#ga94b2ca8feb1118f5c234ed2951e3ae73">svn_wc_adm_probe_try3</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, svn_boolean_t write_lock, int levels_to_lock, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000464"></a>Global <a class="el" href="group__svn__wc__adm__access.html#gafcb8ef7b4025bdff2c0fdf277bdadf09">svn_wc_adm_retrieve</a>  (svn_wc_adm_access_t **adm_access, svn_wc_adm_access_t *associated, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000496"></a>Global <a class="el" href="group__svn__wc.html#ga2056dc218d262eca9102e0260b6bc0d7">svn_wc_check_wc</a>  (const char *path, int *wc_format, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000604"></a>Global <a class="el" href="group__svn__wc.html#gabaac0f153e57c4f63ef5700256ff6fa7">svn_wc_cleanup</a>  (const char *path, svn_wc_adm_access_t *optional_adm_access, const char *diff3_cmd, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000603"></a>Global <a class="el" href="group__svn__wc.html#gaa5b2ce85bad8598f27ece55359b37e40">svn_wc_cleanup2</a>  (const char *path, const char *diff3_cmd, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000602"></a>Global <a class="el" href="group__svn__wc.html#gad2c000b7ccf5f8e14f7d44d4a62ea3d7">svn_wc_cleanup3</a>  (svn_wc_context_t *wc_ctx, const char *local_abspath, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000489"></a>Global <a class="el" href="group__svn__wc__conflict.html#gafaa6290752f95810592245bd4b8a6a11">svn_wc_conflict_description_create_prop</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_node_kind_t node_kind, const char *property_name, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000488"></a>Global <a class="el" href="group__svn__wc__conflict.html#ga1261e529b00366a671875e3edf21627b">svn_wc_conflict_description_create_text</a>  (const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000490"></a>Global <a class="el" href="group__svn__wc__conflict.html#ga9bf1da260647786fa2da896b166d589e">svn_wc_conflict_description_create_tree</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_node_kind_t node_kind, svn_wc_operation_t operation, <a class="el" href="structsvn__wc__conflict__version__t.html" title="Info about one of the conflicting versions of a node. ">svn_wc_conflict_version_t</a> *src_left_version, <a class="el" href="structsvn__wc__conflict__version__t.html" title="Info about one of the conflicting versions of a node. ">svn_wc_conflict_version_t</a> *src_right_version, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000487"></a>Global <a class="el" href="group__svn__wc__conflict.html#ga2c547588f4c226b5b99d39b9c918b2cc">svn_wc_conflict_description_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000492"></a>Global <a class="el" href="group__svn__wc__conflict.html#gac9f48d33c1bec54ede17903178554994">svn_wc_conflict_resolver_func_t</a>  )(<a class="el" href="structsvn__wc__conflict__result__t.html" title="The final result returned by svn_wc_conflict_resolver_func_t. ">svn_wc_conflict_result_t</a> **result, const <a class="el" href="structsvn__wc__conflict__description__t.html" title="Similar to svn_wc_conflict_description2_t, but with relative paths and adm_access batons...">svn_wc_conflict_description_t</a> *description, void *baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000486"></a>Global <a class="el" href="group__svn__wc__conflict.html#ga462a5f04be5d9f546414f3284ee63b23">svn_wc_conflict_version_create</a>  (const char *repos_url, const char *path_in_repos, svn_revnum_t peg_rev, svn_node_kind_t node_kind, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000508"></a>Global <a class="el" href="group__svn__wc.html#gaf436fc679467645939ab22ba9b7b504f">svn_wc_conflicted_p</a>  (svn_boolean_t *text_conflicted_p, svn_boolean_t *prop_conflicted_p, const char *dir_path, const <a class="el" href="structsvn__wc__entry__t.html" title="A working copy entry – that is, revision control information about one versioned entity...">svn_wc_entry_t</a> *entry, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000507"></a>Global <a class="el" href="group__svn__wc.html#gac5c8afaab3705c51213f2443c106826b">svn_wc_conflicted_p2</a>  (svn_boolean_t *text_conflicted_p, svn_boolean_t *prop_conflicted_p, svn_boolean_t *tree_conflicted_p, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000534"></a>Global <a class="el" href="group__svn__wc.html#ga196abed06b6cc8d3e385c40172fd8a9f">svn_wc_copy</a>  (const char *src, svn_wc_adm_access_t *dst_parent, const char *dst_basename, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000533"></a>Global <a class="el" href="group__svn__wc.html#ga4db028d5bd4921e3e087137274f6cd8f">svn_wc_copy2</a>  (const char *src, svn_wc_adm_access_t *dst_parent, const char *dst_basename, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000563"></a>Global <a class="el" href="group__svn__wc.html#ga6fd1aa796f77881329c0a4cd49c2faea">svn_wc_crawl_revisions</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__ra__reporter__t.html" title="Similar to svn_ra_reporter2_t, but without support for lock tokens. ">svn_ra_reporter_t</a> *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t recurse, svn_boolean_t use_commit_times, svn_wc_notify_func_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000562"></a>Global <a class="el" href="group__svn__wc.html#ga9aacdf613889a86c23af70544103132a">svn_wc_crawl_revisions2</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__ra__reporter2__t.html" title="Similar to svn_ra_reporter3_t, but without support for depths. ">svn_ra_reporter2_t</a> *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t recurse, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000561"></a>Global <a class="el" href="group__svn__wc.html#ga2868b152e3e698645a7a0962f238b72c">svn_wc_crawl_revisions3</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__ra__reporter3__t.html" title="The update Reporter. ">svn_ra_reporter3_t</a> *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t depth_compatibility_trick, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000560"></a>Global <a class="el" href="group__svn__wc.html#ga4c9e88432451dd2348b65b8c9976e3ec">svn_wc_crawl_revisions4</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__ra__reporter3__t.html" title="The update Reporter. ">svn_ra_reporter3_t</a> *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000615"></a>Global <a class="el" href="group__svn__wc.html#gae048d6d99e03b9f8abb0afb82864c241">svn_wc_create_tmp_file</a>  (apr_file_t **fp, const char *path, svn_boolean_t delete_on_close, apr_pool_t *pool)</dt>
<dd>For compatibility with 1.3 API  </dd>
<dt><a class="anchor" id="_deprecated000614"></a>Global <a class="el" href="group__svn__wc.html#ga6818b0d51ffe2cf8c53b19397e41ddbc">svn_wc_create_tmp_file2</a>  (apr_file_t **fp, const char **new_name, const char *path, svn_io_file_del_t delete_when, apr_pool_t *pool)</dt>
<dd>For compatibility with 1.6 API  </dd>
<dt><a class="anchor" id="_deprecated000627"></a>Global <a class="el" href="group__svn__wc.html#ga6d1f174d2299f53237e6cc4d4f32ef04">svn_wc_crop_tree</a>  (svn_wc_adm_access_t *anchor, const char *target, svn_depth_t depth, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000538"></a>Global <a class="el" href="group__svn__wc.html#gac06874bc919b5c51a8d2f56ad8dbaa08">svn_wc_delete</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000537"></a>Global <a class="el" href="group__svn__wc.html#ga139d40a7260782c3c6b7fefebde4e82c">svn_wc_delete2</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000536"></a>Global <a class="el" href="group__svn__wc.html#gaf6efdb929f507a21a089722d6432ebab">svn_wc_delete3</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_boolean_t keep_local, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000591"></a>Global <a class="el" href="group__svn__wc__diffs.html#gab31c7444c8a1e028ce53b00980154f38">svn_wc_diff</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks__t.html" title="Similar to svn_wc_diff_callbacks2_t, but with file additions/content changes and property changes spl...">svn_wc_diff_callbacks_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000590"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga13e5f687a94f82aa363ec76945e86057">svn_wc_diff2</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks__t.html" title="Similar to svn_wc_diff_callbacks2_t, but with file additions/content changes and property changes spl...">svn_wc_diff_callbacks_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000589"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga1389a5344e66448e4d82636ea7ae21b2">svn_wc_diff3</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="Similar to svn_wc_diff_callbacks3_t, but without the dir_opened and dir_closed functions, and without the tree_conflicted argument to the functions. ">svn_wc_diff_callbacks2_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000588"></a>Global <a class="el" href="group__svn__wc__diffs.html#gafebf12c04c6fd9ff24c9fdeae5325d07">svn_wc_diff4</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="Similar to svn_wc_diff_callbacks3_t, but without the dir_opened and dir_closed functions, and without the tree_conflicted argument to the functions. ">svn_wc_diff_callbacks2_t</a> *callbacks, void *callback_baton, svn_depth_t depth, svn_boolean_t ignore_ancestry, const apr_array_header_t *changelist_filter, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000587"></a>Global <a class="el" href="group__svn__wc__diffs.html#gaa0f41f14337e6400c844f7d4a4608515">svn_wc_diff5</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks3__t.html" title="Similar to svn_wc_diff_callbacks4_t, but without copyfrom_path and copyfrom_revision arguments to fil...">svn_wc_diff_callbacks3_t</a> *callbacks, void *callback_baton, svn_depth_t depth, svn_boolean_t ignore_ancestry, const apr_array_header_t *changelist_filter, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000494"></a>Global <a class="el" href="group__svn__wc.html#ga851c3850ab946b02bf83cf12e8d25346">svn_wc_diff_callbacks2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000493"></a>Global <a class="el" href="group__svn__wc.html#ga3d7e3b30deaa61826c859cd6c436b9c5">svn_wc_diff_callbacks3_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000495"></a>Global <a class="el" href="group__svn__wc.html#ga3875762dadb2468b7f962a7fec4d1099">svn_wc_diff_callbacks_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000522"></a>Global <a class="el" href="group__svn__wc__status.html#ga4eb3742e8ac569f2467ef77d885b7a57">svn_wc_dup_status</a>  (const <a class="el" href="structsvn__wc__status__t.html" title="Same as svn_wc_status2_t, but without the svn_lock_t &#39;repos_lock&#39;, const char &#39;url&#39;, svn_revnum_t &#39;ood_last_cmt_rev&#39;, apr_time_t &#39;ood_last_cmt_date&#39;, svn_node_kind_t &#39;ood_kind&#39;, const char &#39;ood_last_cmt_author&#39;, svn_wc_conflict_description_t &#39;tree_conflict&#39;, svn_boolean_t &#39;file_external&#39;, svn_wc_status_kind &#39;pristine_text_status&#39;, and svn_wc_status_kind &#39;pristine_prop_status&#39; fields. ">svn_wc_status_t</a> *orig_stat, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000521"></a>Global <a class="el" href="group__svn__wc__status.html#gac330f5bc134efdbcf4b36c88faa78579">svn_wc_dup_status2</a>  (const <a class="el" href="structsvn__wc__status2__t.html" title="All diffs are not yet known.">svn_wc_status2_t</a> *orig_stat, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000478"></a>Global <a class="el" href="group__svn__wc__externals.html#ga80b77fcea8a3464b74fb113d05a785a9">svn_wc_edited_externals</a>  (apr_hash_t **externals_old, apr_hash_t **externals_new, svn_wc_traversal_info_t *traversal_info)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000517"></a>Global <a class="el" href="group__svn__wc.html#gadb898d9f94516ba81d4db5784ba57d75">svn_wc_ensure_adm</a>  (const char *path, const char *uuid, const char *url, svn_revnum_t revision, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000516"></a>Global <a class="el" href="group__svn__wc.html#ga713231987f37479d004ba0621e9f92bb">svn_wc_ensure_adm2</a>  (const char *path, const char *uuid, const char *url, const char *repos, svn_revnum_t revision, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000515"></a>Global <a class="el" href="group__svn__wc.html#gab109796faf4e8919506658dc904ba63c">svn_wc_ensure_adm3</a>  (const char *path, const char *uuid, const char *url, const char *repos, svn_revnum_t revision, svn_depth_t depth, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000505"></a>Global <a class="el" href="group__svn__wc__entries.html#gaf0077f122ca31fd55d684d35e96247b8">svn_wc_entries_read</a>  (apr_hash_t **entries, svn_wc_adm_access_t *adm_access, svn_boolean_t show_hidden, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000504"></a>Global <a class="el" href="group__svn__wc__entries.html#gaf69372a5565959dd46608c5d4cfc5d30">svn_wc_entry</a>  (const <a class="el" href="structsvn__wc__entry__t.html" title="A working copy entry – that is, revision control information about one versioned entity...">svn_wc_entry_t</a> **entry, const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t show_hidden, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000510"></a>Global <a class="el" href="group__svn__wc.html#ga55f4e859d73f34dfdd0a970422e624c0">svn_wc_entry_callbacks_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000506"></a>Global <a class="el" href="group__svn__wc__entries.html#ga9e303620a59db18a9b9702412278df71">svn_wc_entry_dup</a>  (const <a class="el" href="structsvn__wc__entry__t.html" title="A working copy entry – that is, revision control information about one versioned entity...">svn_wc_entry_t</a> *entry, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000502"></a>Global <a class="el" href="group__svn__wc__entries.html#ga3277fa69b29a0d53fc60a8e342c3cd50">svn_wc_entry_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000631"></a>Global <a class="el" href="structsvn__wc__entry__t.html#a84eb341c6ce0fae9cd8a538f8c4d0ebe">svn_wc_entry_t::cachable_props</a>  </dt>
<dd>This value will always be "" in version 1.7 and later.  </dd>
<dt><a class="anchor" id="_deprecated000632"></a>Global <a class="el" href="structsvn__wc__entry__t.html#ab21e1ad3824501b1275f08efb77cb66e">svn_wc_entry_t::present_props</a>  </dt>
<dd>This value will always be "" in version 1.7 and later.  </dd>
<dt><a class="anchor" id="_deprecated000630"></a>Global <a class="el" href="structsvn__wc__entry__t.html#a871dfc66a871d6584e0aeb2b7bb92ead">svn_wc_entry_t::prop_time</a>  </dt>
<dd>This value will always be 0 in version 1.4 and later.  </dd>
<dt><a class="anchor" id="_deprecated000503"></a>Global <a class="el" href="group__svn__wc__entries.html#ga24a4e11f4582a56ea1b7e3809fa27467">SVN_WC_ENTRY_THIS_DIR</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000501"></a>Global <a class="el" href="group__svn__wc__entries.html#ga5e03b47cd3093ca2eefbf8a3d66e1bb6">SVN_WC_ENTRY_WORKING_SIZE_UNKNOWN</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000480"></a>Global <a class="el" href="group__svn__wc__externals.html#ga3bc707b160ec0a8d07920da7f342d8ee">svn_wc_external_item_create</a>  (const <a class="el" href="structsvn__wc__external__item2__t.html" title="One external item. ">svn_wc_external_item2_t</a> **item, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000482"></a>Global <a class="el" href="group__svn__wc__externals.html#ga974158abf3fd2025ff46206562329a7f">svn_wc_external_item_dup</a>  (const <a class="el" href="structsvn__wc__external__item__t.html" title="One external item. ">svn_wc_external_item_t</a> *item, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000481"></a>Global <a class="el" href="group__svn__wc__externals.html#gab306bb3e6f09fc6f57dd31551d5b7f51">svn_wc_external_item_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000566"></a>Global <a class="el" href="group__svn__wc.html#gab56f7f5c239f34d5ac75fb65567410e6">svn_wc_get_actual_target</a>  (const char *path, const char **anchor, const char **target, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000509"></a>Global <a class="el" href="group__svn__wc.html#ga204e46eaf18913808556e9b1f40a6bcb">svn_wc_get_ancestry</a>  (char **url, svn_revnum_t *rev, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000586"></a>Global <a class="el" href="group__svn__wc__diffs.html#gacebcf14c708f3b218e99610bfc56b080">svn_wc_get_diff_editor</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks__t.html" title="Similar to svn_wc_diff_callbacks2_t, but with file additions/content changes and property changes spl...">svn_wc_diff_callbacks_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000585"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga8785b120adb2b39a6410c9e117476924">svn_wc_get_diff_editor2</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks__t.html" title="Similar to svn_wc_diff_callbacks2_t, but with file additions/content changes and property changes spl...">svn_wc_diff_callbacks_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000584"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga42795df6be2123caf6a39ba90869a525">svn_wc_get_diff_editor3</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="Similar to svn_wc_diff_callbacks3_t, but without the dir_opened and dir_closed functions, and without the tree_conflicted argument to the functions. ">svn_wc_diff_callbacks2_t</a> *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API. </dd>
<dt><a class="anchor" id="_deprecated000583"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga23942d8d0827df8257abd0d0032c1615">svn_wc_get_diff_editor4</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="Similar to svn_wc_diff_callbacks3_t, but without the dir_opened and dir_closed functions, and without the tree_conflicted argument to the functions. ">svn_wc_diff_callbacks2_t</a> *callbacks, void *callback_baton, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const apr_array_header_t *changelist_filter, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000582"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga47c70ede4b9b323d2154dc0c45e50470">svn_wc_get_diff_editor5</a>  (svn_wc_adm_access_t *anchor, const char *target, const <a class="el" href="structsvn__wc__diff__callbacks3__t.html" title="Similar to svn_wc_diff_callbacks4_t, but without copyfrom_path and copyfrom_revision arguments to fil...">svn_wc_diff_callbacks3_t</a> *callbacks, void *callback_baton, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const apr_array_header_t *changelist_filter, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000581"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga9719471986396d190bbc341fab7b12aa">svn_wc_get_diff_editor6</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t show_copies_as_adds, svn_boolean_t use_git_diff_format, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_boolean_t server_performs_filtering, const apr_array_header_t *changelist_filter, const <a class="el" href="structsvn__wc__diff__callbacks4__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server. ">svn_wc_diff_callbacks4_t</a> *callbacks, void *callback_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000567"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga5d58c88566fbf4c680f53e3f40785a2b">svn_wc_get_file_t</a>  )(void *baton, const char *path, svn_revnum_t revision, svn_stream_t *stream, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000622"></a>Global <a class="el" href="group__svn__wc__ignore.html#ga64047f3fbcf56a1dfb8a1f99d71e9309">svn_wc_get_ignores</a>  (apr_array_header_t **patterns, apr_hash_t *config, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000600"></a>Global <a class="el" href="group__svn__wc.html#ga473bc0e61177ce7030af195ba09ee66a">svn_wc_get_pristine_contents</a>  (svn_stream_t **contents, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000601"></a>Global <a class="el" href="group__svn__wc.html#ga9e0206f3daf7dbcdf677433ffd44bf48">svn_wc_get_pristine_copy_path</a>  (const char *path, const char **pristine_path, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API. Callers should use <a class="el" href="group__svn__wc.html#ga473bc0e61177ce7030af195ba09ee66a" title="Similar to svn_wc_get_pristine_contents2, but takes no working copy context and a path that can be re...">svn_wc_get_pristine_contents()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000592"></a>Global <a class="el" href="group__svn__wc__diffs.html#ga92e1ce831982f0046f3f1f38f622efe7">svn_wc_get_prop_diffs</a>  (apr_array_header_t **propchanges, apr_hash_t **original_props, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000532"></a>Global <a class="el" href="group__svn__wc__status.html#ga4fa9b6de93c3b3e5aafc07b39b68ea13">svn_wc_get_status_editor</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, apr_hash_t *config, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000531"></a>Global <a class="el" href="group__svn__wc__status.html#gae384903ef5abbbebc26a73622e010a4d">svn_wc_get_status_editor2</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, apr_hash_t *config, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func2_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000530"></a>Global <a class="el" href="group__svn__wc__status.html#gafbd5836dd65c99007a3c5258f513eaef">svn_wc_get_status_editor3</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, const apr_array_header_t *ignore_patterns, svn_wc_status_func2_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000529"></a>Global <a class="el" href="group__svn__wc__status.html#gad76e728aaadd7e46b02fba84c0ca5aeb">svn_wc_get_status_editor4</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, const apr_array_header_t *ignore_patterns, svn_wc_status_func3_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000528"></a>Global <a class="el" href="group__svn__wc__status.html#ga97e9c50ae801b942989859e36810aeed">svn_wc_get_status_editor5</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_boolean_t depth_as_sticky, svn_boolean_t server_performs_filtering, const apr_array_header_t *ignore_patterns, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000575"></a>Global <a class="el" href="group__svn__wc__update__switch.html#gacd6e5ec07ad5893b436c08c951b7ed6e">svn_wc_get_switch_editor</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000574"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga064ce6ea097130e05f1e24c38a76bc8a">svn_wc_get_switch_editor2</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000573"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga8e0452ee0891fae7d6709d6b43ae77b1">svn_wc_get_switch_editor3</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000572"></a>Global <a class="el" href="group__svn__wc__update__switch.html#gaa0f6afccf7edf2b2d356f5789d3b8193">svn_wc_get_switch_editor4</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, const char *switch_url, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t server_performs_filtering, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000571"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga66dc0c07ad16f4b7b0f2e5aef8141602">svn_wc_get_update_editor</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000570"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga7fa8560aeb4b13082dc5425eae74bc5b">svn_wc_get_update_editor2</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000569"></a>Global <a class="el" href="group__svn__wc__update__switch.html#gad60f10850449029baaa75800dfbfda24">svn_wc_get_update_editor3</a>  (svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, svn_wc_get_file_t fetch_func, void *fetch_baton, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_wc_traversal_info_t *ti, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000568"></a>Global <a class="el" href="group__svn__wc__update__switch.html#ga30faab1e5c7cb143c0e8f986fe21ac5e">svn_wc_get_update_editor4</a>  (const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t adds_as_modification, svn_boolean_t server_performs_filtering, svn_boolean_t clean_checkout, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000497"></a>Global <a class="el" href="group__svn__wc.html#gaccda369a983115a74223f53ec160f2ee">svn_wc_has_binary_prop</a>  (svn_boolean_t *has_binary_prop, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. As a replacement for this functionality, </dd>
<dt><a class="anchor" id="_deprecated000477"></a>Global <a class="el" href="group__svn__wc__externals.html#ga2fbe44c949d899dec6d1e0980c042ec6">svn_wc_init_traversal_info</a>  (apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000565"></a>Global <a class="el" href="group__svn__wc__roots.html#ga2e9494529ad0a99e62e517c505af368b">svn_wc_is_wc_root</a>  (svn_boolean_t *wc_root, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000564"></a>Global <a class="el" href="group__svn__wc__roots.html#ga495727ea5664689cc0f37d6c109b583f">svn_wc_is_wc_root2</a>  (svn_boolean_t *wc_root, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API. Consider using <a class="el" href="group__svn__wc__roots.html#ga12d61acdeca5670ab1da3b9e5aad80b0" title="If is_wcroot is not NULL, set *is_wcroot to TRUE if local_abspath is the root of the working copy...">svn_wc_check_root()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000474"></a>Global <a class="el" href="group__svn__wc.html#ga8b66a2c9cc512699bc7e764f2ccd13b3">svn_wc_locked</a>  (svn_boolean_t *locked, const char *path, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000514"></a>Global <a class="el" href="group__svn__wc.html#ga5d95390b7527954903f5d491de17a1aa">svn_wc_mark_missing_deleted</a>  (const char *path, svn_wc_adm_access_t *parent, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000518"></a>Global <a class="el" href="group__svn__wc.html#ga4362bbf450311e0cce2b0559d9c5bef7">svn_wc_maybe_set_repos_root</a>  (svn_wc_adm_access_t *adm_access, const char *path, const char *repos, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000596"></a>Global <a class="el" href="group__svn__wc__merging.html#ga093302c0cd37f161c185dfc95e10f8d1">svn_wc_merge</a>  (const char *left, const char *right, const char *merge_target, svn_wc_adm_access_t *adm_access, const char *left_label, const char *right_label, const char *target_label, svn_boolean_t dry_run, enum svn_wc_merge_outcome_t *merge_outcome, const char *diff3_cmd, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000595"></a>Global <a class="el" href="group__svn__wc__merging.html#ga02bf318d3ac776f96a2c600feaf82665">svn_wc_merge2</a>  (enum svn_wc_merge_outcome_t *merge_outcome, const char *left, const char *right, const char *merge_target, svn_wc_adm_access_t *adm_access, const char *left_label, const char *right_label, const char *target_label, svn_boolean_t dry_run, const char *diff3_cmd, const apr_array_header_t *merge_options, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000594"></a>Global <a class="el" href="group__svn__wc__merging.html#gafb827793f571070f2a6ba7ce9e06f6aa">svn_wc_merge3</a>  (enum svn_wc_merge_outcome_t *merge_outcome, const char *left, const char *right, const char *merge_target, svn_wc_adm_access_t *adm_access, const char *left_label, const char *right_label, const char *target_label, svn_boolean_t dry_run, const char *diff3_cmd, const apr_array_header_t *merge_options, const apr_array_header_t *prop_diff, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000593"></a>Global <a class="el" href="group__svn__wc__merging.html#ga36186f55084a18b52b1d5d57bcc4811f">svn_wc_merge4</a>  (enum svn_wc_merge_outcome_t *merge_outcome, svn_wc_context_t *wc_ctx, const char *left_abspath, const char *right_abspath, const char *target_abspath, const char *left_label, const char *right_label, const char *target_label, const <a class="el" href="structsvn__wc__conflict__version__t.html" title="Info about one of the conflicting versions of a node. ">svn_wc_conflict_version_t</a> *left_version, const <a class="el" href="structsvn__wc__conflict__version__t.html" title="Info about one of the conflicting versions of a node. ">svn_wc_conflict_version_t</a> *right_version, svn_boolean_t dry_run, const char *diff3_cmd, const apr_array_header_t *merge_options, const apr_array_header_t *prop_diff, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backwards compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000599"></a>Global <a class="el" href="group__svn__wc__merging.html#gac4519e4fd0c88f8504bd50c29130d8f6">svn_wc_merge_prop_diffs</a>  (svn_wc_notify_state_t *state, const char *path, svn_wc_adm_access_t *adm_access, const apr_array_header_t *propchanges, svn_boolean_t base_merge, svn_boolean_t dry_run, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.2 API. Replaced by <a class="el" href="group__svn__wc__merging.html#ga33b523be44ef63c4f0f2c988bed556c8" title="Same as svn_wc_merge_props2(), but with a conflict_func (and baton) of NULL. ">svn_wc_merge_props()</a>.  </dd>
<dt><a class="anchor" id="_deprecated000598"></a>Global <a class="el" href="group__svn__wc__merging.html#ga33b523be44ef63c4f0f2c988bed556c8">svn_wc_merge_props</a>  (svn_wc_notify_state_t *state, const char *path, svn_wc_adm_access_t *adm_access, apr_hash_t *baseprops, const apr_array_header_t *propchanges, svn_boolean_t base_merge, svn_boolean_t dry_run, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000597"></a>Global <a class="el" href="group__svn__wc__merging.html#ga327f68a60568b97a82a9fa08ae0fbab0">svn_wc_merge_props2</a>  (svn_wc_notify_state_t *state, const char *path, svn_wc_adm_access_t *adm_access, apr_hash_t *baseprops, const apr_array_header_t *propchanges, svn_boolean_t base_merge, svn_boolean_t dry_run, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000535"></a>Global <a class="el" href="group__svn__wc.html#gae7754ab49be10d4cd2811e8eac34a837">svn_wc_move</a>  (svn_wc_context_t *wc_ctx, const char *src_abspath, const char *dst_abspath, svn_boolean_t metadata_only, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000629"></a>Global <a class="el" href="group__svn__wc__notifications.html#gga816dd065327746637bb9af6322959dfba3fde1b346c9eb22bd003c16bd48bf612">svn_wc_notify_changelist_moved</a>  </dt>
<dd>As of 1.7, separate clear and set notifications are sent.  </dd>
<dt><a class="anchor" id="_deprecated000485"></a>Global <a class="el" href="group__svn__wc__notifications.html#ga36db9305898b48e394c5005d78a1fdff">svn_wc_notify_func_t</a>  )(void *baton, const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000484"></a>Global <a class="el" href="group__svn__wc__externals.html#ga5ab8b16043f91809cf8731517d7033a2">svn_wc_parse_externals_description</a>  (apr_hash_t **externals_p, const char *parent_directory, const char *desc, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000483"></a>Global <a class="el" href="group__svn__wc__externals.html#gac3f8fe2d2960cc59744ef51e4d532f09">svn_wc_parse_externals_description2</a>  (apr_array_header_t **externals_p, const char *parent_directory, const char *desc, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000559"></a>Global <a class="el" href="group__svn__wc.html#gaba7900e76522e26b9b223e8ea738fa2a">svn_wc_process_committed</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, const apr_array_header_t *wcprop_changes, apr_pool_t *pool)</dt>
<dd>Use the svn_wc_committed_queue_* functions instead. Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000558"></a>Global <a class="el" href="group__svn__wc.html#ga5e775715b8f275e3facb463a344565a4">svn_wc_process_committed2</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, apr_pool_t *pool)</dt>
<dd>Use the svn_wc_committed_queue_* functions instead. Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000557"></a>Global <a class="el" href="group__svn__wc.html#ga90687846b22a6003da49351ea5834c86">svn_wc_process_committed3</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, const unsigned char *digest, apr_pool_t *pool)</dt>
<dd>Use the svn_wc_committed_queue_* functions instead. Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000556"></a>Global <a class="el" href="group__svn__wc.html#ga8e947b4ad57c711e67596dc2d249114a">svn_wc_process_committed4</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, svn_boolean_t remove_changelist, const unsigned char *digest, apr_pool_t *pool)</dt>
<dd>Use the svn_wc_committed_queue_* functions instead. Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000555"></a>Global <a class="el" href="group__svn__wc.html#gaf1d8b8294ad80550d7d0c90f002c7a1c">svn_wc_process_committed_queue</a>  (svn_wc_committed_queue_t *queue, svn_wc_adm_access_t *adm_access, svn_revnum_t new_revnum, const char *rev_date, const char *rev_author, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000577"></a>Global <a class="el" href="group__svn__wc__properties.html#gaebe46e0b5f512805ec52f6cedbc2027e">svn_wc_prop_get</a>  (const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> **value, const char *name, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000576"></a>Global <a class="el" href="group__svn__wc__properties.html#ga322325037a30e90b19a0e07f077036a4">svn_wc_prop_list</a>  (apr_hash_t **props, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000580"></a>Global <a class="el" href="group__svn__wc__properties.html#ga699a3b15d724568b13850a7d9e5647b2">svn_wc_prop_set</a>  (const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000579"></a>Global <a class="el" href="group__svn__wc__properties.html#gad0dbbee541ce8049ecbe6550634bd413">svn_wc_prop_set2</a>  (const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t skip_checks, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000578"></a>Global <a class="el" href="group__svn__wc__properties.html#ga684ea7ff9da10eb60dd56b720df08394">svn_wc_prop_set3</a>  (const char *name, const <a class="el" href="structsvn__string__t.html" title="A simple counted string. ">svn_string_t</a> *value, const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t skip_checks, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000499"></a>Global <a class="el" href="group__svn__wc.html#gac4aaab4da6f4a003371551bd535ac70d">svn_wc_props_modified_p</a>  (svn_boolean_t *modified_p, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000554"></a>Global <a class="el" href="group__svn__wc.html#ga7856266623140d568a76f03672f9b1c3">svn_wc_queue_committed</a>  (svn_wc_committed_queue_t **queue, const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, svn_boolean_t remove_changelist, const unsigned char *digest, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with 1.5  </dd>
<dt><a class="anchor" id="_deprecated000553"></a>Global <a class="el" href="group__svn__wc.html#gaf90b126117f2446776ea25f6b0328e38">svn_wc_queue_committed2</a>  (svn_wc_committed_queue_t *queue, const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t recurse, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, svn_boolean_t remove_changelist, const <a class="el" href="structsvn__checksum__t.html" title="A generic checksum representation. ">svn_checksum_t</a> *md5_checksum, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000552"></a>Global <a class="el" href="group__svn__wc.html#ga8da2f5064372bda0fcf2c4f8fb84eb62">svn_wc_queue_committed3</a>  (svn_wc_committed_queue_t *queue, svn_wc_context_t *wc_ctx, const char *local_abspath, svn_boolean_t recurse, const apr_array_header_t *wcprop_changes, svn_boolean_t remove_lock, svn_boolean_t remove_changelist, const <a class="el" href="structsvn__checksum__t.html" title="A generic checksum representation. ">svn_checksum_t</a> *sha1_checksum, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backwards compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000628"></a>Global <a class="el" href="svn__wc_8h.html#a19aa469c47fc21bb8660de20ba5422bf">svn_wc_read_kind</a>  (svn_node_kind_t *kind, svn_wc_context_t *wc_ctx, const char *abspath, svn_boolean_t show_hidden, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.7 API.  </dd>
<dt><a class="anchor" id="_deprecated000609"></a>Global <a class="el" href="group__svn__wc.html#gad72d6f9c9cf2db5d0199cc2c332dd50d">svn_wc_relocate</a>  (const char *path, svn_wc_adm_access_t *adm_access, const char *from, const char *to, svn_boolean_t recurse, svn_wc_relocation_validator_t validator, void *validator_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000608"></a>Global <a class="el" href="group__svn__wc.html#ga50cd30da614df6879b7882c55df93171">svn_wc_relocate2</a>  (const char *path, svn_wc_adm_access_t *adm_access, const char *from, const char *to, svn_boolean_t recurse, svn_wc_relocation_validator2_t validator, void *validator_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000607"></a>Global <a class="el" href="group__svn__wc.html#gada9d3d66c69c0f31cede9c90c4ab226e">svn_wc_relocate3</a>  (const char *path, svn_wc_adm_access_t *adm_access, const char *from, const char *to, svn_boolean_t recurse, svn_wc_relocation_validator3_t validator, void *validator_baton, apr_pool_t *pool)</dt>
<dd>Provided for limited backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000605"></a>Global <a class="el" href="group__svn__wc.html#ga45256d5225acadb1b7b92afee9e0ed72">svn_wc_relocation_validator2_t</a>  )(void *baton, const char *uuid, const char *url, svn_boolean_t root, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000606"></a>Global <a class="el" href="group__svn__wc.html#gaec9552a2a4ae1ca437bb27663fd8ff32">svn_wc_relocation_validator_t</a>  )(void *baton, const char *uuid, const char *url)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000547"></a>Global <a class="el" href="group__svn__wc.html#gaac573ae3466f4367cb57aeb7b4289637">svn_wc_remove_from_revision_control</a>  (svn_wc_adm_access_t *adm_access, const char *name, svn_boolean_t destroy_wf, svn_boolean_t instant_error, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.6 API  </dd>
<dt><a class="anchor" id="_deprecated000624"></a>Global <a class="el" href="group__svn__wc__repos__locks.html#ga2b82fac0df9a0adac727b03ad2d2d48a">svn_wc_remove_lock</a>  (const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000551"></a>Global <a class="el" href="group__svn__wc.html#gad065d03c864e45af71d0b26dcc4e8552">svn_wc_resolved_conflict</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t resolve_text, svn_boolean_t resolve_props, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000550"></a>Global <a class="el" href="group__svn__wc.html#ga54e3128550adfc252c3b3c622897e698">svn_wc_resolved_conflict2</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t resolve_text, svn_boolean_t resolve_props, svn_boolean_t recurse, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000549"></a>Global <a class="el" href="group__svn__wc.html#ga552cd6679dec494a65a793ba2d658066">svn_wc_resolved_conflict3</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t resolve_text, svn_boolean_t resolve_props, svn_depth_t depth, svn_wc_conflict_choice_t conflict_choice, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000548"></a>Global <a class="el" href="group__svn__wc.html#ga8eeabb76dc33dfd32dbdd70a1065a7fe">svn_wc_resolved_conflict4</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t resolve_text, svn_boolean_t resolve_props, svn_boolean_t resolve_tree, svn_depth_t depth, svn_wc_conflict_choice_t conflict_choice, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000613"></a>Global <a class="el" href="group__svn__wc.html#ga30293931c5ad5d6ba77c7c11a59cc912">svn_wc_revert</a>  (const char *path, svn_wc_adm_access_t *parent_access, svn_boolean_t recursive, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000612"></a>Global <a class="el" href="group__svn__wc.html#gaa0b3f2d0d6603b376cb4043891c630ee">svn_wc_revert2</a>  (const char *path, svn_wc_adm_access_t *parent_access, svn_boolean_t recursive, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000611"></a>Global <a class="el" href="group__svn__wc.html#gac3acf6396c162b33e4842df433662314">svn_wc_revert3</a>  (const char *path, svn_wc_adm_access_t *parent_access, svn_depth_t depth, svn_boolean_t use_commit_times, const apr_array_header_t *changelist_filter, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000610"></a>Global <a class="el" href="group__svn__wc.html#gaaae2c0d170fed186462868bdb83d1dcf">svn_wc_revert4</a>  (svn_wc_context_t *wc_ctx, const char *local_abspath, svn_depth_t depth, svn_boolean_t use_commit_times, const apr_array_header_t *changelist_filter, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool)</dt>
<dd>Provided for backward compatibility with the 1.8 API.  </dd>
<dt><a class="anchor" id="_deprecated000625"></a>Global <a class="el" href="group__svn__wc.html#ga6401b9142564d0ad162cae5cc0403d7f">svn_wc_revision_status</a>  (<a class="el" href="structsvn__wc__revision__status__t.html" title="A structure to report a summary of a working copy, including the mix of revisions found within it...">svn_wc_revision_status_t</a> **result_p, const char *wc_path, const char *trail_url, svn_boolean_t committed, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000500"></a>Global <a class="el" href="group__svn__wc__entries.html#ga6d085aada02d70b76afbe083ede9558a">svn_wc_schedule_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000626"></a>Global <a class="el" href="group__svn__wc.html#gaad29afe2a97824e108b08567d5f8a143">svn_wc_set_changelist</a>  (const char *path, const char *changelist, svn_wc_adm_access_t *adm_access, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000524"></a>Global <a class="el" href="group__svn__wc__status.html#ga2dfbf2bcac68c534a4d54cf251d7abd6">svn_wc_status</a>  (<a class="el" href="structsvn__wc__status__t.html" title="Same as svn_wc_status2_t, but without the svn_lock_t &#39;repos_lock&#39;, const char &#39;url&#39;, svn_revnum_t &#39;ood_last_cmt_rev&#39;, apr_time_t &#39;ood_last_cmt_date&#39;, svn_node_kind_t &#39;ood_kind&#39;, const char &#39;ood_last_cmt_author&#39;, svn_wc_conflict_description_t &#39;tree_conflict&#39;, svn_boolean_t &#39;file_external&#39;, svn_wc_status_kind &#39;pristine_text_status&#39;, and svn_wc_status_kind &#39;pristine_prop_status&#39; fields. ">svn_wc_status_t</a> **status, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000523"></a>Global <a class="el" href="group__svn__wc__status.html#ga83f1370500939a518fdd46c909a0587d">svn_wc_status2</a>  (<a class="el" href="structsvn__wc__status2__t.html" title="All diffs are not yet known.">svn_wc_status2_t</a> **status, const char *path, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000519"></a>Global <a class="el" href="group__svn__wc__status.html#gaabad10f458b21f75780e0ef732c0ae1c">svn_wc_status2_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000526"></a>Global <a class="el" href="group__svn__wc__status.html#gafc252c6ec98c1685a5898142cacb7fed">svn_wc_status_func2_t</a>  )(void *baton, const char *path, <a class="el" href="structsvn__wc__status2__t.html" title="All diffs are not yet known.">svn_wc_status2_t</a> *status)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000525"></a>Global <a class="el" href="group__svn__wc__status.html#ga47cdf90c4f78332e24abeabde0d055d7">svn_wc_status_func3_t</a>  )(void *baton, const char *path, <a class="el" href="structsvn__wc__status2__t.html" title="All diffs are not yet known.">svn_wc_status2_t</a> *status, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000527"></a>Global <a class="el" href="group__svn__wc__status.html#ga29bb934a185f8992fb6bd255bf445ddf">svn_wc_status_func_t</a>  )(void *baton, const char *path, <a class="el" href="structsvn__wc__status__t.html" title="Same as svn_wc_status2_t, but without the svn_lock_t &#39;repos_lock&#39;, const char &#39;url&#39;, svn_revnum_t &#39;ood_last_cmt_rev&#39;, apr_time_t &#39;ood_last_cmt_date&#39;, svn_node_kind_t &#39;ood_kind&#39;, const char &#39;ood_last_cmt_author&#39;, svn_wc_conflict_description_t &#39;tree_conflict&#39;, svn_boolean_t &#39;file_external&#39;, svn_wc_status_kind &#39;pristine_text_status&#39;, and svn_wc_status_kind &#39;pristine_prop_status&#39; fields. ">svn_wc_status_t</a> *status)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000520"></a>Global <a class="el" href="group__svn__wc__status.html#ga03f227a4ca2b2a55c69375b3b7d225b5">svn_wc_status_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000498"></a>Global <a class="el" href="group__svn__wc.html#gaf2804bd7bd17bd98989976ff2c62d7a8">svn_wc_text_modified_p</a>  (svn_boolean_t *modified_p, const char *filename, svn_boolean_t force_comparison, svn_wc_adm_access_t *adm_access, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000617"></a>Global <a class="el" href="group__svn__wc__translate.html#ga1b25d91aa475be5585b64d3a711fd0a4">svn_wc_translated_file</a>  (const char **xlated_p, const char *vfile, svn_wc_adm_access_t *adm_access, svn_boolean_t force_repair, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.3 API  </dd>
<dt><a class="anchor" id="_deprecated000616"></a>Global <a class="el" href="group__svn__wc__translate.html#ga3572a920c814a44c8c0cc3fb33eeafd7">svn_wc_translated_file2</a>  (const char **xlated_path, const char *src, const char *versioned_file, svn_wc_adm_access_t *adm_access, apr_uint32_t flags, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.6 API  </dd>
<dt><a class="anchor" id="_deprecated000618"></a>Global <a class="el" href="group__svn__wc__translate.html#ga46d04c429bbb7ce66b6d8c24a2cdb9c1">svn_wc_translated_stream</a>  (svn_stream_t **stream, const char *path, const char *versioned_file, svn_wc_adm_access_t *adm_access, apr_uint32_t flags, apr_pool_t *pool)</dt>
<dd>Provided for compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000621"></a>Global <a class="el" href="group__svn__wc__deltas.html#gaf58e3f11ca335ba128f34227270bb309">svn_wc_transmit_prop_deltas</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__wc__entry__t.html" title="A working copy entry – that is, revision control information about one versioned entity...">svn_wc_entry_t</a> *entry, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *baton, const char **tempfile, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000620"></a>Global <a class="el" href="group__svn__wc__deltas.html#ga2f249ff77f4bb2162922a885ed22b0b1">svn_wc_transmit_text_deltas</a>  (const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *file_baton, const char **tempfile, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000619"></a>Global <a class="el" href="group__svn__wc__deltas.html#gab0424358160c6b3e8c2ad0a68e6520dd">svn_wc_transmit_text_deltas2</a>  (const char **tempfile, unsigned char digest[], const char *path, svn_wc_adm_access_t *adm_access, svn_boolean_t fulltext, const <a class="el" href="structsvn__delta__editor__t.html" title="A structure full of callback functions the delta source will invoke as it produces the delta...">svn_delta_editor_t</a> *editor, void *file_baton, apr_pool_t *pool)</dt>
<dd>Provided for backwards compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000476"></a>Global <a class="el" href="group__svn__wc__externals.html#gae9a070074e7daebdd81214b0a692c9bf">svn_wc_traversal_info_t</a>  </dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000479"></a>Global <a class="el" href="group__svn__wc__externals.html#gac94df934a5af2ba1f6728cd05309b57b">svn_wc_traversed_depths</a>  (apr_hash_t **depths, svn_wc_traversal_info_t *traversal_info)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000513"></a>Global <a class="el" href="group__svn__wc.html#ga93c39ae07d4de5f49f1d5adcb45eab22">svn_wc_walk_entries</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__wc__entry__callbacks__t.html">svn_wc_entry_callbacks_t</a> *walk_callbacks, void *walk_baton, svn_boolean_t show_hidden, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000512"></a>Global <a class="el" href="group__svn__wc.html#ga0fc8c326b020e64cfb8d183f4a10a684">svn_wc_walk_entries2</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__wc__entry__callbacks__t.html">svn_wc_entry_callbacks_t</a> *walk_callbacks, void *walk_baton, svn_boolean_t show_hidden, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000511"></a>Global <a class="el" href="group__svn__wc.html#ga17374d3b79862d5faa4887ed0f4366c3">svn_wc_walk_entries3</a>  (const char *path, svn_wc_adm_access_t *adm_access, const <a class="el" href="structsvn__wc__entry__callbacks2__t.html" title="A callback vtable invoked by the generic entry-walker function. ">svn_wc_entry_callbacks2_t</a> *walk_callbacks, void *walk_baton, svn_depth_t depth, svn_boolean_t show_hidden, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API.  </dd>
<dt><a class="anchor" id="_deprecated000633"></a>Global <a class="el" href="svn__xml_8h.html#a8952697d8cace5f4db1a05958007b04b">svn_xml_make_header</a>  (<a class="el" href="structsvn__stringbuf__t.html" title="A buffered string, capable of appending without an allocation and copy for each append. ">svn_stringbuf_t</a> **str, apr_pool_t *pool)</dt>
<dd>Provided for backward compatibility with the 1.6 API. </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>