On Fri, 2005-02-11 at 17:38 -0800, Zack Weinberg wrote: > On Fri, 2005-02-11 at 20:29 -0500, Daniel Berlin wrote: > > On Fri, 2005-02-11 at 20:25 -0500, Nathanael Nerode wrote: > > > (For a new, all-svn branch, there are easier ways of keeping track of that > > > revision number, like putting it in the log message for the merge.) > > > > Or using svnmerge, which does the same thing using properties. > > Maybe the merge tags can be translated in the conversion to svnmerge's > properties? Then we can just all use svnmerge and be happy.
This is almost possible. The problem is that you need to know what other revisions were applied to the branch already, which is hard to calculate. :) Thus, it's better to have people svnmerge init the branches for their own branches if they want, since it lets you record what revisions were already merged at init time through one of it's options. Or you can solve the problem of trying to figure out which revisions we already applied, and i'll happily throw the code in cvs2svn.