mirror of https://github.com/apache/maven.git
add init-git-svn.sh script: how to setup your clone to be able to use git svn
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63fd9ed4d8
commit
8ca2e32a0c
|
@ -0,0 +1,4 @@
|
|||
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
|
Loading…
Reference in New Issue