migrate from SVN to GIT
a short cheat sheet of commands I used several times to migrate SVN-repositories to GIT… preparation sudo aptitude install subversion git-svn svn co https://my.server.private/repos/my_repo cd my_repo svn log q | grep v ‘^*$’ | cut -d ‘|’ -f 2 | … Read More »