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/08/04 17:01:15 UTC

svn propchange: r982283 - svn:log

Author: rhuijben
Revision: 982283
Modified property: svn:log

Modified: svn:log at Wed Aug  4 15:01:15 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Aug  4 15:01:15 2010
@@ -1,8 +1,10 @@
-In Single-DB make sure that when we remove a node from wc_db, we also remove
-all its children. Or re-adding them might give it its children back.
+In Single-DB make sure that when we remove a node from wc_db, we also
+remove all its children. Or re-adding them might give it its children
+back.
 
 * subversion/libsvn_wc/adm_ops.c
-  (revert_entry): Don't assume that we don't have to delete children if there
-    is no on-disk node.
-  (svn_wc__internal_remove_from_revision_control): Even though a node is missing,
-    we still have to remove its children.
+  (revert_entry): Don't assume that we don't have to delete children if
+    there is no on-disk node.
+  (svn_wc__internal_remove_from_revision_control): Even though a node is
+    missing, we still have to remove its children. Also answer a question
+    inside a comment.