[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r28472 - in trunk: . subversion/libsvn_client subversion/tests/cmdline

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-12-14 00:51:58 CET

pburba@tigris.org wrote:
> Author: pburba
> Date: Thu Dec 13 15:42:01 2007
> New Revision: 28472
>
> Log:
> Merge the correct-copy-mergeinfo branch (r28402:28462) to trunk.
>
> Now only WC->WC copies/moves create empty mergeinfo on the copy
> destination if no explicit mergeinfo existed on the source. The three other
> copy varieties (WC->URL, URL->WC, URL->URL) *can* result in empty mergeinfo
> on the destination, but only if it the source explicitly had it to start
> with.
>
> Modified:
> trunk/build.conf
> trunk/subversion/libsvn_client/copy.c
> trunk/subversion/tests/cmdline/copy_tests.py
> trunk/subversion/tests/cmdline/merge_tests.py
> trunk/subversion/tests/cmdline/revert_tests.py
> trunk/subversion/tests/cmdline/switch_tests.py
> trunk/subversion/tests/cmdline/update_tests.py
>
> Modified: trunk/build.conf
> URL: http://svn.collab.net/viewvc/svn/trunk/build.conf?pathrev=28472&r1=28471&r2=28472
> ==============================================================================
> --- trunk/build.conf (original)
> +++ trunk/build.conf Thu Dec 13 15:42:01 2007
> @@ -98,6 +98,14 @@
> subversion/tests/cmdline/authz_tests.py
> subversion/tests/cmdline/depth_tests.py
> subversion/tests/cmdline/svndumpfilter_tests.py
> +test-scripts =
> + subversion/tests/cmdline/merge_tests.py
> + subversion/tests/cmdline/revert_tests.py
> + subversion/tests/cmdline/merge_authz_tests.py
> + subversion/tests/cmdline/update_tests.py
> + subversion/tests/cmdline/copy_tests.py
> + subversion/tests/cmdline/switch_tests.py
> +
[...]

Is there a reason to redefine test-scripts here? I assume it's a
holdover from a debugging session...

-Hyrum

Received on Fri Dec 14 00:52:11 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.