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

Re: [PATCH] cvs2svn in dry-run mode causes Dumper traceback

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-01-01 13:14:35 CET

> On Tue, 23 Dec 2003 09:13:13 -0500, "Francois Beausoleil" said:
>> Hello everyone !
>>
>> Just tried cvs2svn again, and found a small bug when dry-run is enabled.
>> cvs2svn attemps to close the dumpfile, even in none exists.
...
Francois Beausoleil wrote:
> Please heed the comments in r6936 about the difference between is and ==.
>
> The patch should use:
> if self.dumpfile is None: return
>
> instead of:
> if None == self.dumpfile: return
>
> Sorry about that.

No problem!

Patch applied.

Thanks!

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 1 13:15:18 2004

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.