You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/06/11 15:49:11 UTC

svn commit: r953700 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: philip
Date: Fri Jun 11 13:49:11 2010
New Revision: 953700

URL: http://svn.apache.org/viewvc?rev=953700&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_read_info): Document excluded/incomplete problem.

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=953700&r1=953699&r2=953700&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Fri Jun 11 13:49:11 2010
@@ -1365,9 +1365,10 @@ svn_wc__db_op_set_tree_conflict(svn_wc__
 
      svn_wc__db_status_excluded
        The node has been excluded from the working copy tree. This may
-       be an exclusion from the BASE tree, or an exclusion for a child
-       node of a copy/move to an ancestor (see BASE_SHADOWED to determine
-       the situation).
+       be an exclusion from the BASE tree, or an exclusion in the
+       WORKING tree for a child node of a copied/moved parent.
+       (### If BASE_SHADOWED is FALSE it is not possible to distinguish
+        between the two trees).
 
      svn_wc__db_status_not_present
        This is a node from the BASE tree, has been marked as "not-present"
@@ -1378,6 +1379,8 @@ svn_wc__db_op_set_tree_conflict(svn_wc__
      svn_wc__db_status_incomplete
        The BASE or WORKING node is incomplete due to an interrupted
        operation.
+       (### If BASE_SHADOWED is FALSE it is not possible to distinguish
+        between the two trees).
 
    If REVISION is requested, it will be set to the revision of the
    unmodified (BASE) node, or to SVN_INVALID_REVNUM if any structural