This file is indexed.

/usr/share/doc/libsvn1/html/deprecated.html is in libsvn-doc 1.6.17dfsg-3ubuntu3.5.

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
<!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"/>
<title>Subversion: Deprecated List</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />

<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>

</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Subversion
   
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
<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>
</div>
<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="_deprecated000006"></a>Group <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="_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="_deprecated000003"></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="_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="_deprecated000004"></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="_deprecated000005"></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="_deprecated000035"></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="_deprecated000034"></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="_deprecated000033"></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="_deprecated000054"></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="_deprecated000053"></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="_deprecated000052"></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="_deprecated000027"></a>Global <a class="el" href="group__clnt__blame.html#ga6e49c82c6c0be02792b0df2f4a9f067c">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="_deprecated000091"></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="_deprecated000029"></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="_deprecated000028"></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="_deprecated000044"></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="_deprecated000043"></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="_deprecated000042"></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="_deprecated000020"></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="_deprecated000024"></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.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000021"></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.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000023"></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="_deprecated000022"></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="_deprecated000072"></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="_deprecated000071"></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="_deprecated000070"></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="_deprecated000069"></a>Global <a class="el" href="group__Copy.html#gaf9c037955c3fa31471725d2d13df4881">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, 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="_deprecated000096"></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="_deprecated000095"></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="_deprecated000094"></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="_deprecated000093"></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="_deprecated000039"></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="_deprecated000038"></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="_deprecated000057"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000056"></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="_deprecated000055"></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="_deprecated000060"></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="_deprecated000059"></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="_deprecated000058"></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="_deprecated000061"></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="_deprecated000062"></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="_deprecated000086"></a>Global <a class="el" href="group__Export.html#ga06f222cf6fedcca9d179428af525c68f">svn_client_export</a>  (svn_revnum_t *result_rev, const char *from, const char *to, <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="_deprecated000085"></a>Global <a class="el" href="group__Export.html#gabd9403769366783ed891b565c5716e7d">svn_client_export2</a>  (svn_revnum_t *result_rev, const char *from, const char *to, <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="_deprecated000084"></a>Global <a class="el" href="group__Export.html#gab4448d95de10334b2f4273c7e496c58d">svn_client_export3</a>  (svn_revnum_t *result_rev, const char *from, const char *to, 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="_deprecated000025"></a>Global <a class="el" href="group__clnt__commit.html#gaa1d88be008d4568af150f0256ed792e2">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="_deprecated000026"></a>Global <a class="el" href="group__clnt__commit.html#ga39899194e67568bec4a3ef6fba817c1f">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="_deprecated000007"></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="_deprecated000009"></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="_deprecated000013"></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="_deprecated000016"></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="_deprecated000014"></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="_deprecated000017"></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="_deprecated000012"></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="_deprecated000015"></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="_deprecated000008"></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="_deprecated000011"></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="_deprecated000010"></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="_deprecated000041"></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="_deprecated000040"></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="_deprecated000092"></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.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000087"></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="_deprecated000051"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000050"></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="_deprecated000049"></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="_deprecated000048"></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="_deprecated000090"></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="Report the directory entry, and possibly children, for path_or_url at revision.">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000089"></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="Report the directory entry, and possibly children, for path_or_url at revision.">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000088"></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="Report the directory entry, and possibly children, for path_or_url at revision.">svn_client_list2()</a> instead.  </dd>
<dt><a class="anchor" id="_deprecated000064"></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="_deprecated000063"></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="_deprecated000066"></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="_deprecated000065"></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.3 API. </dd>
<dt><a class="anchor" id="_deprecated000037"></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="_deprecated000036"></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="_deprecated000076"></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="_deprecated000075"></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="_deprecated000074"></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="_deprecated000073"></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="_deprecated000081"></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="_deprecated000080"></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.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000083"></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="_deprecated000082"></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 compatiblility with the 1.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000019"></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="_deprecated000018"></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="_deprecated000078"></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="_deprecated000077"></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="_deprecated000068"></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> instead.  </dd>
<dt><a class="anchor" id="_deprecated000067"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000079"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000047"></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="_deprecated000046"></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="_deprecated000045"></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="_deprecated000032"></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="_deprecated000031"></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="_deprecated000030"></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="_deprecated000099"></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="_deprecated000100"></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="_deprecated000101"></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 <a class="el" href="svn__cmdline_8h.html#a83693b19ce1eacda69dee9449df3fee3" title="Set *ab to an authentication baton allocated from pool and initialized with the standard set of authe...">svn_cmdline_create_auth_baton()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000255"></a>Global <a class="el" href="svn__types_8h.html#abc95cfed422bd097099537e4bde98d6d">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="_deprecated000105"></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="_deprecated000103"></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="_deprecated000104"></a>Global <a class="el" href="svn__config_8h.html#aff8b3348e9867495e88b7ffbda4d56be">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="_deprecated000102"></a>Global <a class="el" href="svn__config_8h.html#a37f71d897e0e045c20f15b115d30f3a8">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="_deprecated000108"></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="_deprecated000109"></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="_deprecated000110"></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="_deprecated000113"></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="_deprecated000112"></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="_deprecated000111"></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.3 API.  </dd>
<dt><a class="anchor" id="_deprecated000114"></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="_deprecated000115"></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="_deprecated000118"></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="_deprecated000119"></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="_deprecated000120"></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="_deprecated000125"></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="_deprecated000126"></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_{neon|serf} by SVN_ERR_FS_NOT_FOUND. </dd>
<dt><a class="anchor" id="_deprecated000124"></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="_deprecated000122"></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="_deprecated000121"></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="_deprecated000123"></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="_deprecated000107"></a>Global <a class="el" href="group__delta__support.html#ga5436061cf6c7c18569781bb890e5d9fc">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> compatibilty wrapper, and should not be used for new development.  </dd>
<dt><a class="anchor" id="_deprecated000135"></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.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000137"></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="_deprecated000131"></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="_deprecated000134"></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="_deprecated000129"></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="_deprecated000132"></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="_deprecated000140"></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="_deprecated000133"></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="_deprecated000128"></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="_deprecated000130"></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="_deprecated000136"></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="_deprecated000138"></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="_deprecated000139"></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="_deprecated000127"></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="_deprecated000116"></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="Macro used to mark deprecated functions.">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="_deprecated000117"></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="Macro used to mark deprecated functions.">svn_error_t</a> *error)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000141"></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="_deprecated000142"></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="_deprecated000098"></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="_deprecated000097"></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="_deprecated000158"></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="_deprecated000146"></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="_deprecated000147"></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="_deprecated000154"></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="_deprecated000144"></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.0 API </dd>
<dt><a class="anchor" id="_deprecated000143"></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="_deprecated000153"></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="_deprecated000155"></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="_deprecated000157"></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="_deprecated000156"></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="_deprecated000145"></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="_deprecated000253"></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="_deprecated000252"></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="_deprecated000257"></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="_deprecated000254"></a>Global <a class="el" href="svn__types_8h.html#a6aa9147b67a7778294a52399de5c0b33">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="_deprecated000161"></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="_deprecated000160"></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="_deprecated000162"></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="_deprecated000159"></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="_deprecated000173"></a>Global <a class="el" href="svn__opt_8h.html#a5b12e31cc240107510555f3be8889f9b">svn_opt_args_to_target_array</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, 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="_deprecated000172"></a>Global <a class="el" href="svn__opt_8h.html#af0580dea6692e0c75b4b0c1bf4180643">svn_opt_args_to_target_array2</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, 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="_deprecated000171"></a>Global <a class="el" href="svn__opt_8h.html#aa80f0886ac909f56de8de4478545b9fc">svn_opt_args_to_target_array3</a>  (apr_array_header_t **targets_p, apr_getopt_t *os, 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="_deprecated000164"></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="_deprecated000165"></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="_deprecated000168"></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="_deprecated000175"></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="_deprecated000174"></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="_deprecated000163"></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="_deprecated000170"></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="_deprecated000169"></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="_deprecated000167"></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="_deprecated000166"></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="_deprecated000176"></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="_deprecated000177"></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="_deprecated000178"></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="_deprecated000179"></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="_deprecated000200"></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="_deprecated000207"></a>Global <a class="el" href="structsvn__ra__callbacks2__t.html#a885b25e484bc6d99597573cf397fc5a3">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="_deprecated000182"></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="_deprecated000201"></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="_deprecated000192"></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="_deprecated000191"></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="_deprecated000190"></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="_deprecated000189"></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="_deprecated000188"></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="_deprecated000186"></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="_deprecated000185"></a>Global <a class="el" href="svn__ra_8h.html#a6b06410f67faedce2d58a0db7383f2b8">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 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.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000187"></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="_deprecated000196"></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="_deprecated000193"></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="_deprecated000206"></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="_deprecated000195"></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="_deprecated000194"></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="_deprecated000199"></a>Global <a class="el" href="svn__ra_8h.html#aae8924114d2893a2921afa53b59e533f">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="_deprecated000205"></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="_deprecated000202"></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="_deprecated000184"></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="_deprecated000183"></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="_deprecated000198"></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="_deprecated000197"></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="_deprecated000180"></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="_deprecated000181"></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="_deprecated000204"></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="_deprecated000208"></a>Global <a class="el" href="svn__ra__svn_8h.html#aa39e750851c82affcf6e8ff900502882">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="_deprecated000203"></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="_deprecated000212"></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="_deprecated000217"></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="_deprecated000231"></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="_deprecated000209"></a>Global <a class="el" href="svn__repos_8h.html#a4610a1f09d8e2be17e054a8d82e4475a">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="_deprecated000228"></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="_deprecated000230"></a>Global <a class="el" href="group__svn__repos__hook__wrappers.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="_deprecated000229"></a>Global <a class="el" href="group__svn__repos__hook__wrappers.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="_deprecated000222"></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="_deprecated000221"></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="_deprecated000220"></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="_deprecated000219"></a>Global <a class="el" href="svn__repos_8h.html#a4577d438456135507931728b9479f33b">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 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.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000227"></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="_deprecated000236"></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="_deprecated000226"></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="_deprecated000225"></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="_deprecated000224"></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="_deprecated000223"></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="_deprecated000216"></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="_deprecated000215"></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="_deprecated000232"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000235"></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="_deprecated000233"></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.2 API. </dd>
<dt><a class="anchor" id="_deprecated000234"></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="_deprecated000234"></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="_deprecated000211"></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="_deprecated000210"></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="Macro used to mark deprecated functions.">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="_deprecated000218"></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="_deprecated000214"></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="_deprecated000213"></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="_deprecated000251"></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="_deprecated000250"></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="_deprecated000149"></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="_deprecated000256"></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="_deprecated000151"></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="_deprecated000150"></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="_deprecated000148"></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="_deprecated000152"></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="_deprecated000238"></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="_deprecated000246"></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="_deprecated000245"></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="_deprecated000239"></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="_deprecated000237"></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="_deprecated000249"></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="_deprecated000244"></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="_deprecated000243"></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="_deprecated000247"></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="_deprecated000242"></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="_deprecated000241"></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="_deprecated000240"></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#add5d644ecc07e3d679c6e69c3ea0f1da" 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="_deprecated000248"></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="_deprecated000106"></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="_deprecated000259"></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="_deprecated000258"></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="_deprecated000261"></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="_deprecated000260"></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="_deprecated000294"></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="_deprecated000293"></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="_deprecated000296"></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="_deprecated000295"></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="_deprecated000275"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000263"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000262"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000265"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000264"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000267"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000266"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000326"></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="_deprecated000276"></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="_deprecated000290"></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="_deprecated000307"></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="_deprecated000306"></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="_deprecated000305"></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="_deprecated000333"></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="_deprecated000292"></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="_deprecated000291"></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="_deprecated000320"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000319"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000318"></a>Global <a class="el" href="group__svn__wc.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() function, and without the &#39;tree_con...">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.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000317"></a>Global <a class="el" href="group__svn__wc.html#ga4b5bc5dc8c1594b5a1791a8ca77ae73a">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() function, and without the &#39;tree_con...">svn_wc_diff_callbacks2_t</a> *callbacks, void *callback_baton, svn_depth_t depth, svn_boolean_t ignore_ancestry, const apr_array_header_t *changelists, 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="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="_deprecated000274"></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="_deprecated000283"></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; field.">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="_deprecated000281"></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="_deprecated000280"></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="_deprecated000277"></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="_deprecated000337"></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="_deprecated000338"></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="_deprecated000336"></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="_deprecated000269"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000268"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000316"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000315"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000314"></a>Global <a class="el" href="group__svn__wc.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() function, and without the &#39;tree_con...">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="_deprecated000313"></a>Global <a class="el" href="group__svn__wc.html#ga9d7acb326876e4354cbccdb08bb774ed">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() function, and without the &#39;tree_con...">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 *changelists, 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="_deprecated000325"></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.  </dd>
<dt><a class="anchor" id="_deprecated000289"></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="_deprecated000288"></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="_deprecated000287"></a>Global <a class="el" href="group__svn__wc__status.html#ga797432395dc47b13fafdd88850f6ccb5">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, 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.4 API.  </dd>
<dt><a class="anchor" id="_deprecated000311"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000310"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000309"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000308"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000322"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000321"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000324"></a>Global <a class="el" href="group__svn__wc.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.  </dd>
<dt><a class="anchor" id="_deprecated000323"></a>Global <a class="el" href="group__svn__wc.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.3 API. </dd>
<dt><a class="anchor" id="_deprecated000272"></a>Global <a class="el" href="group__svn__wc__notifications.html#ga77d705cbd8f4c23c0c29492f84f8f6c2">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="_deprecated000271"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000270"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000304"></a>Global <a class="el" href="group__svn__wc.html#gaefe1abc4587e89afc6c9e7841260e57c">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, 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="_deprecated000303"></a>Global <a class="el" href="group__svn__wc.html#ga53abbe8a6d978174f68feb7929b532ac">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, 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="_deprecated000302"></a>Global <a class="el" href="group__svn__wc.html#ga3276e47a713d72a7ef65716a86486f24">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, 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="_deprecated000301"></a>Global <a class="el" href="group__svn__wc.html#ga56fd7ea156dbb078f3da387168027e8a">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, 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="_deprecated000312"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000300"></a>Global <a class="el" href="group__svn__wc.html#gab22e18a6ee446b02a6e9807ca349e167">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, 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="_deprecated000330"></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="_deprecated000329"></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="_deprecated000327"></a>Global <a class="el" href="group__svn__wc.html#ga3156f48a76033908b9dd80ac347938b8">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="_deprecated000328"></a>Global <a class="el" href="group__svn__wc.html#ga5aef0943027834b2d1a4b7eda408f321">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="_deprecated000299"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000298"></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="_deprecated000297"></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="_deprecated000332"></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="_deprecated000331"></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.2 API.  </dd>
<dt><a class="anchor" id="_deprecated000284"></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; field.">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="_deprecated000285"></a>Global <a class="el" href="group__svn__wc__status.html#gaf68700e38ff4fd0a8a246e5c9290b14e">svn_wc_status_func2_t</a>  )(void *baton, const char *path, <a class="el" href="structsvn__wc__status2__t.html" title="Structure for holding the &quot;status&quot; of a working copy item.">svn_wc_status2_t</a> *status)</dt>
<dd>Provided for backward compatibility with the 1.5 API.  </dd>
<dt><a class="anchor" id="_deprecated000286"></a>Global <a class="el" href="group__svn__wc__status.html#gac19e1c47c044d86aaa9e3a0790efa17a">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; field.">svn_wc_status_t</a> *status)</dt>
<dd>Provided for backward compatibility with the 1.1 API.  </dd>
<dt><a class="anchor" id="_deprecated000282"></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="_deprecated000334"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000335"></a>Global <a class="el" href="group__svn__wc.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="_deprecated000279"></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.0 API.  </dd>
<dt><a class="anchor" id="_deprecated000278"></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>
</dl>
</div></div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Defines</a></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>



<hr class="footer"/><address class="footer"><small>
Generated on Thu Aug 20 2015 15:17:13 for Subversion by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>