Author: olamy
Date: Mon May 20 10:29:56 2013
New Revision: 1484419

URL: http://svn.apache.org/r1484419
Log:
add init git svn script

Added:
    archiva/sandbox/trunk/init-git-svn.sh   (with props)

Added: archiva/sandbox/trunk/init-git-svn.sh
URL: 
http://svn.apache.org/viewvc/archiva/sandbox/trunk/init-git-svn.sh?rev=1484419&view=auto
==============================================================================
--- archiva/sandbox/trunk/init-git-svn.sh (added)
+++ archiva/sandbox/trunk/init-git-svn.sh Mon May 20 10:29:56 2013
@@ -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/sandbox
+git svn rebase

Propchange: archiva/sandbox/trunk/init-git-svn.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: archiva/sandbox/trunk/init-git-svn.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: archiva/sandbox/trunk/init-git-svn.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to