mrkd
7/2/2014 - 1:31 AM

git svn commands

git svn commands

# checkout <SVN REVISION> and newer from SVN convert to git
git svn clone -r <SVN REVISION>:HEAD <SVN REPO URL> <path to git repo>