[Svnmerge] [PATCH] Bidirectional merging patch for svnmerge.py

Blair Zajac blair at orcaware.com
Thu Feb 23 17:54:03 PST 2006


Raman Gupta wrote:
> Blair Zajac wrote:
> 
>>Hi Raman,
>>
>>I'm working through the patch to see what to merge into svn.collab.net.
> 
> 
> Great!
> 
> 
>>Also, out of curiosity, do you have any code that uses this?  It doesn't
>>appear that the bidirectional patch uses this new code.
>>
>>Regads,
>>Blair
> 
> 
> It is used if the user selects the verbose option -- in this case the
> number of revisions that will be checked for reflection is printed.
> Because the time the check took was linearly related to the number of
> revisions to be checked, I wanted to print out the number just to give
> people an order of magnitude idea of how long it was going to take.
> However, its definitely not critical to any functionality.

OK.  I see that code now.  In my latest patch, I have a list there and then I 
make a RevisionSet later out of it.

I'll apply that change after my s/RevisionList/RevisionSet/ change.

Regards,
Blair



More information about the Svnmerge mailing list