You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ne...@apache.org on 2010/03/12 02:14:00 UTC

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

Author: neels
Date: Fri Mar 12 01:14:00 2010
New Revision: 922099

URL: http://svn.apache.org/viewvc?rev=922099&view=rev
Log:
* subversion/libsvn_wc/wc_db.h (svn_wc__db_scan_base_repos): Fix comment.

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=922099&r1=922098&r2=922099&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Fri Mar 12 01:14:00 2010
@@ -1545,18 +1545,11 @@ svn_wc__db_scan_base_repos(const char **
                            apr_pool_t *scratch_pool);
 
 
-/** Scan upwards for information about an addition to the WORKING tree.
+/** Scan upwards for information about a known addition to the WORKING tree.
  *
- * A WORKING node's status, as returned from svn_wc__db_read_info() can be
- * one of three states:
- *   svn_wc__db_status_added
- *   svn_wc__db_status_deleted
- *   svn_wc__db_status_incomplete
- *
- * (the "normal" and absent statuses only refer to unshadowed BASE nodes)
- *
- * If the node is in the "added" state, then this function can refine that
- * status into one of three possible states:
+ * Iff a node's status as returned by svn_wc__db_read_info() is
+ * svn_wc__db_status_added, then this function returns a refined status in
+ * *STATUS, which is one of:
  *
  *   svn_wc__db_status_added -- this NODE is a simple add without history.
  *     OP_ROOT_ABSPATH will be set to the topmost node in the added subtree