You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/06/17 14:45:58 UTC

svn propchange: r955551 - svn:log

Author: philip
Revision: 955551
Modified property: svn:log

Modified: svn:log at Thu Jun 17 12:45:58 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Jun 17 12:45:58 2010
@@ -1 +1,12 @@
-* subversion/libsvn_wc/adm_ops.c (svn_wc_add4): Remove unused variable.
+Don't allow navigate_to_parent to move beyond the root of a working
+copy.  This makes copy_tests.py 69 FAIL, previously whether it would
+PASS or FAIL depended on the presence of a 1.7 working copy somewhere
+above the test directory.
+
+* subversion/libsvn_wc/wc_db.c
+  (svn_wc__db_is_root): Move the check that the parent has an entry
+   for the child from here...
+  (navigate_to_parent): ...to here.
+
+* subversion/tests/cmdline/copy_tests.py
+  (allow_unversioned_parent_for_copy_src): Mark XFail.