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

Re: svn commit: r22406 - branches/multiple-moves/subversion/tests/cmdline

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-11-23 07:19:58 CET

> +
> +# Test moving copying multiple files from a repo to a wc
> +
> +def copy_multiple_repo_wc(sbox):
> + "copy multiple files from a repo to a wc"
> +
> + sbox.build()
> + wc_dir = sbox.wc_dir
> +
> + chi_url = sbox.repo_url + '/A/D/H/chi'
> + psi_url = sbox.repo_url + '/A/D/H/psi'
> + omega_url = sbox.repo_url + '/A/D/H/omega'
> + E_url = sbox.repo_url + '/A/B/E'
> + C_path = os.path.join(wc_dir, 'A', 'C')
> +
> + # Perform the copy and check the output
> + svntest.actions.run_and_verify_svn(None, None, [], 'cp',
> + '--username', svntest.main.wc_author,
> + '--password', svntest.main.wc_passwd,
> + chi_url, psi_url, omega_url, E_url,
> + C_path)
>

Hope this testcase is not complete yet unlike the other ones as we don't
verify post copy.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 23 07:20:21 2006

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.