You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/05/13 07:28:56 UTC

svn commit: r943807 - /tuscany/sca-cpp/trunk/README

Author: jsdelfino
Date: Thu May 13 05:28:56 2010
New Revision: 943807

URL: http://svn.apache.org/viewvc?rev=943807&view=rev
Log:
Update README description of how to get the source code.

Modified:
    tuscany/sca-cpp/trunk/README

Modified: tuscany/sca-cpp/trunk/README
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/README?rev=943807&r1=943806&r2=943807&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/README (original)
+++ tuscany/sca-cpp/trunk/README Thu May 13 05:28:56 2010
@@ -5,13 +5,14 @@ Getting the source code
 =======================
 
 To checkout the source code with commit access, do this:
-git svn init -s https://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp
+git clone git://git.apache.org/tuscany-sca-cpp
 cd tuscany-sca-cpp
 wget -P .git http://git.apache.org/authors.txt
 git config svn.authorsfile .git/authors.txt
 git config user.email <you>@apache.org
 git config svn.rmdir true
-git svn fetch --log-window-size 10000
+git svn init --prefix=origin/ -s https://svn.apache.org/repos/asf/tuscany/sca-cpp
+git svn rebase
 
 To checkout the source without commit access, do this:
 git clone git://git.apache.org/tuscany-sca-cpp