You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/01/29 13:38:22 UTC

svn commit: r1655632 - /subversion/trunk/subversion/include/svn_client.h

Author: stsp
Date: Thu Jan 29 12:38:21 2015
New Revision: 1655632

URL: http://svn.apache.org/r1655632
Log:
* subversion/include/svn_client.h
  (svn_client_commit_item3_t): Document PATH quirk for WC->REPOS copies.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1655632&r1=1655631&r2=1655632&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Jan 29 12:38:21 2015
@@ -468,7 +468,8 @@ typedef struct svn_client_commit_item3_t
   /** absolute working-copy path of item. Always set during normal commits
    * (and copies from a working copy) to the repository. Can only be NULL
    * when stub commit items are created for operations that only involve
-   * direct repository operations. */
+   * direct repository operations. During WC->REPOS copy operations, this
+   * path is the WC source path of the operation. */
   const char *path;
 
   /** node kind (dir, file) */