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 2014/03/26 10:28:47 UTC

svn commit: r1581764 - /subversion/trunk/subversion/include/private/svn_ra_svn_private.h

Author: julianfoad
Date: Wed Mar 26 09:28:47 2014
New Revision: 1581764

URL: http://svn.apache.org/r1581764
Log:
* subversion/include/private/svn_ra_svn_private.h
  (svn_ra_svn__write_cmd_change_rev_prop2): Document the 'dont_care'
    and 'old_value' parameters, as these are different from the cross-
    referenced function.

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

Modified: subversion/trunk/subversion/include/private/svn_ra_svn_private.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_ra_svn_private.h?rev=1581764&r1=1581763&r2=1581764&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_ra_svn_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_ra_svn_private.h Wed Mar 26 09:28:47 2014
@@ -610,7 +610,11 @@ svn_ra_svn__write_cmd_get_dated_rev(svn_
 /** Send a "change-rev-prop2" command over connection @a conn.
  * Use @a pool for allocations.
  *
- * @see #svn_ra_change_rev_prop2 for a description.
+ * If @a dont_care is false then check that the old value matches
+ * @a old_value. If @a dont_care is true then do not check the old
+ * value; in this case @a old_value must be NULL.
+ *
+ * @see #svn_ra_change_rev_prop2 for the rest of the description.
  */
 svn_error_t *
 svn_ra_svn__write_cmd_change_rev_prop2(svn_ra_svn_conn_t *conn,