SVN to GIT Migration using svn2git
Migrating your source code to git from svn can be painless, if you use the right commands and tools.
svn2git is a ruby utility that performs several of the git-svn tasks needed to migrate your code. Once you get it setup according to the readme, here are some tips to get to the finish line:
Use an Authors list
svn2git has been known to fail if you don ...

