You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/11/24 23:01:42 UTC

svn commit: r1413275 - /maven/maven-3/trunk/init-git-svn.sh

Author: olamy
Date: Sat Nov 24 22:01:41 2012
New Revision: 1413275

URL: http://svn.apache.org/viewvc?rev=1413275&view=rev
Log:
add init-git-svn.sh  script: how to setup your clone to be able to use git svn

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

Added: maven/maven-3/trunk/init-git-svn.sh
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/init-git-svn.sh?rev=1413275&view=auto
==============================================================================
--- maven/maven-3/trunk/init-git-svn.sh (added)
+++ maven/maven-3/trunk/init-git-svn.sh Sat Nov 24 22:01:41 2012
@@ -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/maven/maven-3
+git svn rebase

Propchange: maven/maven-3/trunk/init-git-svn.sh
------------------------------------------------------------------------------
    svn:eol-style = native

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

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