rhuijben_at_tigris.org wrote on Mon, 1 Dec 2008 at 02:29 -0800:
> Author: rhuijben
> Date: Mon Dec 1 02:29:12 2008
> New Revision: 34494
>
> Log:
> * subversion/tests/cmdline/depth_tests.py
> (commit_propmods_with_depth_empty): Following up on 34487, don't try to copy
> the workingcopy while cloning (there is no workingcopy at this time).
>
Oops, missed it. Thanks for fixing.
Daniel
(who now added --cleanup to his 'run a single test' shortcut, to catch
this next time)
> Modified:
> trunk/subversion/tests/cmdline/depth_tests.py
>
> Modified: trunk/subversion/tests/cmdline/depth_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/depth_tests.py?pathrev=34494&r1=34493&r2=34494
> ==============================================================================
> --- trunk/subversion/tests/cmdline/depth_tests.py Sun Nov 30 15:03:50 2008 (r34493)
> +++ trunk/subversion/tests/cmdline/depth_tests.py Mon Dec 1 02:29:12 2008 (r34494)
> @@ -996,7 +996,7 @@ def commit_propmods_with_depth_empty_hel
> def commit_propmods_with_depth_empty(sbox):
> "commit property mods only, using --depth=empty"
>
> - sbox2 = sbox.clone_dependent(True)
> + sbox2 = sbox.clone_dependent()
>
> # Run once with '-N' and once with '--depth=empty' to make sure they
> # function identically.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-12-01 11:44:41 CET