Source Repository
The FUSE Message Broker C++ Client project stores its source code in a Subversion repository at:
Only project developers can commit to the Subversion repository. We use the trunk for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at a specific branch here:
Each release is tagged in Subversion in the tags directory
How To Check Out
Using the command line
Using the Subversion executable you can check out the project as follows
svn co http://fusesource.com/forge/svn/mbcpp/trunk MBCPP
cd MBCPP
You will be prompted for a user ID and password. Use the user ID and password you registered with at fusesource.com. If you have not registered yet, register now.
Using Eclipse
You will need to install the Subclipse plug-in. See this article for details.
Next steps
Once you have checked out the code try following the instructions to build FUSE Message Broker C++ Client or read the documentation.