[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: Mattias Engdegård <mattias_at_virtutech.se>
Date: 2006-02-05 00:12:36 CET

"Giovanni Bajo" <rasky@develer.com> writes:
>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.

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