Arakhnê.org / Subversion

Subversion Access

Subversion (SVN) is a version control system initiated in 2000 by CollabNet Inc. It is used to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS).

Anonymous Subversion Access

It is possible to use Subversion without logging in. However, you won't be allowed to write on the repository (adding, editing or removing files). To perform a checkout, type:

$> svn co svn://svn.tuxfamily.org/svnroot/arakhne/PROJECT
where PROJECT should be replaced by the name of the project.

You can also update the repository each time the developpers update the code with:

$> svn up

Subversion Access for Developers

If you want to contribute to an Arakhnê.org project, you must access to the Subversion repository with a TuXFamily account.

After registered as TuXFamily's user, perform a checkout of the repository:

$> svn co svn+ssh://YOURUSER@svn.tuxfamily.org/svnroot/arakhne/PROJECT
where PROJECT should be replaced by the name of the project.

No-screenshot

Project Spotlight

TeX-UPmethodology

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

No-screenshot

Project Spotlight

tinyMAS

A very small platform which permits to implement and run agent-based systems.