> +
> +# 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