aboutsummaryrefslogtreecommitdiffstats
path: root/init-git-svn.sh
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2014-07-30 11:11:47 +1000
committerBrett Porter <brett@apache.org>2014-07-30 11:11:47 +1000
commit48f57dcf51dd6b102fc1b0853ec53d8617967fad (patch)
treeb15f54a6cdcb9d9a38dde42e863c3b7589963967 /init-git-svn.sh
parent909ad7500ba66e0c14bfb85e106070b04cabc01e (diff)
downloadarchiva-48f57dcf51dd6b102fc1b0853ec53d8617967fad.tar.gz
archiva-48f57dcf51dd6b102fc1b0853ec53d8617967fad.zip
no longer needed
Diffstat (limited to 'init-git-svn.sh')
-rwxr-xr-xinit-git-svn.sh4
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