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

Re: [PATH, svnmerge] Fix "svnmerge init" on the GCC repository branches

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-02-05 10:37:48 CET

Mattias Engdegård <mattias@virtutech.se> wrote:

>> the regular expression used to parse the XML produced by "svn log"
>> was a little too optimistic: it basically assumed that no other
>> files but the branch itself where being added in the commit that
>> creates a branch. This was actually a sound assumption (as usually
>> branches are created with "svn mv URL URL", so nothing else is
>> changed in that commit), but it's broken by the GCC repository
>> (generated by cvs2svn) which contains some spurious (wrong) trash in
>> the commits that generate the branches.
>
> (s/mv/cp/ I presume)
>
> Branches may also be created by WC->URL copies, which allows changes
> to be done at the same time. It does not have to be trash.

Yes that's right. I was just describing what situation prompted my fix.
svnmerge should now behave fine also in the scenario you describe.

Giovanni Bajo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 5 10:38:01 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.