[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: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2006-11-23 17:39:33 CET

Kamesh Jayachandran wrote:
>
>> +
>> +# 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.

Thanks for the review! Fixed in r22412.

-Hyrum

Received on Thu Nov 23 17:41:22 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.