You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/24 02:28:01 UTC

svn commit: r1560870 - in /subversion/branches/1.8.x: ./ subversion/include/svn_client.h

Author: breser
Date: Fri Jan 24 01:28:01 2014
New Revision: 1560870

URL: http://svn.apache.org/r1560870
Log:
Merge from trunk r1468116: documentation fix

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/subversion/include/svn_client.h

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1468116

Modified: subversion/branches/1.8.x/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_client.h?rev=1560870&r1=1560869&r2=1560870&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_client.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_client.h Fri Jan 24 01:28:01 2014
@@ -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
 /** @} */