Author: julianfoad
Date: Mon Nov 19 17:44:25 2018
New Revision: 1846930

URL: http://svn.apache.org/viewvc?rev=1846930&view=rev
Log:
Update doc string, following r1846929.

* subversion/include/private/svn_client_private.h
  (svn_client__repos_to_wc_copy_dir): Document SAME_REPOSITORIES param.

Modified:
    subversion/trunk/subversion/include/private/svn_client_private.h

Modified: subversion/trunk/subversion/include/private/svn_client_private.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_client_private.h?rev=1846930&r1=1846929&r2=1846930&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_client_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_client_private.h Mon Nov 19 
17:44:25 2018
@@ -419,6 +419,11 @@ svn_client__get_diff_summarize_callbacks
  * The caller should be holding a WC write lock that allows DST_ABSPATH to
  * be created, such as on the parent of DST_ABSPATH.
  *
+ * SAME_REPOSITORIES must be true if and only if the source of this copy
+ * is from the same repository at the WC parent of DST_ABSPATH.
+ * If SAME_REPOSITORIES, then fill in the 'copy-from' in the WC target.
+ * If not SAME_REPOSITORIES, then remove any svn:mergeinfo property.
+ *
  * Use RA_SESSION to fetch the data. The session may point to a different
  * URL after returning.
  */


Reply via email to