You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/07/12 18:11:03 UTC

svn commit: r1145643 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: stsp
Date: Tue Jul 12 16:11:03 2011
New Revision: 1145643

URL: http://svn.apache.org/viewvc?rev=1145643&view=rev
Log:
* subversion/libsvn_wc/wc_db.c
  (bump_node_revision): 'absent' -> 'server-excluded' terminology update
   in comments.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1145643&r1=1145642&r2=1145643&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Tue Jul 12 16:11:03 2011
@@ -8606,9 +8606,9 @@ bump_node_revision(svn_wc__db_wcroot_t *
   /* If the node is still marked 'not-present', then the server did not
      re-add it.  So it's really gone in this revision, thus we remove the node.
 
-     If the node is still marked 'absent' and yet is not the same
+     If the node is still marked 'server-excluded' and yet is not the same
      revision as new_rev, then the server did not re-add it, nor
-     re-absent it, so we can remove the node. */
+     re-server-exclude it, so we can remove the node. */
   if (!is_root
       && (status == svn_wc__db_status_not_present
           || (status == svn_wc__db_status_server_excluded &&