diff options
author | Brett Porter <brett@apache.org> | 2014-07-30 11:11:47 +1000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2014-07-30 11:11:47 +1000 |
commit | 48f57dcf51dd6b102fc1b0853ec53d8617967fad (patch) | |
tree | b15f54a6cdcb9d9a38dde42e863c3b7589963967 /init-git-svn.sh | |
parent | 909ad7500ba66e0c14bfb85e106070b04cabc01e (diff) | |
download | archiva-48f57dcf51dd6b102fc1b0853ec53d8617967fad.tar.gz archiva-48f57dcf51dd6b102fc1b0853ec53d8617967fad.zip |
no longer needed
Diffstat (limited to 'init-git-svn.sh')
-rwxr-xr-x | init-git-svn.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init-git-svn.sh b/init-git-svn.sh deleted file mode 100755 index 241ec802e..000000000 --- a/init-git-svn.sh +++ /dev/null @@ -1,4 +0,0 @@ -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 |