Source Repository

The FuseESB 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/fuseesb/trunk fuseesb
cd fuseesb

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 FuseESB or read the documentation.

Source Repository

The FuseESB project stores its source code in a Git repository. If you are new to Git you might like to try the Git guide for subversion users or have a look at the Git community book.

The Git repository is here:

  • git://forge.fusesource.com/fuseesb.git

You can browse the repository online if you prefer.

How to Checkout

You must first install a Git client. Then you clone the repository using the Git URL:

git clone git://forge.fusesource.com/fuseesb.git
cd fuseesb

Committer access

Project members who have configured a public SSH key in their user profile can push to the repository using the following URL:

  • ssh://git@forge.fusesource.com/fuseesb.git

You must first install a Git client. Then you clone the repository using the Git URL:

git clone ssh://git@forge.fusesource.com/fuseesb.git
cd fuseesb

Next steps

Once you have checked out the code try following the instructions to build FuseESB or read the documentation.