You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/04/05 20:51:31 UTC

svn commit: r1465094 - /subversion/trunk/subversion/libsvn_ra_svn/protocol

Author: julianfoad
Date: Fri Apr  5 18:51:31 2013
New Revision: 1465094

URL: http://svn.apache.org/r1465094
Log:
* subversion/libsvn_ra_svn/protocol
  Document the addition of 'send_copyfrom_args' and 'ignore_ancestry'
  parameters to the 'switch' command in r1449413.

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=1465094&r1=1465093&r2=1465094&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/protocol (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/protocol Fri Apr  5 18:51:31 2013
@@ -340,7 +340,7 @@ second place for auth-request point as n
 
   update
     params:   ( [ rev:number ] target:string recurse:bool
-                ? depth:word send_copyfrom_param:bool )
+                ? depth:word send_copyfrom_args:bool )
     Client switches to report command set.
     Upon finish-report, server sends auth-request.
     After auth exchange completes, server switches to editor command set.
@@ -349,7 +349,7 @@ second place for auth-request point as n
 
   switch
     params:   ( [ rev:number ] target:string recurse:bool url:string
-                ? depth:word)
+                ? depth:word ? send_copyfrom_args:bool ignore_ancestry:bool )
     Client switches to report command set.
     Upon finish-report, server sends auth-request.
     After auth exchange completes, server switches to editor command set.