Subversion repository

The Genode source code is available via file releases and a public subversion repository. Genode Labs will update the sources (incorporating community contributions) and announce new releases. Therefore, the SVN repository is not meant for active development but for convenient source-code update and tracking of changes between releases.

The subversion repository is hosted at Sourceforge under:

 https://genode.svn.sourceforge.net/svnroot/genode

To check out the entire source tree, make sure you have installed Subversion and execute:

 svn co https://genode.svn.sourceforge.net/svnroot/genode/trunk genode

This will create a new directory genode in your current working directory. The directory structure follows the recommendations for Subversion repository layouts. Hence, the sources of the current release can be found in the subdirectory trunk. If you wish to work with a specific release, you can access it via 'tags/<release version>'. For example, the initial release is available in tags/8.08/.

Subsequent updates of the checked out repository can easily performed from within the repository directories:

 cd genode; svn update
Document Actions