"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