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 2012/09/20 00:00:08 UTC

svn commit: r1387790 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: stsp
Date: Wed Sep 19 22:00:08 2012
New Revision: 1387790

URL: http://svn.apache.org/viewvc?rev=1387790&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (delete_entry): In a comemnt, update another "absent" presence reference to
    the more en vogue "server-excluded".

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

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1387790&r1=1387789&r2=1387790&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Wed Sep 19 22:00:08 2012
@@ -1662,7 +1662,7 @@ delete_entry(const char *path,
 
 
 
-    /* Receive the remote removal of excluded/absent/not present node.
+    /* Receive the remote removal of excluded/server-excluded/not present node.
        Do not notify, but perform the change even when the node is shadowed */
   if (base_status == svn_wc__db_status_not_present
       || base_status == svn_wc__db_status_excluded