add a script to ease git svn setup

git-svn-id: https://svn.apache.org/repos/asf/incubator/kalumet/trunk@1462730 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/init-git-svn.sh b/init-git-svn.sh
new file mode 100755
index 0000000..7c4d8c9
--- /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/incubator/kalumet
+git svn rebase