mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 10:09:32 +00:00
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128782 13f79535-47bb-0310-9956-ffa450edef68
5 lines
232 B
Bash
Executable File
5 lines
232 B
Bash
Executable File
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/archiva
|
|
git svn rebase
|