On Wed, 12 Sep 2007 11:22:31 -0600, "Andrew McNabb" <[EMAIL PROTECTED]> said: > Anyway, I've been using Git, and after a few months I'm confident that I > like it more than any other version control system I've used. > Unfortunately, converting a Bazaar repository to a Git repository has > been a little painful (I did one with Tailor, but I remember it taking > me a few hours because Tailor was so stupid). Does anyone have a better > way of doing this?
Tailor sucks but I don't know of other options for switching between X and Y where neither X nor Y is svn. :) > In Subversion and Bazaar, when > check out a branch, it creates a new directory and copies in all of the > files. In Git, branching is so easy that I actually do it every time it > would help, rather than just when I have to. See svn switch, it does what you want. (And you can use svn cp with the server url to avoid a full fs copy when creating branches too.) -Jonathan -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
