Subversion

To use Subversion to download the latest stable release, use this command:

    svn co https://svn.resourcespace.com/svn/rs/releases/[version]

The latest (untested/unstable) development code can be downloaded from the Subversion repository by running the following command:

    svn co https://svn.resourcespace.com/svn/rs/trunk/

Further installation instructions are available on the Knowledge Base.


Git

If you prefer you can use Git instead, using the git-svn bridge (apt-get install git-svn on Ubuntu/Debian). To use Git to download the latest stable release, use this command:

    git svn clone https://svn.resourcespace.com/svn/rs/releases/[version] ./

The latest development code can be downloaded from the Subversion repository by running the following command:

    git svn clone https://svn.resourcespace.com/svn/rs/trunk/ ./

Further installation instructions are available on the Knowledge Base.


Contributing

We welcome contributions to the project. Usually you will be asked to submit the initial contributions in patch form, with Subversion write access following successful acceptance of several patches.

Before contributing to the project you will need to sign and return the Contributor License Agreement.