Skip to content

Instantly share code, notes, and snippets.

@olamy
Created July 5, 2012 09:08
Show Gist options
  • Save olamy/3052495 to your computer and use it in GitHub Desktop.
Save olamy/3052495 to your computer and use it in GitHub Desktop.
maven-3 git svn init
cd .git;wget http://git.apache.org/authors.txt; cd ..
git config svn.authorsfile ".git/authors.txt"
git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/maven/maven-3
git svn rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment