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

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

git clone https://github.com/resourcespace/resourcespace.git

For release branches, currently these exist on the Subversion repository only (we are in the process of moving fully to GitHub).

You can use git for these 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] ./

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.