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