mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
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
4
init-git-svn.sh
Executable file
4
init-git-svn.sh
Executable file
@ -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…
x
Reference in New Issue
Block a user