Subversion

From ResourceSpace Documentation Wiki

Jump to: navigation, search

The subversion repository exists at http://svn.montala.net/svn/resourcespace/

This means you can grab the latest ResourceSpace development code simply by typing:

svn co http://svn.montala.net/svn/resourcespace/

and you can keep it up to date with:

svn update

Database updates are automatic (using the files in the dbstruct folder).

Visit http://svn.montala.net for an online repository browser (useful for keeping track of changes).

Important installation notes: You will need to copy config.default.php to config.php in the include folder, and create a 'filestore' folder in the ResourceSpace root. You will also need to follow the normal installation instructions, i.e. alter php.ini settings and set up folder permissions.

Visit check.php to make sure your installation is correctly configured.

Anonymous read only access has been configured, so you can check out and update without a password, but to commit any changes you will need a login.

At the moment commits are limited to adding hooks for plugins.


If you are new to Subversion

Excellent Subversion tutorial and documentation is available here: http://svnbook.red-bean.com/

Personal tools