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

svn commit: r957477 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

Author: rhuijben
Date: Thu Jun 24 09:56:06 2010
New Revision: 957477

URL: http://svn.apache.org/viewvc?rev=957477&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c
  (mark_tree_copied): Remove obsolete comment, fixing double comment
    start marking.

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

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=957477&r1=957476&r2=957477&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Thu Jun 24 09:56:06 2010
@@ -1399,9 +1399,6 @@ mark_tree_copied(svn_wc__db_t *db,
       /* ### "svn add" won't create excluded nodes, but "svn copy" will.
          ### it copies all metadata, carrying over the excluded nodes.  */
 
-      /* If a file, or deleted, excluded or absent dir, then tweak the
-         entry but don't recurse.
-
       /* Skip deleted items, or otherwise "not really here" nodes.  */
       if (child_status == svn_wc__db_status_deleted
           || child_status == svn_wc__db_status_obstructed_delete