Author: pburba Date: Fri Jul 1 19:28:03 2011 New Revision: 1142038 URL: http://svn.apache.org/viewvc?rev=1142038&view=rev Log: * subversion/libsvn_ra_svn/protocol: Document the new validate-inherited-mergeinfo capability added in r1141981. Also add some long overdue documentation for the get-mergeinfo command's optional mergeinfo validation parameter added way back in r1031336 when dinosaurs ruled the earth and I revved svn_ra_get_mergeinfo.
Modified: subversion/trunk/subversion/libsvn_ra_svn/protocol Modified: subversion/trunk/subversion/libsvn_ra_svn/protocol URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/protocol?rev=1142038&r1=1142037&r2=1142038&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_ra_svn/protocol (original) +++ subversion/trunk/subversion/libsvn_ra_svn/protocol Fri Jul 1 19:28:03 2011 @@ -202,6 +202,11 @@ capability and C indicates a client capa [S] atomic-revprops If the server presents this capability, it supports the change-rev-prop2 command. See section 3.1.1. +[S] validate-inherited-mergeinfo If the server presents this capability, it + understands the optional + validate-inherited-mergeinfo parameter in + the get-mergeinfo command. See section + 3.1.1. 3. Commands ----------- @@ -325,7 +330,8 @@ second place for auth-request point as n get-mergeinfo params: ( ( path:string ... ) [ rev:number ] inherit:word - descendents:bool) + descendents:bool + ? validate-inherited-mergeinfo:bool) response: ( ( ( path:string merge-info:string ) ... ) ) New in svn 1.5. If no paths are specified, an empty response is returned. If rev is not specified, the youngest revision is used.