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/07 16:34:42 UTC

svn propchange: r952016 - svn:log

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

Modified: svn:log at Mon Jun  7 14:34:42 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jun  7 14:34:42 2010
@@ -1,6 +1,5 @@
-As a tiny bit of help in resolving issue #3499, stop retrieving all children
-from a parent directory to just to find if a directory is recorded in the
-parent.
+Resolve issue #3499: stop retrieving all children from a parent directory
+to just to find if a directory is recorded in the parent.
 
 * subversion/libsvn_wc/deprecated.c
   (svn_wc_is_wc_root): Keep historic behavior.
@@ -8,6 +7,8 @@ parent.
 * subversion/libsvn_wc/update_editor.c
   (already_in_a_tree_conflict): Don't bail if an ancestor is not a working
     copy. (Triggered by externals_tests.py 3)
+  (svn_wc__check_wc_root): Update caller. When a node has a working_node
+     record we don't have to check the parent: it is not a root.
 
 * subversion/libsvn_wc/wc-queries.sql
   (STMT_SELECT_SUBDIR): New statement.