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

Re: svn commit: r29434 - trunk/subversion/tests/cmdline

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 20 May 2008 16:58:25 -0400

"David Glasser" <glasser_at_davidglasser.net> writes:
> On Tue, Feb 19, 2008 at 11:19 AM, <kfogel_at_tigris.org> wrote:
>> --- trunk/subversion/tests/cmdline/copy_tests.py (original)
>> +++ trunk/subversion/tests/cmdline/copy_tests.py Tue Feb 19 10:19:49 2008
>> @@ -17,7 +17,7 @@
>> ######################################################################
>>
>> # General modules
>> -import stat, os, re
>> +import stat, os, re, shutil
>>
>> # Our testing module
>> import svntest
>> @@ -3721,6 +3721,39 @@
>> copy_to_path)
>>
>>
>> +#----------------------------------------------------------------------
>> +# Issue #2986
>> +def replaced_local_source_for_incoming_copy(sbox):
>> + "update receives copy, but local source is replaced"
>> + sbox.build(read_only = True)
>
> This read_only=True means "I'm not going to commit to the repository".

I'm sorry; thanks for catching that. Ironically, I bit myself (as per
IRC conversation today).

> Oops!
>
> Now the next test to run will fail. Yay non-local errors :) See r31317.

Saw.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-20 22:58:40 CEST

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.