Author: danielsh
Date: Tue Sep 21 11:44:06 2010
New Revision: 999341

URL: http://svn.apache.org/viewvc?rev=999341&view=rev
Log:
On the atomic-revprops branch:

* subversion/include/svn_ra.h
  (svn_ra_change_rev_prop2):
    Update API promise to match the current DAV implementation.

Modified:
    subversion/branches/atomic-revprop/subversion/include/svn_ra.h

Modified: subversion/branches/atomic-revprop/subversion/include/svn_ra.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/atomic-revprop/subversion/include/svn_ra.h?rev=999341&r1=999340&r2=999341&view=diff
==============================================================================
--- subversion/branches/atomic-revprop/subversion/include/svn_ra.h (original)
+++ subversion/branches/atomic-revprop/subversion/include/svn_ra.h Tue Sep 21 
11:44:06 2010
@@ -748,8 +748,9 @@ svn_ra_get_dated_revision(svn_ra_session
  *
  * If the server advertises the #SVN_RA_CAPABILITY_ATOMIC_REVPROPS capability
  * and @a old_value_p is not @c NULL, then changing the property will fail with
- * error #SVN_ERR_FS_PROP_BASEVALUE_MISMATCH if the present value of the
- * property is not @a *old_value_p.  (This is an atomic test-and-set).
+ * an error chain that contains #SVN_ERR_FS_PROP_BASEVALUE_MISMATCH if the
+ * present value of the property is not @a *old_value_p.  (This is an atomic
+ * test-and-set).
  * @a *old_value_p may be @c NULL, representing that the property must be not
  * already set.
  *
@@ -759,7 +760,7 @@ svn_ra_get_dated_revision(svn_ra_session
  *
  * Use @a pool for memory allocation.
  *
- * @see svn_fs_change_rev_prop2().
+ * @see svn_fs_change_rev_prop2(), svn_error_has_cause().
  *
  * @since New in 1.7.
  */


Reply via email to