Author: julianfoad
Date: Fri Apr 23 10:26:44 2010
New Revision: 937233
URL: http://svn.apache.org/viewvc?rev=937233&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
(svn_wc__db_read_info): Document the 'revision' parameter.
Modified:
subversion/trunk/subversion/libsvn_wc/wc_db.h
Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=937233&r1=937232&r2=937233&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Fri Apr 23 10:26:44 2010
@@ -1223,6 +1223,11 @@ svn_wc__db_op_set_tree_conflict(svn_wc__
The BASE or WORKING node is incomplete due to an interrupted
operation.
+ If REVISION is requested, it will be set to the revision of the
+ unmodified (BASE) node, or to SVN_INVALID_REVNUM if any structural
+ changes have been made to that node (that is, if the node has a row in
+ the WORKING table).
+
If DEPTH is requested, and the node is NOT a directory, then
the value will be set to svn_depth_unknown.