You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/05/20 12:29:56 UTC

svn commit: r1484419 - /archiva/sandbox/trunk/init-git-svn.sh

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