On Tue, Jan 29, 2008 at 06:43:58PM +0100, Miklos Vajna wrote: > On Tue, Jan 29, 2008 at 05:59:31PM +0100, "Philippe Bruhat (BooK)" <[EMAIL > PROTECTED]> wrote: > > I'm looking for tutorials or examples regarding one step migration from > > CVS to another SCM, keeping branch/merge history if possible. > > if you want to use tailor to convert bnraches, you have to do them one > my one, so if you want to even detect branch points, probably you want > some other tool.
Finding the branch points doesn't seem too hard (but I'm an optimist), and it seems the merge points have a special log message I should be able to detect easily too. What is the proper way to convert a branch? Should I first import the whole trunk and then add the branches one by one (and how?), or should I import the trunk up to a branch point, then import each changeset in the appropriate place? Or do you mean I need a tailor configuration for each branch and the trunk, and run them on a subset of revisions at a time? > regarding git, here is a list if git-cvsimport fails for you: > > http://article.gmane.org/gmane.comp.version-control.git/69160 > Wow, that makes a few more tools to look at. Thanks. -- Philippe Bruhat (BooK) Small disasters cause panic. Panic causes large disasters. (Moral from Groo The Wanderer #37 (Epic)) _______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
