Re: [SVNMERGE][PATCH] svnmerge rollback
From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-05-17 21:18:50 CEST
David James wrote:
> Hi Madan,
The patch is absolutely wonderful and clean indeed. Many thanks Madan!
I have just a couple of very minor comments, as I wasn't able to spot any
>>+ # Check branch directory is ready for being modified
Can you check for the revision argument *before* checking for the clean wc?
>>+ # At which revision was the dest created?
Is this test really necessary? Doesn't the merge command just fail if you
>> + if len(revs) == 0:
if revs:
>>+ # make sure theres some revision to rollback
I'd rather this be a report for now, and then have a separate commit pass
>> + if len(revs & src_pre_exist_range) != 0:
if revs & src_pre_exist_range:
After these things are sorted out, you get my +1 :)
-- Giovanni Bajo --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed May 17 21:19:33 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.