Created
July 2, 2014 01:31
-
-
Save marknorgren/97f67d0dd117714812db to your computer and use it in GitHub Desktop.
git svn commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checkout <SVN REVISION> and newer from SVN convert to git | |
git svn clone -r <SVN REVISION>:HEAD <SVN REPO URL> <path to git repo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment