Skip to content

Instantly share code, notes, and snippets.

@faradaj
Created September 25, 2013 07:49
Show Gist options
  • Save faradaj/6696380 to your computer and use it in GitHub Desktop.
Save faradaj/6696380 to your computer and use it in GitHub Desktop.
SVN to GIT commands
export PERL5LIB="/Applications/Xcode.app/Contents/Developer/Library/Perl/5.12/darwin-thread
git svn init --username=<username> --password=<password> <repo-source> --no-metadata
git svn clone --username=<username> --password=<password> svn:<repo-source> --no-metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment