Grails, Java

Migrating Code Base from SVN to GIT

Hi all, I have a use case where I need to migrate the code base from svn to git while preserving all the commits of different committers. For migration I have used an utility tool git-svn. In order to install git-svn we can use below command in linux box : sudo apt-get install git-svn After that you can follow the...

by madhav.khanna
Tag: Migrate SVN to Git
25-May-2015