Author: neels
Date: Thu Apr 8 16:00:40 2010
New Revision: 931985
URL: http://svn.apache.org/viewvc?rev=931985&view=rev
Log:
* subversion/include/private/svn_wc_private.h
(svn_wc__node_get_base_rev): Document current behaviour.
Modified:
subversion/trunk/subversion/include/private/svn_wc_private.h
Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=931985&r1=931984&r2=931985&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Thu Apr 8
16:00:40 2010
@@ -476,6 +476,12 @@ svn_wc__node_is_status_added(svn_boolean
* Get the base revision of @a local_abspath using @a wc_ctx. If
* @a local_abspath is not in the working copy, return
* @c SVN_ERR_WC_PATH_NOT_FOUND.
+ *
+ * In @a *base_revision, return the revision of the revert-base, i.e. the
+ * revision that this node was checked out at or last updated/switched to,
+ * regardless of any uncommitted changes (delete, replace and/or
+ * copy-here/move-here). For a locally added/copied/moved-here node that is
+ * not part of a replace, return @c SVN_INVALID_REVNUM.
*/
svn_error_t *
svn_wc__node_get_base_rev(svn_revnum_t *base_revision,