Gerf.Org

What is Subversion?

Subversion is an open-source version control system. It is used by developers to track changes to source code as they work on it.

The project repositories are the raw WebDav directories. They can be easily browsed to get the latest versions of files.

However a better way to access the subversion repositories is to use a subversion client or go to their project page (if they have one). Using these tools you have full access to the power of subversion.

To use the subversion client, you'll need to check out sources from one of the projects below. Using the project foobar as an example, you'd to the following:
svn co http://svn.gerf.org/foobar/trunk foobar

If you need more help with Subversion, the definitive source is the official Subversion Book.