summaryrefslogtreecommitdiffstats
path: root/init-git-svn.sh
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-05-28 22:14:41 +0000
committerOlivier Lamy <olamy@apache.org>2011-05-28 22:14:41 +0000
commit26c1c112527a1985c434275aecbef07555a8398e (patch)
tree9066bc587d9735254cdaf7fb61e935449dea446e /init-git-svn.sh
parent7abf32f3171212a3d7197673e1a29b780631ee4d (diff)
downloadarchiva-26c1c112527a1985c434275aecbef07555a8398e.tar.gz
archiva-26c1c112527a1985c434275aecbef07555a8398e.zip
no need of this configuration as it s done in setup and avoid null in directory as unit tests use getName for directories
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128782 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'init-git-svn.sh')
-rwxr-xr-xinit-git-svn.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/init-git-svn.sh b/init-git-svn.sh
new file mode 100755
index 000000000..241ec802e
--- /dev/null
+++ b/init-git-svn.sh
@@ -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/archiva
+git svn rebase