apache-tuscany/sca-cpp/trunk
2009-11-30 08:36:32 +00:00
..
components Fixes to the http client, httpd modules and memcached component to get the store and shopping cart test case working end to end. 2009-11-30 08:36:32 +00:00
contrib Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
doc Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
etc Configured svn:ignore properties. 2009-11-23 06:23:50 +00:00
kernel Added debug macros and cleaned up debug logging. Added locking macros used when compiling for multithreading. Fixed value conversions to numbers. Fixed compile warnings. 2009-11-30 08:36:07 +00:00
modules Fixes to the http client, httpd modules and memcached component to get the store and shopping cart test case working end to end. 2009-11-30 08:36:32 +00:00
samples Fixed build break. Added missing dir and fix server configuration script. 2009-11-23 05:59:08 +00:00
test Fixes to the http client, httpd modules and memcached component to get the store and shopping cart test case working end to end. 2009-11-30 08:36:32 +00:00
tools Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
xsd Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
AUTHORS Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
autogen.sh Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
ChangeLog Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
configure.ac Fixed build break. Added missing dir and fix server configuration script. 2009-11-23 05:59:08 +00:00
COPYING Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
INSTALL Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
LICENSE Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
Makefile.am Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
NEWS Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. 2009-11-16 06:57:41 +00:00
NOTICE Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00
README Simplified the automake build using configure options instead of environment variables and cleaned up some of the makefile.am files. Adjusted build instructions. Moved directories that don't yet build or work out of the main build dir and obsolete docs to a contrib dir. 2009-11-23 05:48:11 +00:00

Apache Tuscany SCA Runtime
==========================

Getting the 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
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

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


Contributing to the project
===========================

To contribute to the project or report issues see the mailing list:
dev@tuscany.apache.org

Archives:
http://www.mail-archive.com/dev@tuscany.apache.org
http://marc.info/?l=tuscany-dev

To subscribe:
dev-subscribe@tuscany.apache.org