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

Re: svn commit: rev 3648 - trunk/subversion/tests/clients/cmdline

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2002-11-05 00:28:43 CET

philip@tigris.org writes:

> Author: philip
> Date: 2002-11-04 15:47:31 -0600 (Mon, 04 Nov 2002)
> New Revision: 3648
>
> Modified:
> trunk/subversion/tests/clients/cmdline/merge_tests.py
> Log:
> * subversion/tests/clients/cmdline/merge_tests.py
> (simple_property_merges): Provide a log message for the 'svn copy' command
>
>
> Modified: trunk/subversion/tests/clients/cmdline/merge_tests.py
> ==============================================================================
> --- trunk/subversion/tests/clients/cmdline/merge_tests.py (original)
> +++ trunk/subversion/tests/clients/cmdline/merge_tests.py Mon Nov 4 15:47:34 2002
> @@ -634,7 +634,8 @@
> B_url = os.path.join(svntest.main.current_repo_url, 'A', 'B')
> B2_url = os.path.join(svntest.main.current_repo_url, 'A', 'B2')
>
> - outlines,errlines = svntest.main.run_svn(None, 'copy', B_url, B2_url)
> + outlines,errlines = svntest.main.run_svn(None, 'copy', '-m', 'fumble',
> + B_url, B2_url)
> if errlines:
> return 1
> outlines, errlines = svntest.main.run_svn(None, 'up', wc_dir)

Thanks!

-- 
Daniel Rall <dlr@finemaltcoding.com>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 5 00:29:45 2002

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.