You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2011/11/26 15:57:34 UTC

svn commit: r1206450 - /incubator/directmemory/trunk/init-git-svn.sh

Author: olamy
Date: Sat Nov 26 14:57:33 2011
New Revision: 1206450

URL: http://svn.apache.org/viewvc?rev=1206450&view=rev
Log:
add init git svn script to ease setup

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

Added: incubator/directmemory/trunk/init-git-svn.sh
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/init-git-svn.sh?rev=1206450&view=auto
==============================================================================
--- incubator/directmemory/trunk/init-git-svn.sh (added)
+++ incubator/directmemory/trunk/init-git-svn.sh Sat Nov 26 14:57:33 2011
@@ -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/directmemory/
+git svn rebase

Propchange: incubator/directmemory/trunk/init-git-svn.sh
------------------------------------------------------------------------------
    svn:eol-style = native

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

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