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 2013/02/15 13:28:53 UTC

svn commit: r1446552 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: philip
Date: Fri Feb 15 12:28:53 2013
New Revision: 1446552

URL: http://svn.apache.org/r1446552
Log:
* subversion/tests/cmdline/update_tests.py
  (update_moved_away): Tweak comment.

Modified:
    subversion/trunk/subversion/tests/cmdline/update_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1446552&r1=1446551&r2=1446552&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Fri Feb 15 12:28:53 2013
@@ -6656,8 +6656,12 @@ def update_moved_away(sbox):
   # resolved to update the move destination because the move source is
   # mixed rev.
 
-  # Note that this same scenario doesn't apply to switch as we don't
-  # allow switches with as root a shadowed node.
+  # Note that this exact scenario doesn't apply to switch as we don't
+  # allow switches with as root a shadowed node.  However it is
+  # possible to get essentially the problem with switch by invoking a
+  # depth immedates switch on the parent of the root of the move
+  # source. That switches the root of the move without switching the
+  # children.
   svntest.actions.run_and_verify_update(wc_dir,
                                         expected_output,
                                         expected_disk,