Convert subversion repository to GIT
First, you need to create a file that maps the subversion authors to GIT users (let’s say /tmp/svnusers). The syntax is pretty easy: To get a list of all your SVN authors, run on you subversion working copy. Next, you have to create a temp directory (which will be cloned later to get rid of all the SVN stuff). Now,… Read more »