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/11/01 19:20:00 UTC

svn commit: r1404709 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

Author: stsp
Date: Thu Nov  1 18:20:00 2012
New Revision: 1404709

URL: http://svn.apache.org/viewvc?rev=1404709&view=rev
Log:
* subversion/libsvn_wc/wc_db_update_move.c
  (update_moved_away_subtree): Add a TODO comment.

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1404709&r1=1404708&r2=1404709&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Thu Nov  1 18:20:00 2012
@@ -524,6 +524,8 @@ update_moved_away_subtree(svn_editor_t *
                                            iterpool);
 
       /* Is this child part of our move operation? */
+      /* ### need to handle children which were newly added or removed
+       * ### during the update */
       SVN_ERR(svn_wc__db_scan_deletion_internal(NULL, &child_dst_relpath, NULL,
                                                 &child_dst_op_root_relpath,
                                                 wcroot, child_src_relpath,