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>