summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 21:08:34 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-16 21:08:34 +0000
commita0e624622f7ea40d15449e3531e22d1eece3fb74 (patch)
treec02380746ffc1749ce6d3c59367131aa3831cadb /sca-cpp/trunk/README
parent6d5c215d67b5c71e04f0ec299edfb5a9940a003e (diff)
Add Apache Libcloud support to the build.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index a826d6d26e..b5d45890c5 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -4,6 +4,11 @@ Apache Tuscany SCA Runtime
Getting the source code
=======================
+To checkout the source code, do this:
+git clone git://git.apache.org/tuscany-sca-cpp
+or
+svn checkout http://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp
+
To checkout the source code with commit access, do this:
git clone git://git.apache.org/tuscany-sca-cpp
cd tuscany-sca-cpp
@@ -14,11 +19,6 @@ git config svn.rmdir true
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
-or
-svn checkout http://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp
-
Layout
======