On Nov 24, 2006, at 2:43 AM, Konstantin Sobolev wrote: > Hi > On 11/24/06, Blair Zajac <[EMAIL PROTECTED]> wrote: >> If you're initing on a branch that was copied from the source of the >> branch, trunk in this case, you don't need to supply the -r command >> line option to init, even if there are commits. If there are merges, >> then you can still init and then merge with the --record-only option. >> >> Maybe it's the 0, and try using a 1 instead? If you look any >> existing merge tracking information, it starts at 1 and not 0. > > Yep. I've tried it in many ways, and finally > svnmerge.py init svn://xxx/trunk/java -r 1-55921 > did the trick, everything seem to work as expected.
The odd thing is, why didn't using this command work: svnmerge.py init svn://xxx/trunk/java without the -r? Regards, Blair _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
