in English

Source Code Repository

All our open source work is publicly available in our Subversion (SVN) source code repository. Everyone has read access to the repositories, so you may download the most up-to-date development version of the software. Write access (commit bit) is given out per project to recurring contributors if they want it.

Web access

We provide a web-based interface to our repository for lurking around here. We use Trac from edgewall

Anonymous subversion

To access the Subversion repository anonymously, you will need a Subversion client. Accessing the repository over svn+ssh or HTTP is currently not supported which may be problematic if you're behind a firewall. Support for accessing via HTTP is planned.

For example, to get the JavaScript module, use:

svn checkout svn://svn.versed.se/public/JavaScript/trunk \
JavaScript

For more help on Subversion visit the Subversion website.