Skip to content

Instantly share code, notes, and snippets.

@olamy
Created May 29, 2015 11:46
Show Gist options
  • Save olamy/836acac9a113c7830918 to your computer and use it in GitHub Desktop.
Save olamy/836acac9a113c7830918 to your computer and use it in GitHub Desktop.
git-svn setup
cd .git;wget https://git1-us-west.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/plugins
git svn rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment