Skip to content

Instantly share code, notes, and snippets.

@marknorgren
Created July 2, 2014 01:31
Show Gist options
  • Save marknorgren/97f67d0dd117714812db to your computer and use it in GitHub Desktop.
Save marknorgren/97f67d0dd117714812db to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment