matthew.mccullough + convert   8

Cleanly Migrate Your Subversion Repository To a GIT Repository
So you’re ready to ride the GIT train eh? But what about all those projects in your subversion repository? Sure you could just use git-svn but what you really want is to cleanly move that repository and all its history to a nice new GIT repository.<br />
<br />
Luckily it’s not that hard. For this example I’m going to use my_blog as the application name you’re porting to a GIT repository. We’re basically going to just initialize a new GIT repository, point it at your SVN repository, and suck in your code and history while remapping the users to GIT users. We’ll then just clone THAT repository to have a clean GIT repository free of SVN clutter.
git  subversion  convert  opensource  sourcecodecontrol  from delicious
april 2011 by matthew.mccullough

Copy this bookmark:



description:


tags: