Created
July 5, 2012 09:08
-
-
Save olamy/3052495 to your computer and use it in GitHub Desktop.
maven-3 git svn init
This file contains 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
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