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/15 17:23:30 UTC

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

Author: julianfoad
Date: Mon Apr 15 15:23:29 2013
New Revision: 1468116

URL: http://svn.apache.org/r1468116
Log:
* subversion/include/svn_client.h
  (SVN_CLIENT_COMMIT_ITEM_MOVED_HERE): Document.

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=1468116&r1=1468115&r2=1468116&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Apr 15 15:23:29 2013
@@ -445,7 +445,11 @@ typedef struct svn_client_commit_info_t
  *
  * @since New in 1.2. */
 #define SVN_CLIENT_COMMIT_ITEM_LOCK_TOKEN  0x20
-/** @since New in 1.8. */
+/** One of the flags for a commit item.  The node is the 'moved here'
+ * side of a local move.  This is used to check and enforce that the
+ * other side of the move is also included in the commit.
+ *
+ * @since New in 1.8. */
 #define SVN_CLIENT_COMMIT_ITEM_MOVED_HERE  0x40
 /** @} */