summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:56 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:56 +0000
commit98e3f5879517a0f7974b7a3387c8088e6b57d444 (patch)
tree6b03fe862e718f5312507aa6d6e4c6b1cc488829 /sca-cpp/trunk/README
parent4e0f558c13807745ed59eabffe2c834322b26a1d (diff)
Update README description of how to get the source code.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index f30b0f0df0..a826d6d26e 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -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