You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/06/14 11:39:36 UTC

svn commit: r1493010 [11/16] - in /subversion/site/publish/docs: api/1.8/ api/1.8/search/ javahl/1.8/ javahl/1.8/org/apache/subversion/javahl/ javahl/1.8/org/apache/subversion/javahl/callback/ javahl/1.8/org/apache/subversion/javahl/types/ javahl/1.8/o...

Modified: subversion/site/publish/docs/api/1.8/svn__repos_8h_source.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/api/1.8/svn__repos_8h_source.html?rev=1493010&r1=1493009&r2=1493010&view=diff
==============================================================================
--- subversion/site/publish/docs/api/1.8/svn__repos_8h_source.html (original)
+++ subversion/site/publish/docs/api/1.8/svn__repos_8h_source.html Fri Jun 14 09:39:23 2013
@@ -151,3333 +151,3342 @@ var searchBox = new SearchBox("searchBox
 <a name="l00068"></a>00068 <span class="comment"></span>
 <a name="l00069"></a>00069 <span class="comment">/** The different policies for processing the UUID in the dumpfile. */</span>
 <a name="l00070"></a><a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360">00070</a> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360" title="The different policies for processing the UUID in the dumpfile.">svn_repos_load_uuid</a>
-<a name="l00071"></a>00071 {
-<a name="l00072"></a>00072   svn_repos_load_uuid_default,
-<a name="l00073"></a>00073   svn_repos_load_uuid_ignore,
-<a name="l00074"></a>00074   svn_repos_load_uuid_force
-<a name="l00075"></a>00075 };
-<a name="l00076"></a>00076 
-<a name="l00077"></a>00077 <span class="comment"></span>
-<a name="l00078"></a>00078 <span class="comment">/** Callback type for checking authorization on paths produced by (at</span>
-<a name="l00079"></a>00079 <span class="comment"> * least) svn_repos_dir_delta2().</span>
-<a name="l00080"></a>00080 <span class="comment"> *</span>
-<a name="l00081"></a>00081 <span class="comment"> * Set @a *allowed to TRUE to indicate that some operation is</span>
-<a name="l00082"></a>00082 <span class="comment"> * authorized for @a path in @a root, or set it to FALSE to indicate</span>
-<a name="l00083"></a>00083 <span class="comment"> * unauthorized (presumably according to state stored in @a baton).</span>
-<a name="l00084"></a>00084 <span class="comment"> *</span>
-<a name="l00085"></a>00085 <span class="comment"> * Do not assume @a pool has any lifetime beyond this call.</span>
-<a name="l00086"></a>00086 <span class="comment"> *</span>
-<a name="l00087"></a>00087 <span class="comment"> * The exact operation being authorized depends on the callback</span>
-<a name="l00088"></a>00088 <span class="comment"> * implementation.  For read authorization, for example, the caller</span>
-<a name="l00089"></a>00089 <span class="comment"> * would implement an instance that does read checking, and pass it as</span>
-<a name="l00090"></a>00090 <span class="comment"> * a parameter named [perhaps] &#39;authz_read_func&#39;.  The receiver of</span>
-<a name="l00091"></a>00091 <span class="comment"> * that parameter might also take another parameter named</span>
-<a name="l00092"></a>00092 <span class="comment"> * &#39;authz_write_func&#39;, which although sharing this type, would be a</span>
-<a name="l00093"></a>00093 <span class="comment"> * different implementation.</span>
-<a name="l00094"></a>00094 <span class="comment"> *</span>
-<a name="l00095"></a>00095 <span class="comment"> * @note If someday we want more sophisticated authorization states</span>
-<a name="l00096"></a>00096 <span class="comment"> * than just yes/no, @a allowed can become an enum type.</span>
-<a name="l00097"></a>00097 <span class="comment"> */</span>
-<a name="l00098"></a><a class="code" href="svn__repos_8h.html#ad36e1f3f846af40f17422af70f08ccf8">00098</a> <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_authz_func_t)(<a class="code" href="svn__types_8h.html#a22b35baddc4213c688d1bb12feea1024" title="Macro used to mark deprecated functions.">svn_boolean_t</a> *allowed,
-<a name="l00099"></a>00099                                                <a class="code" href="group__svn__fs__roots.html#gaa0616aebbe57398ec86bcb8a432248cd" title="The Filesystem Root object.">svn_fs_root_t</a> *root,
-<a name="l00100"></a>00100                                                <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00101"></a>00101                                                <span class="keywordtype">void</span> *baton,
-<a name="l00102"></a>00102                                                apr_pool_t *pool);
-<a name="l00103"></a>00103 
-<a name="l00104"></a>00104 <span class="comment"></span>
-<a name="l00105"></a>00105 <span class="comment">/** An enum defining the kinds of access authz looks up.</span>
-<a name="l00106"></a>00106 <span class="comment"> *</span>
-<a name="l00107"></a>00107 <span class="comment"> * @since New in 1.3.</span>
-<a name="l00108"></a>00108 <span class="comment"> */</span>
-<a name="l00109"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26">00109</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a>
-<a name="l00110"></a>00110 {<span class="comment"></span>
-<a name="l00111"></a>00111 <span class="comment">  /** No access. */</span>
-<a name="l00112"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26aff5fe6d567a388a3f0ac56c07efc644d">00112</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26aff5fe6d567a388a3f0ac56c07efc644d" title="No access.">svn_authz_none</a> = 0,
-<a name="l00113"></a>00113 <span class="comment"></span>
-<a name="l00114"></a>00114 <span class="comment">  /** Path can be read. */</span>
-<a name="l00115"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a28e8e499b87ca8243c391b90a2544e53">00115</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a28e8e499b87ca8243c391b90a2544e53" title="Path can be read.">svn_authz_read</a> = 1,
+<a name="l00071"></a>00071 {<span class="comment"></span>
+<a name="l00072"></a>00072 <span class="comment">  /** only update uuid if the repos has no revisions. */</span>
+<a name="l00073"></a><a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a9e0e3ff099cd658f1baf623cf7a90e7a">00073</a>   <a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a9e0e3ff099cd658f1baf623cf7a90e7a" title="only update uuid if the repos has no revisions.">svn_repos_load_uuid_default</a>,<span class="comment"></span>
+<a name="l00074"></a>00074 <span class="comment">  /** never update uuid. */</span>
+<a name="l00075"></a><a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a0284c3d4a36f2fd481eabcd68fe3cdf0">00075</a>   <a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a0284c3d4a36f2fd481eabcd68fe3cdf0" title="never update uuid.">svn_repos_load_uuid_ignore</a>,<span class="comment"></span>
+<a name="l00076"></a>00076 <span class="comment">  /** always update uuid. */</span>
+<a name="l00077"></a><a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a72df785dbc140628df1bfe4cbfc7371f">00077</a>   <a class="code" href="svn__repos_8h.html#a3f25f6afc6c9fc6de9327ea8960a5360a72df785dbc140628df1bfe4cbfc7371f" title="always update uuid.">svn_repos_load_uuid_force</a>
+<a name="l00078"></a>00078 };
+<a name="l00079"></a>00079 
+<a name="l00080"></a>00080 <span class="comment"></span>
+<a name="l00081"></a>00081 <span class="comment">/** Callback type for checking authorization on paths produced by (at</span>
+<a name="l00082"></a>00082 <span class="comment"> * least) svn_repos_dir_delta2().</span>
+<a name="l00083"></a>00083 <span class="comment"> *</span>
+<a name="l00084"></a>00084 <span class="comment"> * Set @a *allowed to TRUE to indicate that some operation is</span>
+<a name="l00085"></a>00085 <span class="comment"> * authorized for @a path in @a root, or set it to FALSE to indicate</span>
+<a name="l00086"></a>00086 <span class="comment"> * unauthorized (presumably according to state stored in @a baton).</span>
+<a name="l00087"></a>00087 <span class="comment"> *</span>
+<a name="l00088"></a>00088 <span class="comment"> * Do not assume @a pool has any lifetime beyond this call.</span>
+<a name="l00089"></a>00089 <span class="comment"> *</span>
+<a name="l00090"></a>00090 <span class="comment"> * The exact operation being authorized depends on the callback</span>
+<a name="l00091"></a>00091 <span class="comment"> * implementation.  For read authorization, for example, the caller</span>
+<a name="l00092"></a>00092 <span class="comment"> * would implement an instance that does read checking, and pass it as</span>
+<a name="l00093"></a>00093 <span class="comment"> * a parameter named [perhaps] &#39;authz_read_func&#39;.  The receiver of</span>
+<a name="l00094"></a>00094 <span class="comment"> * that parameter might also take another parameter named</span>
+<a name="l00095"></a>00095 <span class="comment"> * &#39;authz_write_func&#39;, which although sharing this type, would be a</span>
+<a name="l00096"></a>00096 <span class="comment"> * different implementation.</span>
+<a name="l00097"></a>00097 <span class="comment"> *</span>
+<a name="l00098"></a>00098 <span class="comment"> * @note If someday we want more sophisticated authorization states</span>
+<a name="l00099"></a>00099 <span class="comment"> * than just yes/no, @a allowed can become an enum type.</span>
+<a name="l00100"></a>00100 <span class="comment"> */</span>
+<a name="l00101"></a><a class="code" href="svn__repos_8h.html#ad36e1f3f846af40f17422af70f08ccf8">00101</a> <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_authz_func_t)(<a class="code" href="svn__types_8h.html#a22b35baddc4213c688d1bb12feea1024" title="Macro used to mark deprecated functions.">svn_boolean_t</a> *allowed,
+<a name="l00102"></a>00102                                                <a class="code" href="group__svn__fs__roots.html#gaa0616aebbe57398ec86bcb8a432248cd" title="The Filesystem Root object.">svn_fs_root_t</a> *root,
+<a name="l00103"></a>00103                                                <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00104"></a>00104                                                <span class="keywordtype">void</span> *baton,
+<a name="l00105"></a>00105                                                apr_pool_t *pool);
+<a name="l00106"></a>00106 
+<a name="l00107"></a>00107 <span class="comment"></span>
+<a name="l00108"></a>00108 <span class="comment">/** An enum defining the kinds of access authz looks up.</span>
+<a name="l00109"></a>00109 <span class="comment"> *</span>
+<a name="l00110"></a>00110 <span class="comment"> * @since New in 1.3.</span>
+<a name="l00111"></a>00111 <span class="comment"> */</span>
+<a name="l00112"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26">00112</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a>
+<a name="l00113"></a>00113 {<span class="comment"></span>
+<a name="l00114"></a>00114 <span class="comment">  /** No access. */</span>
+<a name="l00115"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26aff5fe6d567a388a3f0ac56c07efc644d">00115</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26aff5fe6d567a388a3f0ac56c07efc644d" title="No access.">svn_authz_none</a> = 0,
 <a name="l00116"></a>00116 <span class="comment"></span>
-<a name="l00117"></a>00117 <span class="comment">  /** Path can be altered. */</span>
-<a name="l00118"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a178f2e29b60d1f142a11db104fcf1758">00118</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a178f2e29b60d1f142a11db104fcf1758" title="Path can be altered.">svn_authz_write</a> = 2,
+<a name="l00117"></a>00117 <span class="comment">  /** Path can be read. */</span>
+<a name="l00118"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a28e8e499b87ca8243c391b90a2544e53">00118</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a28e8e499b87ca8243c391b90a2544e53" title="Path can be read.">svn_authz_read</a> = 1,
 <a name="l00119"></a>00119 <span class="comment"></span>
-<a name="l00120"></a>00120 <span class="comment">  /** The other access credentials are recursive. */</span>
-<a name="l00121"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a27842cbdc39c9d360e9ba8e9b91b70cb">00121</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a27842cbdc39c9d360e9ba8e9b91b70cb" title="The other access credentials are recursive.">svn_authz_recursive</a> = 4
-<a name="l00122"></a>00122 } <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a>;
-<a name="l00123"></a>00123 
-<a name="l00124"></a>00124 <span class="comment"></span>
-<a name="l00125"></a>00125 <span class="comment">/** Callback type for checking authorization on paths produced by</span>
-<a name="l00126"></a>00126 <span class="comment"> * the repository commit editor.</span>
-<a name="l00127"></a>00127 <span class="comment"> *</span>
-<a name="l00128"></a>00128 <span class="comment"> * Set @a *allowed to TRUE to indicate that the @a required access on</span>
-<a name="l00129"></a>00129 <span class="comment"> * @a path in @a root is authorized, or set it to FALSE to indicate</span>
-<a name="l00130"></a>00130 <span class="comment"> * unauthorized (presumable according to state stored in @a baton).</span>
-<a name="l00131"></a>00131 <span class="comment"> *</span>
-<a name="l00132"></a>00132 <span class="comment"> * If @a path is NULL, the callback should perform a global authz</span>
-<a name="l00133"></a>00133 <span class="comment"> * lookup for the @a required access.  That is, the lookup should</span>
-<a name="l00134"></a>00134 <span class="comment"> * check if the @a required access is granted for at least one path of</span>
-<a name="l00135"></a>00135 <span class="comment"> * the repository, and set @a *allowed to TRUE if so.  @a root may</span>
-<a name="l00136"></a>00136 <span class="comment"> * also be NULL if @a path is NULL.</span>
-<a name="l00137"></a>00137 <span class="comment"> *</span>
-<a name="l00138"></a>00138 <span class="comment"> * This callback is very similar to svn_repos_authz_func_t, with the</span>
-<a name="l00139"></a>00139 <span class="comment"> * exception of the addition of the @a required parameter.</span>
-<a name="l00140"></a>00140 <span class="comment"> * This is due to historical reasons: when authz was first implemented</span>
-<a name="l00141"></a>00141 <span class="comment"> * for svn_repos_dir_delta2(), it seemed there would need only checks</span>
-<a name="l00142"></a>00142 <span class="comment"> * for read and write operations, hence the svn_repos_authz_func_t</span>
-<a name="l00143"></a>00143 <span class="comment"> * callback prototype and usage scenario.  But it was then realized</span>
-<a name="l00144"></a>00144 <span class="comment"> * that lookups due to copying needed to be recursive, and that</span>
-<a name="l00145"></a>00145 <span class="comment"> * brute-force recursive lookups didn&#39;t square with the O(1)</span>
-<a name="l00146"></a>00146 <span class="comment"> * performances a copy operation should have.</span>
-<a name="l00147"></a>00147 <span class="comment"> *</span>
-<a name="l00148"></a>00148 <span class="comment"> * So a special way to ask for a recursive lookup was introduced.  The</span>
-<a name="l00149"></a>00149 <span class="comment"> * commit editor needs this capability to retain acceptable</span>
-<a name="l00150"></a>00150 <span class="comment"> * performance.  Instead of revving the existing callback, causing</span>
-<a name="l00151"></a>00151 <span class="comment"> * unnecessary revving of functions that don&#39;t actually need the</span>
-<a name="l00152"></a>00152 <span class="comment"> * extended functionality, this second, more complete callback was</span>
-<a name="l00153"></a>00153 <span class="comment"> * introduced, for use by the commit editor.</span>
-<a name="l00154"></a>00154 <span class="comment"> *</span>
-<a name="l00155"></a>00155 <span class="comment"> * Some day, it would be nice to reunite these two callbacks and do</span>
-<a name="l00156"></a>00156 <span class="comment"> * the necessary revving anyway, but for the time being, this dual</span>
-<a name="l00157"></a>00157 <span class="comment"> * callback mechanism will do.</span>
-<a name="l00158"></a>00158 <span class="comment"> */</span>
-<a name="l00159"></a>00159 <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_authz_callback_t)
-<a name="l00160"></a><a class="code" href="svn__repos_8h.html#aface4990939fd87037b6e7b7cdff47ca">00160</a>   (<a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a> required,
-<a name="l00161"></a>00161    <a class="code" href="svn__types_8h.html#a22b35baddc4213c688d1bb12feea1024" title="Macro used to mark deprecated functions.">svn_boolean_t</a> *allowed,
-<a name="l00162"></a>00162    <a class="code" href="group__svn__fs__roots.html#gaa0616aebbe57398ec86bcb8a432248cd" title="The Filesystem Root object.">svn_fs_root_t</a> *root,
-<a name="l00163"></a>00163    <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00164"></a>00164    <span class="keywordtype">void</span> *baton,
-<a name="l00165"></a>00165    apr_pool_t *pool);
-<a name="l00166"></a>00166 <span class="comment"></span>
-<a name="l00167"></a>00167 <span class="comment">/**</span>
-<a name="l00168"></a>00168 <span class="comment"> * Similar to #svn_file_rev_handler_t, but without the @a</span>
-<a name="l00169"></a>00169 <span class="comment"> * result_of_merge parameter.</span>
-<a name="l00170"></a>00170 <span class="comment"> *</span>
-<a name="l00171"></a>00171 <span class="comment"> * @deprecated Provided for backward compatibility with 1.4 API.</span>
-<a name="l00172"></a>00172 <span class="comment"> * @since New in 1.1.</span>
-<a name="l00173"></a>00173 <span class="comment"> */</span>
-<a name="l00174"></a>00174 <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_file_rev_handler_t)
-<a name="l00175"></a><a class="code" href="svn__repos_8h.html#a4610a1f09d8e2be17e054a8d82e4475a">00175</a>   (<span class="keywordtype">void</span> *baton,
-<a name="l00176"></a>00176    <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00177"></a>00177    <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> rev,
-<a name="l00178"></a>00178    apr_hash_t *rev_props,
-<a name="l00179"></a>00179    <a class="code" href="group__svn__delta__txt__delta.html#ga1c0d461a3f244928d7f0339c1cbe3219" title="A typedef for functions that consume a series of delta windows, for use in caller-pushes interfaces...">svn_txdelta_window_handler_t</a> *delta_handler,
-<a name="l00180"></a>00180    <span class="keywordtype">void</span> **delta_baton,
-<a name="l00181"></a>00181    apr_array_header_t *prop_diffs,
-<a name="l00182"></a>00182    apr_pool_t *pool);
-<a name="l00183"></a>00183 
-<a name="l00184"></a>00184 
-<a name="l00185"></a>00185 <span class="comment">/* Notification system. */</span>
-<a name="l00186"></a>00186 <span class="comment"></span>
-<a name="l00187"></a>00187 <span class="comment">/** The type of action occurring.</span>
-<a name="l00188"></a>00188 <span class="comment"> *</span>
-<a name="l00189"></a>00189 <span class="comment"> * @since New in 1.7.</span>
-<a name="l00190"></a>00190 <span class="comment"> */</span>
-<a name="l00191"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183">00191</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a>
-<a name="l00192"></a>00192 {<span class="comment"></span>
-<a name="l00193"></a>00193 <span class="comment">  /** A warning message is waiting. */</span>
-<a name="l00194"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a10a5b2e515291a051339282acbac53c9">00194</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a10a5b2e515291a051339282acbac53c9" title="A warning message is waiting.">svn_repos_notify_warning</a> = 0,
-<a name="l00195"></a>00195 <span class="comment"></span>
-<a name="l00196"></a>00196 <span class="comment">  /** A revision has finished being dumped. */</span>
-<a name="l00197"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183acd6ecf45a6daa5a3806f9305c94dc1ca">00197</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183acd6ecf45a6daa5a3806f9305c94dc1ca" title="A revision has finished being dumped.">svn_repos_notify_dump_rev_end</a>,
+<a name="l00120"></a>00120 <span class="comment">  /** Path can be altered. */</span>
+<a name="l00121"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a178f2e29b60d1f142a11db104fcf1758">00121</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a178f2e29b60d1f142a11db104fcf1758" title="Path can be altered.">svn_authz_write</a> = 2,
+<a name="l00122"></a>00122 <span class="comment"></span>
+<a name="l00123"></a>00123 <span class="comment">  /** The other access credentials are recursive. */</span>
+<a name="l00124"></a><a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a27842cbdc39c9d360e9ba8e9b91b70cb">00124</a>   <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26a27842cbdc39c9d360e9ba8e9b91b70cb" title="The other access credentials are recursive.">svn_authz_recursive</a> = 4
+<a name="l00125"></a>00125 } <a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a>;
+<a name="l00126"></a>00126 
+<a name="l00127"></a>00127 <span class="comment"></span>
+<a name="l00128"></a>00128 <span class="comment">/** Callback type for checking authorization on paths produced by</span>
+<a name="l00129"></a>00129 <span class="comment"> * the repository commit editor.</span>
+<a name="l00130"></a>00130 <span class="comment"> *</span>
+<a name="l00131"></a>00131 <span class="comment"> * Set @a *allowed to TRUE to indicate that the @a required access on</span>
+<a name="l00132"></a>00132 <span class="comment"> * @a path in @a root is authorized, or set it to FALSE to indicate</span>
+<a name="l00133"></a>00133 <span class="comment"> * unauthorized (presumable according to state stored in @a baton).</span>
+<a name="l00134"></a>00134 <span class="comment"> *</span>
+<a name="l00135"></a>00135 <span class="comment"> * If @a path is NULL, the callback should perform a global authz</span>
+<a name="l00136"></a>00136 <span class="comment"> * lookup for the @a required access.  That is, the lookup should</span>
+<a name="l00137"></a>00137 <span class="comment"> * check if the @a required access is granted for at least one path of</span>
+<a name="l00138"></a>00138 <span class="comment"> * the repository, and set @a *allowed to TRUE if so.  @a root may</span>
+<a name="l00139"></a>00139 <span class="comment"> * also be NULL if @a path is NULL.</span>
+<a name="l00140"></a>00140 <span class="comment"> *</span>
+<a name="l00141"></a>00141 <span class="comment"> * This callback is very similar to svn_repos_authz_func_t, with the</span>
+<a name="l00142"></a>00142 <span class="comment"> * exception of the addition of the @a required parameter.</span>
+<a name="l00143"></a>00143 <span class="comment"> * This is due to historical reasons: when authz was first implemented</span>
+<a name="l00144"></a>00144 <span class="comment"> * for svn_repos_dir_delta2(), it seemed there would need only checks</span>
+<a name="l00145"></a>00145 <span class="comment"> * for read and write operations, hence the svn_repos_authz_func_t</span>
+<a name="l00146"></a>00146 <span class="comment"> * callback prototype and usage scenario.  But it was then realized</span>
+<a name="l00147"></a>00147 <span class="comment"> * that lookups due to copying needed to be recursive, and that</span>
+<a name="l00148"></a>00148 <span class="comment"> * brute-force recursive lookups didn&#39;t square with the O(1)</span>
+<a name="l00149"></a>00149 <span class="comment"> * performances a copy operation should have.</span>
+<a name="l00150"></a>00150 <span class="comment"> *</span>
+<a name="l00151"></a>00151 <span class="comment"> * So a special way to ask for a recursive lookup was introduced.  The</span>
+<a name="l00152"></a>00152 <span class="comment"> * commit editor needs this capability to retain acceptable</span>
+<a name="l00153"></a>00153 <span class="comment"> * performance.  Instead of revving the existing callback, causing</span>
+<a name="l00154"></a>00154 <span class="comment"> * unnecessary revving of functions that don&#39;t actually need the</span>
+<a name="l00155"></a>00155 <span class="comment"> * extended functionality, this second, more complete callback was</span>
+<a name="l00156"></a>00156 <span class="comment"> * introduced, for use by the commit editor.</span>
+<a name="l00157"></a>00157 <span class="comment"> *</span>
+<a name="l00158"></a>00158 <span class="comment"> * Some day, it would be nice to reunite these two callbacks and do</span>
+<a name="l00159"></a>00159 <span class="comment"> * the necessary revving anyway, but for the time being, this dual</span>
+<a name="l00160"></a>00160 <span class="comment"> * callback mechanism will do.</span>
+<a name="l00161"></a>00161 <span class="comment"> */</span>
+<a name="l00162"></a>00162 <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_authz_callback_t)
+<a name="l00163"></a><a class="code" href="svn__repos_8h.html#aface4990939fd87037b6e7b7cdff47ca">00163</a>   (<a class="code" href="svn__repos_8h.html#a90d4f1b918bc84e87963fc5fed5dcb26" title="An enum defining the kinds of access authz looks up.">svn_repos_authz_access_t</a> required,
+<a name="l00164"></a>00164    <a class="code" href="svn__types_8h.html#a22b35baddc4213c688d1bb12feea1024" title="Macro used to mark deprecated functions.">svn_boolean_t</a> *allowed,
+<a name="l00165"></a>00165    <a class="code" href="group__svn__fs__roots.html#gaa0616aebbe57398ec86bcb8a432248cd" title="The Filesystem Root object.">svn_fs_root_t</a> *root,
+<a name="l00166"></a>00166    <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00167"></a>00167    <span class="keywordtype">void</span> *baton,
+<a name="l00168"></a>00168    apr_pool_t *pool);
+<a name="l00169"></a>00169 <span class="comment"></span>
+<a name="l00170"></a>00170 <span class="comment">/**</span>
+<a name="l00171"></a>00171 <span class="comment"> * Similar to #svn_file_rev_handler_t, but without the @a</span>
+<a name="l00172"></a>00172 <span class="comment"> * result_of_merge parameter.</span>
+<a name="l00173"></a>00173 <span class="comment"> *</span>
+<a name="l00174"></a>00174 <span class="comment"> * @deprecated Provided for backward compatibility with 1.4 API.</span>
+<a name="l00175"></a>00175 <span class="comment"> * @since New in 1.1.</span>
+<a name="l00176"></a>00176 <span class="comment"> */</span>
+<a name="l00177"></a>00177 <span class="keyword">typedef</span> <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *(*svn_repos_file_rev_handler_t)
+<a name="l00178"></a><a class="code" href="svn__repos_8h.html#a4610a1f09d8e2be17e054a8d82e4475a">00178</a>   (<span class="keywordtype">void</span> *baton,
+<a name="l00179"></a>00179    <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00180"></a>00180    <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> rev,
+<a name="l00181"></a>00181    apr_hash_t *rev_props,
+<a name="l00182"></a>00182    <a class="code" href="group__svn__delta__txt__delta.html#ga1c0d461a3f244928d7f0339c1cbe3219" title="A typedef for functions that consume a series of delta windows, for use in caller-pushes interfaces...">svn_txdelta_window_handler_t</a> *delta_handler,
+<a name="l00183"></a>00183    <span class="keywordtype">void</span> **delta_baton,
+<a name="l00184"></a>00184    apr_array_header_t *prop_diffs,
+<a name="l00185"></a>00185    apr_pool_t *pool);
+<a name="l00186"></a>00186 
+<a name="l00187"></a>00187 
+<a name="l00188"></a>00188 <span class="comment">/* Notification system. */</span>
+<a name="l00189"></a>00189 <span class="comment"></span>
+<a name="l00190"></a>00190 <span class="comment">/** The type of action occurring.</span>
+<a name="l00191"></a>00191 <span class="comment"> *</span>
+<a name="l00192"></a>00192 <span class="comment"> * @since New in 1.7.</span>
+<a name="l00193"></a>00193 <span class="comment"> */</span>
+<a name="l00194"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183">00194</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a>
+<a name="l00195"></a>00195 {<span class="comment"></span>
+<a name="l00196"></a>00196 <span class="comment">  /** A warning message is waiting. */</span>
+<a name="l00197"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a10a5b2e515291a051339282acbac53c9">00197</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a10a5b2e515291a051339282acbac53c9" title="A warning message is waiting.">svn_repos_notify_warning</a> = 0,
 <a name="l00198"></a>00198 <span class="comment"></span>
-<a name="l00199"></a>00199 <span class="comment">  /** A revision has finished being verified. */</span>
-<a name="l00200"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a26850dcf2946789d2cd016a37e635764">00200</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a26850dcf2946789d2cd016a37e635764" title="A revision has finished being verified.">svn_repos_notify_verify_rev_end</a>,
+<a name="l00199"></a>00199 <span class="comment">  /** A revision has finished being dumped. */</span>
+<a name="l00200"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183acd6ecf45a6daa5a3806f9305c94dc1ca">00200</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183acd6ecf45a6daa5a3806f9305c94dc1ca" title="A revision has finished being dumped.">svn_repos_notify_dump_rev_end</a>,
 <a name="l00201"></a>00201 <span class="comment"></span>
-<a name="l00202"></a>00202 <span class="comment">  /** All revisions have finished being dumped. */</span>
-<a name="l00203"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa8159a497e6ff683208edfd272fc2dfe">00203</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa8159a497e6ff683208edfd272fc2dfe" title="All revisions have finished being dumped.">svn_repos_notify_dump_end</a>,
+<a name="l00202"></a>00202 <span class="comment">  /** A revision has finished being verified. */</span>
+<a name="l00203"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a26850dcf2946789d2cd016a37e635764">00203</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a26850dcf2946789d2cd016a37e635764" title="A revision has finished being verified.">svn_repos_notify_verify_rev_end</a>,
 <a name="l00204"></a>00204 <span class="comment"></span>
-<a name="l00205"></a>00205 <span class="comment">  /** All revisions have finished being verified. */</span>
-<a name="l00206"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ac949d21d63b6cde87fb87a949a21e9ca">00206</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ac949d21d63b6cde87fb87a949a21e9ca" title="All revisions have finished being verified.">svn_repos_notify_verify_end</a>,
+<a name="l00205"></a>00205 <span class="comment">  /** All revisions have finished being dumped. */</span>
+<a name="l00206"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa8159a497e6ff683208edfd272fc2dfe">00206</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa8159a497e6ff683208edfd272fc2dfe" title="All revisions have finished being dumped.">svn_repos_notify_dump_end</a>,
 <a name="l00207"></a>00207 <span class="comment"></span>
-<a name="l00208"></a>00208 <span class="comment">  /** packing of an FSFS shard has commenced */</span>
-<a name="l00209"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a8a3292435b644ab8ea61d8b0d71a1986">00209</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a8a3292435b644ab8ea61d8b0d71a1986" title="packing of an FSFS shard has commenced">svn_repos_notify_pack_shard_start</a>,
+<a name="l00208"></a>00208 <span class="comment">  /** All revisions have finished being verified. */</span>
+<a name="l00209"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ac949d21d63b6cde87fb87a949a21e9ca">00209</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ac949d21d63b6cde87fb87a949a21e9ca" title="All revisions have finished being verified.">svn_repos_notify_verify_end</a>,
 <a name="l00210"></a>00210 <span class="comment"></span>
-<a name="l00211"></a>00211 <span class="comment">  /** packing of an FSFS shard is completed */</span>
-<a name="l00212"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aee3b89ed36c1a4c611f8f8aa08c003fe">00212</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aee3b89ed36c1a4c611f8f8aa08c003fe" title="packing of an FSFS shard is completed">svn_repos_notify_pack_shard_end</a>,
+<a name="l00211"></a>00211 <span class="comment">  /** packing of an FSFS shard has commenced */</span>
+<a name="l00212"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a8a3292435b644ab8ea61d8b0d71a1986">00212</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a8a3292435b644ab8ea61d8b0d71a1986" title="packing of an FSFS shard has commenced">svn_repos_notify_pack_shard_start</a>,
 <a name="l00213"></a>00213 <span class="comment"></span>
-<a name="l00214"></a>00214 <span class="comment">  /** packing of the shard revprops has commenced */</span>
-<a name="l00215"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ab3865aa563ce055e28b8eccfd5979737">00215</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ab3865aa563ce055e28b8eccfd5979737" title="packing of the shard revprops has commenced">svn_repos_notify_pack_shard_start_revprop</a>,
+<a name="l00214"></a>00214 <span class="comment">  /** packing of an FSFS shard is completed */</span>
+<a name="l00215"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aee3b89ed36c1a4c611f8f8aa08c003fe">00215</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aee3b89ed36c1a4c611f8f8aa08c003fe" title="packing of an FSFS shard is completed">svn_repos_notify_pack_shard_end</a>,
 <a name="l00216"></a>00216 <span class="comment"></span>
-<a name="l00217"></a>00217 <span class="comment">  /** packing of the shard revprops has completed */</span>
-<a name="l00218"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a488df21d64aac6d7fb1254af6c0a9270">00218</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a488df21d64aac6d7fb1254af6c0a9270" title="packing of the shard revprops has completed">svn_repos_notify_pack_shard_end_revprop</a>,
+<a name="l00217"></a>00217 <span class="comment">  /** packing of the shard revprops has commenced */</span>
+<a name="l00218"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ab3865aa563ce055e28b8eccfd5979737">00218</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ab3865aa563ce055e28b8eccfd5979737" title="packing of the shard revprops has commenced">svn_repos_notify_pack_shard_start_revprop</a>,
 <a name="l00219"></a>00219 <span class="comment"></span>
-<a name="l00220"></a>00220 <span class="comment">  /** A revision has begun loading */</span>
-<a name="l00221"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aac3047b90e204ccc1890b0ee9a09e885">00221</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aac3047b90e204ccc1890b0ee9a09e885" title="A revision has begun loading.">svn_repos_notify_load_txn_start</a>,
+<a name="l00220"></a>00220 <span class="comment">  /** packing of the shard revprops has completed */</span>
+<a name="l00221"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a488df21d64aac6d7fb1254af6c0a9270">00221</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a488df21d64aac6d7fb1254af6c0a9270" title="packing of the shard revprops has completed">svn_repos_notify_pack_shard_end_revprop</a>,
 <a name="l00222"></a>00222 <span class="comment"></span>
-<a name="l00223"></a>00223 <span class="comment">  /** A revision has finished loading */</span>
-<a name="l00224"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a07ecdb03c2244abdd15e73a3be4cec4b">00224</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a07ecdb03c2244abdd15e73a3be4cec4b" title="A revision has finished loading.">svn_repos_notify_load_txn_committed</a>,
+<a name="l00223"></a>00223 <span class="comment">  /** A revision has begun loading */</span>
+<a name="l00224"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aac3047b90e204ccc1890b0ee9a09e885">00224</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aac3047b90e204ccc1890b0ee9a09e885" title="A revision has begun loading.">svn_repos_notify_load_txn_start</a>,
 <a name="l00225"></a>00225 <span class="comment"></span>
-<a name="l00226"></a>00226 <span class="comment">  /** A node has begun loading */</span>
-<a name="l00227"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa874da1e7bb92b47385f3594d22e4444">00227</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa874da1e7bb92b47385f3594d22e4444" title="A node has begun loading.">svn_repos_notify_load_node_start</a>,
+<a name="l00226"></a>00226 <span class="comment">  /** A revision has finished loading */</span>
+<a name="l00227"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a07ecdb03c2244abdd15e73a3be4cec4b">00227</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a07ecdb03c2244abdd15e73a3be4cec4b" title="A revision has finished loading.">svn_repos_notify_load_txn_committed</a>,
 <a name="l00228"></a>00228 <span class="comment"></span>
-<a name="l00229"></a>00229 <span class="comment">  /** A node has finished loading */</span>
-<a name="l00230"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183af5249cf0ad7083d74730d1a18b291efe">00230</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183af5249cf0ad7083d74730d1a18b291efe" title="A node has finished loading.">svn_repos_notify_load_node_done</a>,
+<a name="l00229"></a>00229 <span class="comment">  /** A node has begun loading */</span>
+<a name="l00230"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa874da1e7bb92b47385f3594d22e4444">00230</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183aa874da1e7bb92b47385f3594d22e4444" title="A node has begun loading.">svn_repos_notify_load_node_start</a>,
 <a name="l00231"></a>00231 <span class="comment"></span>
-<a name="l00232"></a>00232 <span class="comment">  /** A copied node has been encountered */</span>
-<a name="l00233"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a0f9dcbca1962e4285e29e2969f889385">00233</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a0f9dcbca1962e4285e29e2969f889385" title="A copied node has been encountered.">svn_repos_notify_load_copied_node</a>,
+<a name="l00232"></a>00232 <span class="comment">  /** A node has finished loading */</span>
+<a name="l00233"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183af5249cf0ad7083d74730d1a18b291efe">00233</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183af5249cf0ad7083d74730d1a18b291efe" title="A node has finished loading.">svn_repos_notify_load_node_done</a>,
 <a name="l00234"></a>00234 <span class="comment"></span>
-<a name="l00235"></a>00235 <span class="comment">  /** Mergeinfo has been normalized */</span>
-<a name="l00236"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a75e90a292a2aed81396074e73412b795">00236</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a75e90a292a2aed81396074e73412b795" title="Mergeinfo has been normalized.">svn_repos_notify_load_normalized_mergeinfo</a>,
+<a name="l00235"></a>00235 <span class="comment">  /** A copied node has been encountered */</span>
+<a name="l00236"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a0f9dcbca1962e4285e29e2969f889385">00236</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a0f9dcbca1962e4285e29e2969f889385" title="A copied node has been encountered.">svn_repos_notify_load_copied_node</a>,
 <a name="l00237"></a>00237 <span class="comment"></span>
-<a name="l00238"></a>00238 <span class="comment">  /** The operation has acquired a mutex for the repo. */</span>
-<a name="l00239"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a3dbf134f6be34727f46a09df0faf3bb0">00239</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a3dbf134f6be34727f46a09df0faf3bb0" title="The operation has acquired a mutex for the repo.">svn_repos_notify_mutex_acquired</a>,
+<a name="l00238"></a>00238 <span class="comment">  /** Mergeinfo has been normalized */</span>
+<a name="l00239"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a75e90a292a2aed81396074e73412b795">00239</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a75e90a292a2aed81396074e73412b795" title="Mergeinfo has been normalized.">svn_repos_notify_load_normalized_mergeinfo</a>,
 <a name="l00240"></a>00240 <span class="comment"></span>
-<a name="l00241"></a>00241 <span class="comment">  /** Recover has started. */</span>
-<a name="l00242"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a9d8bae47d4d045aa95f1cf2a6f4cdd93">00242</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a9d8bae47d4d045aa95f1cf2a6f4cdd93" title="Recover has started.">svn_repos_notify_recover_start</a>,
+<a name="l00241"></a>00241 <span class="comment">  /** The operation has acquired a mutex for the repo. */</span>
+<a name="l00242"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a3dbf134f6be34727f46a09df0faf3bb0">00242</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a3dbf134f6be34727f46a09df0faf3bb0" title="The operation has acquired a mutex for the repo.">svn_repos_notify_mutex_acquired</a>,
 <a name="l00243"></a>00243 <span class="comment"></span>
-<a name="l00244"></a>00244 <span class="comment">  /** Upgrade has started. */</span>
-<a name="l00245"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ae4c3b4b8952ceb6da580095d1269809d">00245</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ae4c3b4b8952ceb6da580095d1269809d" title="Upgrade has started.">svn_repos_notify_upgrade_start</a>,
+<a name="l00244"></a>00244 <span class="comment">  /** Recover has started. */</span>
+<a name="l00245"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a9d8bae47d4d045aa95f1cf2a6f4cdd93">00245</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a9d8bae47d4d045aa95f1cf2a6f4cdd93" title="Recover has started.">svn_repos_notify_recover_start</a>,
 <a name="l00246"></a>00246 <span class="comment"></span>
-<a name="l00247"></a>00247 <span class="comment">  /** A revision was skipped during loading. @since New in 1.8. */</span>
-<a name="l00248"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a74e48d0b5144e9fd8646114f91c0de22">00248</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a74e48d0b5144e9fd8646114f91c0de22" title="A revision was skipped during loading.">svn_repos_notify_load_skipped_rev</a>,
+<a name="l00247"></a>00247 <span class="comment">  /** Upgrade has started. */</span>
+<a name="l00248"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ae4c3b4b8952ceb6da580095d1269809d">00248</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183ae4c3b4b8952ceb6da580095d1269809d" title="Upgrade has started.">svn_repos_notify_upgrade_start</a>,
 <a name="l00249"></a>00249 <span class="comment"></span>
-<a name="l00250"></a>00250 <span class="comment">  /** The structure of a revision is being verified.  @since New in 1.8. */</span>
-<a name="l00251"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a6aff2589a58651c3a07e066771d99993">00251</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a6aff2589a58651c3a07e066771d99993" title="The structure of a revision is being verified.">svn_repos_notify_verify_rev_structure</a>
-<a name="l00252"></a>00252 
-<a name="l00253"></a>00253 } <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a>;
-<a name="l00254"></a>00254 <span class="comment"></span>
-<a name="l00255"></a>00255 <span class="comment">/** The type of error occurring.</span>
-<a name="l00256"></a>00256 <span class="comment"> *</span>
-<a name="l00257"></a>00257 <span class="comment"> * @since New in 1.7.</span>
-<a name="l00258"></a>00258 <span class="comment"> */</span>
-<a name="l00259"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e">00259</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a>
-<a name="l00260"></a>00260 {<span class="comment"></span>
-<a name="l00261"></a>00261 <span class="comment">  /** Referencing copy source data from a revision earlier than the</span>
-<a name="l00262"></a>00262 <span class="comment">   * first revision dumped. */</span>
-<a name="l00263"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea75b8db58cf03933889a935fe32bb224d">00263</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea75b8db58cf03933889a935fe32bb224d" title="Referencing copy source data from a revision earlier than the first revision dumped.">svn_repos_notify_warning_found_old_reference</a>,
-<a name="l00264"></a>00264 <span class="comment"></span>
-<a name="l00265"></a>00265 <span class="comment">  /** An #SVN_PROP_MERGEINFO property&#39;s encoded mergeinfo references a</span>
-<a name="l00266"></a>00266 <span class="comment">   * revision earlier than the first revision dumped. */</span>
-<a name="l00267"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea227ce8f4ecb3ced554987ef11d2bb82f">00267</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea227ce8f4ecb3ced554987ef11d2bb82f" title="An SVN_PROP_MERGEINFO property&#39;s encoded mergeinfo references a revision earlier than the first revis...">svn_repos_notify_warning_found_old_mergeinfo</a>,
-<a name="l00268"></a>00268 <span class="comment"></span>
-<a name="l00269"></a>00269 <span class="comment">  /** Found an invalid path in the filesystem.</span>
-<a name="l00270"></a>00270 <span class="comment">   * @see svn_fs.h:&quot;Directory entry names and directory paths&quot; */</span>
-<a name="l00271"></a>00271   <span class="comment">/* ### TODO(doxygen): make that a proper doxygen link */</span>
-<a name="l00272"></a>00272   <span class="comment">/* See svn_fs__path_valid(). */</span>
-<a name="l00273"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53eacff730858893f9dfb1917e7971d1bae3">00273</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53eacff730858893f9dfb1917e7971d1bae3" title="Found an invalid path in the filesystem.">svn_repos_notify_warning_invalid_fspath</a>
-<a name="l00274"></a>00274 
-<a name="l00275"></a>00275 } <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a>;
-<a name="l00276"></a>00276 <span class="comment"></span>
-<a name="l00277"></a>00277 <span class="comment">/**</span>
-<a name="l00278"></a>00278 <span class="comment"> * Structure used by #svn_repos_notify_func_t.</span>
-<a name="l00279"></a>00279 <span class="comment"> *</span>
-<a name="l00280"></a>00280 <span class="comment"> * The only field guaranteed to be populated is @c action.  Other fields are</span>
-<a name="l00281"></a>00281 <span class="comment"> * dependent upon the @c action.  (See individual fields for more information.)</span>
+<a name="l00250"></a>00250 <span class="comment">  /** A revision was skipped during loading. @since New in 1.8. */</span>
+<a name="l00251"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a74e48d0b5144e9fd8646114f91c0de22">00251</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a74e48d0b5144e9fd8646114f91c0de22" title="A revision was skipped during loading.">svn_repos_notify_load_skipped_rev</a>,
+<a name="l00252"></a>00252 <span class="comment"></span>
+<a name="l00253"></a>00253 <span class="comment">  /** The structure of a revision is being verified.  @since New in 1.8. */</span>
+<a name="l00254"></a><a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a6aff2589a58651c3a07e066771d99993">00254</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183a6aff2589a58651c3a07e066771d99993" title="The structure of a revision is being verified.">svn_repos_notify_verify_rev_structure</a>
+<a name="l00255"></a>00255 
+<a name="l00256"></a>00256 } <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a>;
+<a name="l00257"></a>00257 <span class="comment"></span>
+<a name="l00258"></a>00258 <span class="comment">/** The type of error occurring.</span>
+<a name="l00259"></a>00259 <span class="comment"> *</span>
+<a name="l00260"></a>00260 <span class="comment"> * @since New in 1.7.</span>
+<a name="l00261"></a>00261 <span class="comment"> */</span>
+<a name="l00262"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e">00262</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a>
+<a name="l00263"></a>00263 {<span class="comment"></span>
+<a name="l00264"></a>00264 <span class="comment">  /** Referencing copy source data from a revision earlier than the</span>
+<a name="l00265"></a>00265 <span class="comment">   * first revision dumped. */</span>
+<a name="l00266"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea75b8db58cf03933889a935fe32bb224d">00266</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea75b8db58cf03933889a935fe32bb224d" title="Referencing copy source data from a revision earlier than the first revision dumped.">svn_repos_notify_warning_found_old_reference</a>,
+<a name="l00267"></a>00267 <span class="comment"></span>
+<a name="l00268"></a>00268 <span class="comment">  /** An #SVN_PROP_MERGEINFO property&#39;s encoded mergeinfo references a</span>
+<a name="l00269"></a>00269 <span class="comment">   * revision earlier than the first revision dumped. */</span>
+<a name="l00270"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea227ce8f4ecb3ced554987ef11d2bb82f">00270</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53ea227ce8f4ecb3ced554987ef11d2bb82f" title="An SVN_PROP_MERGEINFO property&#39;s encoded mergeinfo references a revision earlier than the first revis...">svn_repos_notify_warning_found_old_mergeinfo</a>,
+<a name="l00271"></a>00271 <span class="comment"></span>
+<a name="l00272"></a>00272 <span class="comment">  /** Found an invalid path in the filesystem.</span>
+<a name="l00273"></a>00273 <span class="comment">   * @see svn_fs.h:&quot;Directory entry names and directory paths&quot; */</span>
+<a name="l00274"></a>00274   <span class="comment">/* ### TODO(doxygen): make that a proper doxygen link */</span>
+<a name="l00275"></a>00275   <span class="comment">/* See svn_fs__path_valid(). */</span>
+<a name="l00276"></a><a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53eacff730858893f9dfb1917e7971d1bae3">00276</a>   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53eacff730858893f9dfb1917e7971d1bae3" title="Found an invalid path in the filesystem.">svn_repos_notify_warning_invalid_fspath</a>
+<a name="l00277"></a>00277 
+<a name="l00278"></a>00278 } <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a>;
+<a name="l00279"></a>00279 <span class="comment"></span>
+<a name="l00280"></a>00280 <span class="comment">/**</span>
+<a name="l00281"></a>00281 <span class="comment"> * Structure used by #svn_repos_notify_func_t.</span>
 <a name="l00282"></a>00282 <span class="comment"> *</span>
-<a name="l00283"></a>00283 <span class="comment"> * @note Callers of notification functions should use</span>
-<a name="l00284"></a>00284 <span class="comment"> * svn_repos_notify_create() to create structures of this type to allow for</span>
-<a name="l00285"></a>00285 <span class="comment"> * future extensibility.</span>
-<a name="l00286"></a>00286 <span class="comment"> *</span>
-<a name="l00287"></a>00287 <span class="comment"> * @since New in 1.7.</span>
-<a name="l00288"></a>00288 <span class="comment"> */</span>
-<a name="l00289"></a><a class="code" href="structsvn__repos__notify__t.html">00289</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a>
-<a name="l00290"></a>00290 {<span class="comment"></span>
-<a name="l00291"></a>00291 <span class="comment">  /** Action that describes what happened in the repository. */</span>
-<a name="l00292"></a><a class="code" href="structsvn__repos__notify__t.html#a79b6e09fa2249d98f7a603fbad2ab679">00292</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a> <a class="code" href="structsvn__repos__notify__t.html#a79b6e09fa2249d98f7a603fbad2ab679" title="Action that describes what happened in the repository.">action</a>;
-<a name="l00293"></a>00293 <span class="comment"></span>
-<a name="l00294"></a>00294 <span class="comment">  /** For #svn_repos_notify_dump_rev_end and #svn_repos_notify_verify_rev_end,</span>
-<a name="l00295"></a>00295 <span class="comment">   * the revision which just completed. */</span>
-<a name="l00296"></a><a class="code" href="structsvn__repos__notify__t.html#a9663037b1f5320b516fdd254eb5e2b7b">00296</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a9663037b1f5320b516fdd254eb5e2b7b" title="For svn_repos_notify_dump_rev_end and svn_repos_notify_verify_rev_end, the revision which just comple...">revision</a>;
-<a name="l00297"></a>00297 <span class="comment"></span>
-<a name="l00298"></a>00298 <span class="comment">  /** For #svn_repos_notify_warning, the warning object. Must be cleared</span>
-<a name="l00299"></a>00299 <span class="comment">      by the consumer of the notification. */</span>
-<a name="l00300"></a><a class="code" href="structsvn__repos__notify__t.html#aa4c6dce115895ffe804e428d1fa562e2">00300</a>   <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsvn__repos__notify__t.html#aa4c6dce115895ffe804e428d1fa562e2" title="For svn_repos_notify_warning, the warning object.">warning_str</a>;
-<a name="l00301"></a>00301   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a> warning;
-<a name="l00302"></a>00302 <span class="comment"></span>
-<a name="l00303"></a>00303 <span class="comment">  /** For #svn_repos_notify_pack_shard_start,</span>
-<a name="l00304"></a>00304 <span class="comment">      #svn_repos_notify_pack_shard_end,</span>
-<a name="l00305"></a>00305 <span class="comment">      #svn_repos_notify_pack_shard_start_revprop, and</span>
-<a name="l00306"></a>00306 <span class="comment">      #svn_repos_notify_pack_shard_end_revprop, the shard processed. */</span>
-<a name="l00307"></a><a class="code" href="structsvn__repos__notify__t.html#a43003d31cbf67f5b98cdc12d4b2a9a60">00307</a>   apr_int64_t <a class="code" href="structsvn__repos__notify__t.html#a43003d31cbf67f5b98cdc12d4b2a9a60" title="For svn_repos_notify_pack_shard_start, svn_repos_notify_pack_shard_end, svn_repos_notify_pack_shard_s...">shard</a>;
-<a name="l00308"></a>00308 <span class="comment"></span>
-<a name="l00309"></a>00309 <span class="comment">  /** For #svn_repos_notify_load_node_done, the revision committed. */</span>
-<a name="l00310"></a><a class="code" href="structsvn__repos__notify__t.html#a4d811e68077c960d0ed48265bee7130d">00310</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a4d811e68077c960d0ed48265bee7130d" title="For svn_repos_notify_load_node_done, the revision committed.">new_revision</a>;
+<a name="l00283"></a>00283 <span class="comment"> * The only field guaranteed to be populated is @c action.  Other fields are</span>
+<a name="l00284"></a>00284 <span class="comment"> * dependent upon the @c action.  (See individual fields for more information.)</span>
+<a name="l00285"></a>00285 <span class="comment"> *</span>
+<a name="l00286"></a>00286 <span class="comment"> * @note Callers of notification functions should use</span>
+<a name="l00287"></a>00287 <span class="comment"> * svn_repos_notify_create() to create structures of this type to allow for</span>
+<a name="l00288"></a>00288 <span class="comment"> * future extensibility.</span>
+<a name="l00289"></a>00289 <span class="comment"> *</span>
+<a name="l00290"></a>00290 <span class="comment"> * @since New in 1.7.</span>
+<a name="l00291"></a>00291 <span class="comment"> */</span>
+<a name="l00292"></a><a class="code" href="structsvn__repos__notify__t.html">00292</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a>
+<a name="l00293"></a>00293 {<span class="comment"></span>
+<a name="l00294"></a>00294 <span class="comment">  /** Action that describes what happened in the repository. */</span>
+<a name="l00295"></a><a class="code" href="structsvn__repos__notify__t.html#a79b6e09fa2249d98f7a603fbad2ab679">00295</a>   <a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a> <a class="code" href="structsvn__repos__notify__t.html#a79b6e09fa2249d98f7a603fbad2ab679" title="Action that describes what happened in the repository.">action</a>;
+<a name="l00296"></a>00296 <span class="comment"></span>
+<a name="l00297"></a>00297 <span class="comment">  /** For #svn_repos_notify_dump_rev_end and #svn_repos_notify_verify_rev_end,</span>
+<a name="l00298"></a>00298 <span class="comment">   * the revision which just completed. */</span>
+<a name="l00299"></a><a class="code" href="structsvn__repos__notify__t.html#a9663037b1f5320b516fdd254eb5e2b7b">00299</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a9663037b1f5320b516fdd254eb5e2b7b" title="For svn_repos_notify_dump_rev_end and svn_repos_notify_verify_rev_end, the revision which just comple...">revision</a>;
+<a name="l00300"></a>00300 <span class="comment"></span>
+<a name="l00301"></a>00301 <span class="comment">  /** For #svn_repos_notify_warning, the warning object. Must be cleared</span>
+<a name="l00302"></a>00302 <span class="comment">      by the consumer of the notification. */</span>
+<a name="l00303"></a><a class="code" href="structsvn__repos__notify__t.html#aa4c6dce115895ffe804e428d1fa562e2">00303</a>   <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsvn__repos__notify__t.html#aa4c6dce115895ffe804e428d1fa562e2" title="For svn_repos_notify_warning, the warning object.">warning_str</a>;
+<a name="l00304"></a>00304   <a class="code" href="svn__repos_8h.html#ad6b8ccc40089f3a414ebc45ee8d7a53e" title="The type of error occurring.">svn_repos_notify_warning_t</a> warning;
+<a name="l00305"></a>00305 <span class="comment"></span>
+<a name="l00306"></a>00306 <span class="comment">  /** For #svn_repos_notify_pack_shard_start,</span>
+<a name="l00307"></a>00307 <span class="comment">      #svn_repos_notify_pack_shard_end,</span>
+<a name="l00308"></a>00308 <span class="comment">      #svn_repos_notify_pack_shard_start_revprop, and</span>
+<a name="l00309"></a>00309 <span class="comment">      #svn_repos_notify_pack_shard_end_revprop, the shard processed. */</span>
+<a name="l00310"></a><a class="code" href="structsvn__repos__notify__t.html#a43003d31cbf67f5b98cdc12d4b2a9a60">00310</a>   apr_int64_t <a class="code" href="structsvn__repos__notify__t.html#a43003d31cbf67f5b98cdc12d4b2a9a60" title="For svn_repos_notify_pack_shard_start, svn_repos_notify_pack_shard_end, svn_repos_notify_pack_shard_s...">shard</a>;
 <a name="l00311"></a>00311 <span class="comment"></span>
-<a name="l00312"></a>00312 <span class="comment">  /** For #svn_repos_notify_load_node_done, the source revision, if</span>
-<a name="l00313"></a>00313 <span class="comment">      different from @a new_revision, otherwise #SVN_INVALID_REVNUM.</span>
-<a name="l00314"></a>00314 <span class="comment">      For #svn_repos_notify_load_txn_start, the source revision. */</span>
-<a name="l00315"></a><a class="code" href="structsvn__repos__notify__t.html#a0639dacfb88206d58551ee41be076634">00315</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a0639dacfb88206d58551ee41be076634" title="For svn_repos_notify_load_node_done, the source revision, if different from new_revision, otherwise SVN_INVALID_REVNUM.">old_revision</a>;
-<a name="l00316"></a>00316 <span class="comment"></span>
-<a name="l00317"></a>00317 <span class="comment">  /** For #svn_repos_notify_load_node_start, the action being taken on the</span>
-<a name="l00318"></a>00318 <span class="comment">      node. */</span>
-<a name="l00319"></a><a class="code" href="structsvn__repos__notify__t.html#a8a9819ae00d0499a42509affc51943af">00319</a>   <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#a089c9789cdc596336839e9ab074970c4" title="The different &quot;actions&quot; attached to nodes in the dumpfile.">svn_node_action</a> <a class="code" href="structsvn__repos__notify__t.html#a8a9819ae00d0499a42509affc51943af" title="For svn_repos_notify_load_node_start, the action being taken on the node.">node_action</a>;
-<a name="l00320"></a>00320 <span class="comment"></span>
-<a name="l00321"></a>00321 <span class="comment">  /** For #svn_repos_notify_load_node_start, the path of the node. */</span>
-<a name="l00322"></a><a class="code" href="structsvn__repos__notify__t.html#a8fa93538dd4001a289e8c528464e35ee">00322</a>   <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsvn__repos__notify__t.html#a8fa93538dd4001a289e8c528464e35ee" title="For svn_repos_notify_load_node_start, the path of the node.">path</a>;
-<a name="l00323"></a>00323 
-<a name="l00324"></a>00324   <span class="comment">/* NOTE: Add new fields at the end to preserve binary compatibility.</span>
-<a name="l00325"></a>00325 <span class="comment">     Also, if you add fields here, you have to update</span>
-<a name="l00326"></a>00326 <span class="comment">     svn_repos_notify_create(). */</span>
-<a name="l00327"></a>00327 } <a class="code" href="svn__repos_8h.html#a2a36f2964a8d9541c862cd4da95eb397" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a>;
-<a name="l00328"></a>00328 <span class="comment"></span>
-<a name="l00329"></a>00329 <span class="comment">/** Callback for providing notification from the repository.</span>
-<a name="l00330"></a>00330 <span class="comment"> * Returns @c void.  Justification: success of an operation is not dependent</span>
-<a name="l00331"></a>00331 <span class="comment"> * upon successful notification of that operation.</span>
-<a name="l00332"></a>00332 <span class="comment"> *</span>
-<a name="l00333"></a>00333 <span class="comment"> * @since New in 1.7. */</span>
-<a name="l00334"></a><a class="code" href="svn__repos_8h.html#a387f44a9ac5041bceee3f105c7f197fe">00334</a> <span class="keyword">typedef</span> void (*<a class="code" href="svn__repos_8h.html#a387f44a9ac5041bceee3f105c7f197fe" title="Callback for providing notification from the repository.">svn_repos_notify_func_t</a>)(<span class="keywordtype">void</span> *baton,
-<a name="l00335"></a>00335                                         <span class="keyword">const</span> <a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a> *notify,
-<a name="l00336"></a>00336                                         apr_pool_t *scratch_pool);
-<a name="l00337"></a>00337 <span class="comment"></span>
-<a name="l00338"></a>00338 <span class="comment">/**</span>
-<a name="l00339"></a>00339 <span class="comment"> * Allocate an #svn_repos_notify_t structure in @a result_pool, initialize</span>
-<a name="l00340"></a>00340 <span class="comment"> * and return it.</span>
-<a name="l00341"></a>00341 <span class="comment"> *</span>
-<a name="l00342"></a>00342 <span class="comment"> * @since New in 1.7.</span>
-<a name="l00343"></a>00343 <span class="comment"> */</span>
-<a name="l00344"></a>00344 <a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a> *
-<a name="l00345"></a>00345 <a class="code" href="svn__repos_8h.html#ae23a26dccaa31af69edc2fb69cdcb5b9" title="Allocate an svn_repos_notify_t structure in result_pool, initialize and return it.">svn_repos_notify_create</a>(<a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a> action,
-<a name="l00346"></a>00346                         apr_pool_t *result_pool);
-<a name="l00347"></a>00347 
-<a name="l00348"></a>00348 <span class="comment"></span>
-<a name="l00349"></a>00349 <span class="comment">/** The repository object. */</span>
-<a name="l00350"></a><a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de">00350</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> <a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a>;
-<a name="l00351"></a>00351 
-<a name="l00352"></a>00352 <span class="comment">/* Opening and creating repositories. */</span>
-<a name="l00353"></a>00353 
-<a name="l00354"></a>00354 <span class="comment"></span>
-<a name="l00355"></a>00355 <span class="comment">/** Find the root path of the repository that contains @a path.</span>
-<a name="l00356"></a>00356 <span class="comment"> *</span>
-<a name="l00357"></a>00357 <span class="comment"> * If a repository was found, the path to the root of the repository</span>
-<a name="l00358"></a>00358 <span class="comment"> * is returned, else @c NULL. The pointer to the returned path may be</span>
-<a name="l00359"></a>00359 <span class="comment"> * equal to @a path.</span>
-<a name="l00360"></a>00360 <span class="comment"> */</span>
-<a name="l00361"></a>00361 <span class="keyword">const</span> <span class="keywordtype">char</span> *
-<a name="l00362"></a>00362 <a class="code" href="svn__repos_8h.html#a5712d7d0db4aa95992dda1ff5597817f" title="Find the root path of the repository that contains path.">svn_repos_find_root_path</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00363"></a>00363                          apr_pool_t *pool);
-<a name="l00364"></a>00364 <span class="comment"></span>
-<a name="l00365"></a>00365 <span class="comment">/** Set @a *repos_p to a repository object for the repository at @a path.</span>
-<a name="l00366"></a>00366 <span class="comment"> *</span>
-<a name="l00367"></a>00367 <span class="comment"> * Allocate @a *repos_p in @a pool.</span>
-<a name="l00368"></a>00368 <span class="comment"> *</span>
-<a name="l00369"></a>00369 <span class="comment"> * Acquires a shared lock on the repository, and attaches a cleanup</span>
-<a name="l00370"></a>00370 <span class="comment"> * function to @a pool to remove the lock.  If no lock can be acquired,</span>
-<a name="l00371"></a>00371 <span class="comment"> * returns error, with undefined effect on @a *repos_p.  If an exclusive</span>
-<a name="l00372"></a>00372 <span class="comment"> * lock is present, this blocks until it&#39;s gone.  @a fs_config will be</span>
-<a name="l00373"></a>00373 <span class="comment"> * passed to the filesystem initialization function and may be @c NULL.</span>
-<a name="l00374"></a>00374 <span class="comment"> *</span>
-<a name="l00375"></a>00375 <span class="comment"> * @since New in 1.7.</span>
-<a name="l00376"></a>00376 <span class="comment"> */</span>
-<a name="l00377"></a>00377 <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *
-<a name="l00378"></a>00378 <a class="code" href="svn__repos_8h.html#a515e52a79813e3fc34fffd8fedd40df0" title="Set *repos_p to a repository object for the repository at path.">svn_repos_open2</a>(<a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> **repos_p,
-<a name="l00379"></a>00379                 <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00380"></a>00380                 apr_hash_t *fs_config,
-<a name="l00381"></a>00381                 apr_pool_t *pool);
-<a name="l00382"></a>00382 <span class="comment"></span>
-<a name="l00383"></a>00383 <span class="comment">/** Similar to svn_repos_open2() with @a fs_config set to NULL.</span>
-<a name="l00384"></a>00384 <span class="comment"> *</span>
-<a name="l00385"></a>00385 <span class="comment"> * @deprecated Provided for backward compatibility with 1.6 API.</span>
-<a name="l00386"></a>00386 <span class="comment"> */</span>
-<a name="l00387"></a>00387 SVN_DEPRECATED
-<a name="l00388"></a>00388 <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *
-<a name="l00389"></a>00389 <a class="code" href="svn__repos_8h.html#a2703b5e8f427145961f794c1abe4fa11" title="Similar to svn_repos_open2() with fs_config set to NULL.">svn_repos_open</a>(<a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> **repos_p,
-<a name="l00390"></a>00390                <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00391"></a>00391                apr_pool_t *pool);
-<a name="l00392"></a>00392 <span class="comment"></span>
-<a name="l00393"></a>00393 <span class="comment">/** Create a new Subversion repository at @a path, building the necessary</span>
-<a name="l00394"></a>00394 <span class="comment"> * directory structure, creating the filesystem, and so on.</span>
-<a name="l00395"></a>00395 <span class="comment"> * Return the repository object in @a *repos_p, allocated in @a pool.</span>
-<a name="l00396"></a>00396 <span class="comment"> *</span>
-<a name="l00397"></a>00397 <span class="comment"> * @a config is a client configuration hash of #svn_config_t * items</span>
-<a name="l00398"></a>00398 <span class="comment"> * keyed on config category names, and may be NULL.</span>
+<a name="l00312"></a>00312 <span class="comment">  /** For #svn_repos_notify_load_node_done, the revision committed. */</span>
+<a name="l00313"></a><a class="code" href="structsvn__repos__notify__t.html#a4d811e68077c960d0ed48265bee7130d">00313</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a4d811e68077c960d0ed48265bee7130d" title="For svn_repos_notify_load_node_done, the revision committed.">new_revision</a>;
+<a name="l00314"></a>00314 <span class="comment"></span>
+<a name="l00315"></a>00315 <span class="comment">  /** For #svn_repos_notify_load_node_done, the source revision, if</span>
+<a name="l00316"></a>00316 <span class="comment">      different from @a new_revision, otherwise #SVN_INVALID_REVNUM.</span>
+<a name="l00317"></a>00317 <span class="comment">      For #svn_repos_notify_load_txn_start, the source revision. */</span>
+<a name="l00318"></a><a class="code" href="structsvn__repos__notify__t.html#a0639dacfb88206d58551ee41be076634">00318</a>   <a class="code" href="svn__types_8h.html#af16427ed53d30f27da225c56552d2a89" title="About Special Files in Subversion.">svn_revnum_t</a> <a class="code" href="structsvn__repos__notify__t.html#a0639dacfb88206d58551ee41be076634" title="For svn_repos_notify_load_node_done, the source revision, if different from new_revision, otherwise SVN_INVALID_REVNUM.">old_revision</a>;
+<a name="l00319"></a>00319 <span class="comment"></span>
+<a name="l00320"></a>00320 <span class="comment">  /** For #svn_repos_notify_load_node_start, the action being taken on the</span>
+<a name="l00321"></a>00321 <span class="comment">      node. */</span>
+<a name="l00322"></a><a class="code" href="structsvn__repos__notify__t.html#a8a9819ae00d0499a42509affc51943af">00322</a>   <span class="keyword">enum</span> <a class="code" href="svn__repos_8h.html#a089c9789cdc596336839e9ab074970c4" title="The different &quot;actions&quot; attached to nodes in the dumpfile.">svn_node_action</a> <a class="code" href="structsvn__repos__notify__t.html#a8a9819ae00d0499a42509affc51943af" title="For svn_repos_notify_load_node_start, the action being taken on the node.">node_action</a>;
+<a name="l00323"></a>00323 <span class="comment"></span>
+<a name="l00324"></a>00324 <span class="comment">  /** For #svn_repos_notify_load_node_start, the path of the node. */</span>
+<a name="l00325"></a><a class="code" href="structsvn__repos__notify__t.html#a8fa93538dd4001a289e8c528464e35ee">00325</a>   <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structsvn__repos__notify__t.html#a8fa93538dd4001a289e8c528464e35ee" title="For svn_repos_notify_load_node_start, the path of the node.">path</a>;
+<a name="l00326"></a>00326 
+<a name="l00327"></a>00327   <span class="comment">/* NOTE: Add new fields at the end to preserve binary compatibility.</span>
+<a name="l00328"></a>00328 <span class="comment">     Also, if you add fields here, you have to update</span>
+<a name="l00329"></a>00329 <span class="comment">     svn_repos_notify_create(). */</span>
+<a name="l00330"></a>00330 } <a class="code" href="svn__repos_8h.html#a2a36f2964a8d9541c862cd4da95eb397" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a>;
+<a name="l00331"></a>00331 <span class="comment"></span>
+<a name="l00332"></a>00332 <span class="comment">/** Callback for providing notification from the repository.</span>
+<a name="l00333"></a>00333 <span class="comment"> * Returns @c void.  Justification: success of an operation is not dependent</span>
+<a name="l00334"></a>00334 <span class="comment"> * upon successful notification of that operation.</span>
+<a name="l00335"></a>00335 <span class="comment"> *</span>
+<a name="l00336"></a>00336 <span class="comment"> * @since New in 1.7. */</span>
+<a name="l00337"></a><a class="code" href="svn__repos_8h.html#a387f44a9ac5041bceee3f105c7f197fe">00337</a> <span class="keyword">typedef</span> void (*<a class="code" href="svn__repos_8h.html#a387f44a9ac5041bceee3f105c7f197fe" title="Callback for providing notification from the repository.">svn_repos_notify_func_t</a>)(<span class="keywordtype">void</span> *baton,
+<a name="l00338"></a>00338                                         <span class="keyword">const</span> <a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a> *notify,
+<a name="l00339"></a>00339                                         apr_pool_t *scratch_pool);
+<a name="l00340"></a>00340 <span class="comment"></span>
+<a name="l00341"></a>00341 <span class="comment">/**</span>
+<a name="l00342"></a>00342 <span class="comment"> * Allocate an #svn_repos_notify_t structure in @a result_pool, initialize</span>
+<a name="l00343"></a>00343 <span class="comment"> * and return it.</span>
+<a name="l00344"></a>00344 <span class="comment"> *</span>
+<a name="l00345"></a>00345 <span class="comment"> * @since New in 1.7.</span>
+<a name="l00346"></a>00346 <span class="comment"> */</span>
+<a name="l00347"></a>00347 <a class="code" href="structsvn__repos__notify__t.html" title="Structure used by svn_repos_notify_func_t.">svn_repos_notify_t</a> *
+<a name="l00348"></a>00348 <a class="code" href="svn__repos_8h.html#ae23a26dccaa31af69edc2fb69cdcb5b9" title="Allocate an svn_repos_notify_t structure in result_pool, initialize and return it.">svn_repos_notify_create</a>(<a class="code" href="svn__repos_8h.html#aa62dae92e97e4f496c29eb8d28361183" title="The type of action occurring.">svn_repos_notify_action_t</a> action,
+<a name="l00349"></a>00349                         apr_pool_t *result_pool);
+<a name="l00350"></a>00350 
+<a name="l00351"></a>00351 <span class="comment"></span>
+<a name="l00352"></a>00352 <span class="comment">/** The repository object. */</span>
+<a name="l00353"></a><a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de">00353</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> <a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a>;
+<a name="l00354"></a>00354 
+<a name="l00355"></a>00355 <span class="comment">/* Opening and creating repositories. */</span>
+<a name="l00356"></a>00356 
+<a name="l00357"></a>00357 <span class="comment"></span>
+<a name="l00358"></a>00358 <span class="comment">/** Find the root path of the repository that contains @a path.</span>
+<a name="l00359"></a>00359 <span class="comment"> *</span>
+<a name="l00360"></a>00360 <span class="comment"> * If a repository was found, the path to the root of the repository</span>
+<a name="l00361"></a>00361 <span class="comment"> * is returned, else @c NULL. The pointer to the returned path may be</span>
+<a name="l00362"></a>00362 <span class="comment"> * equal to @a path.</span>
+<a name="l00363"></a>00363 <span class="comment"> */</span>
+<a name="l00364"></a>00364 <span class="keyword">const</span> <span class="keywordtype">char</span> *
+<a name="l00365"></a>00365 <a class="code" href="svn__repos_8h.html#a5712d7d0db4aa95992dda1ff5597817f" title="Find the root path of the repository that contains path.">svn_repos_find_root_path</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00366"></a>00366                          apr_pool_t *pool);
+<a name="l00367"></a>00367 <span class="comment"></span>
+<a name="l00368"></a>00368 <span class="comment">/** Set @a *repos_p to a repository object for the repository at @a path.</span>
+<a name="l00369"></a>00369 <span class="comment"> *</span>
+<a name="l00370"></a>00370 <span class="comment"> * Allocate @a *repos_p in @a pool.</span>
+<a name="l00371"></a>00371 <span class="comment"> *</span>
+<a name="l00372"></a>00372 <span class="comment"> * Acquires a shared lock on the repository, and attaches a cleanup</span>
+<a name="l00373"></a>00373 <span class="comment"> * function to @a pool to remove the lock.  If no lock can be acquired,</span>
+<a name="l00374"></a>00374 <span class="comment"> * returns error, with undefined effect on @a *repos_p.  If an exclusive</span>
+<a name="l00375"></a>00375 <span class="comment"> * lock is present, this blocks until it&#39;s gone.  @a fs_config will be</span>
+<a name="l00376"></a>00376 <span class="comment"> * passed to the filesystem initialization function and may be @c NULL.</span>
+<a name="l00377"></a>00377 <span class="comment"> *</span>
+<a name="l00378"></a>00378 <span class="comment"> * @since New in 1.7.</span>
+<a name="l00379"></a>00379 <span class="comment"> */</span>
+<a name="l00380"></a>00380 <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *
+<a name="l00381"></a>00381 <a class="code" href="svn__repos_8h.html#a515e52a79813e3fc34fffd8fedd40df0" title="Set *repos_p to a repository object for the repository at path.">svn_repos_open2</a>(<a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> **repos_p,
+<a name="l00382"></a>00382                 <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00383"></a>00383                 apr_hash_t *fs_config,
+<a name="l00384"></a>00384                 apr_pool_t *pool);
+<a name="l00385"></a>00385 <span class="comment"></span>
+<a name="l00386"></a>00386 <span class="comment">/** Similar to svn_repos_open2() with @a fs_config set to NULL.</span>
+<a name="l00387"></a>00387 <span class="comment"> *</span>
+<a name="l00388"></a>00388 <span class="comment"> * @deprecated Provided for backward compatibility with 1.6 API.</span>
+<a name="l00389"></a>00389 <span class="comment"> */</span>
+<a name="l00390"></a>00390 SVN_DEPRECATED
+<a name="l00391"></a>00391 <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *
+<a name="l00392"></a>00392 <a class="code" href="svn__repos_8h.html#a2703b5e8f427145961f794c1abe4fa11" title="Similar to svn_repos_open2() with fs_config set to NULL.">svn_repos_open</a>(<a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> **repos_p,
+<a name="l00393"></a>00393                <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
+<a name="l00394"></a>00394                apr_pool_t *pool);
+<a name="l00395"></a>00395 <span class="comment"></span>
+<a name="l00396"></a>00396 <span class="comment">/** Create a new Subversion repository at @a path, building the necessary</span>
+<a name="l00397"></a>00397 <span class="comment"> * directory structure, creating the filesystem, and so on.</span>
+<a name="l00398"></a>00398 <span class="comment"> * Return the repository object in @a *repos_p, allocated in @a pool.</span>
 <a name="l00399"></a>00399 <span class="comment"> *</span>
-<a name="l00400"></a>00400 <span class="comment"> * @a fs_config is passed to the filesystem, and may be NULL.</span>
-<a name="l00401"></a>00401 <span class="comment"> *</span>
-<a name="l00402"></a>00402 <span class="comment"> * @a unused_1 and @a unused_2 are not used and should be NULL.</span>
-<a name="l00403"></a>00403 <span class="comment"> */</span>
-<a name="l00404"></a>00404 <a class="code" href="structsvn__error__t.html" title="Subversion error object.">svn_error_t</a> *
-<a name="l00405"></a>00405 <a class="code" href="svn__repos_8h.html#aadb874232868c06984c2276e866f3929" title="Create a new Subversion repository at path, building the necessary directory structure, creating the filesystem, and so on.">svn_repos_create</a>(<a class="code" href="svn__repos_8h.html#aab0243728cac2a99eeaa18d7e72f77de" title="The repository object.">svn_repos_t</a> **repos_p,
-<a name="l00406"></a>00406                  <span class="keyword">const</span> <span class="keywordtype">char</span> *path,
-<a name="l00407"></a>00407                  <span class="keyword">const</span> <span class="keywordtype">char</span> *unused_1,
-<a name="l00408"></a>00408                  <span class="keyword">const</span> <span class="keywordtype">char</span> *unused_2,
-<a name="l00409"></a>00409                  apr_hash_t *config,
-<a name="l00410"></a>00410                  apr_hash_t *fs_config,
-<a name="l00411"></a>00411                  apr_pool_t *pool);
-<a name="l00412"></a>00412 <span class="comment"></span>
-<a name="l00413"></a>00413 <span class="comment">/**</span>
-<a name="l00414"></a>00414 <span class="comment"> * Upgrade the Subversion repository (and its underlying versioned</span>
-<a name="l00415"></a>00415 <span class="comment"> * filesystem) located in the directory @a path to the latest version</span>
-<a name="l00416"></a>00416 <span class="comment"> * supported by this library.  If the requested upgrade is not</span>
-<a name="l00417"></a>00417 <span class="comment"> * supported due to the current state of the repository or it</span>
-<a name="l00418"></a>00418 <span class="comment"> * underlying filesystem, return #SVN_ERR_REPOS_UNSUPPORTED_UPGRADE</span>
-<a name="l00419"></a>00419 <span class="comment"> * or #SVN_ERR_FS_UNSUPPORTED_UPGRADE (respectively) and make no</span>
-<a name="l00420"></a>00420 <span class="comment"> * changes to the repository or filesystem.</span>
-<a name="l00421"></a>00421 <span class="comment"> *</span>
-<a name="l00422"></a>00422 <span class="comment"> * Acquires an exclusive lock on the repository, upgrades the</span>
-<a name="l00423"></a>00423 <span class="comment"> * repository, and releases the lock.  If an exclusive lock can&#39;t be</span>
-<a name="l00424"></a>00424 <span class="comment"> * acquired, returns error.</span>
-<a name="l00425"></a>00425 <span class="comment"> *</span>
-<a name="l00426"></a>00426 <span class="comment"> * If @a nonblocking is TRUE, an error of type EWOULDBLOCK is</span>
-<a name="l00427"></a>00427 <span class="comment"> * returned if the lock is not immediately available.</span>
+<a name="l00400"></a>00400 <span class="comment"> * @a config is a client configuration hash of #svn_config_t * items</span>
+<a name="l00401"></a>00401 <span class="comment"> * keyed on config category names, and may be NULL.</span>
+<a name="l00402"></a>00402 <span class="comment"> *</span>
+<a name="l00403"></a>00403 <span class="comment"> * @a fs_config is passed to the filesystem, and may be NULL.</span>
+<a name="l00404"></a>00404 <span class="comment"> *</span>

[... 5926 lines stripped ...]