You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2012/08/03 08:20:35 UTC

svn commit: r1368800 - /continuum/trunk/init-git-svn.sh

Author: brett
Date: Fri Aug  3 06:20:34 2012
New Revision: 1368800

URL: http://svn.apache.org/viewvc?rev=1368800&view=rev
Log:
Ability to hook up a Git repo

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

Added: continuum/trunk/init-git-svn.sh
URL: http://svn.apache.org/viewvc/continuum/trunk/init-git-svn.sh?rev=1368800&view=auto
==============================================================================
--- continuum/trunk/init-git-svn.sh (added)
+++ continuum/trunk/init-git-svn.sh Fri Aug  3 06:20:34 2012
@@ -0,0 +1,7 @@
+(
+  cd .git
+  wget -O authors.txt http://git.apache.org/authors.txt
+)
+git config svn.authorsfile ".git/authors.txt"
+git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/continuum
+git svn rebase

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