Subversion access

Software and specifications under development of the Annodex Foundation is kept in a subversion repository, which can be accessed at http://svn.annodex.net.

Anonymous read access to the software packages is available through the command:

svn co http://svn.annodex.net/{sw-package}/trunk

If you wish to contribute code back to the Annodex project, please do so by sending patches to one of our development mailing lists, or feel free to ask for a named account if you'd like write access to the SVN repository.

Check out packages

For development, you want to check out the required libraries from their trunks. To check out all the base Annodex libraries, including the Xiph.org codecs, do:
http://svn.annodex.net/annodex-core/

SVN layout

We use the standard Subversion directory layout of branches, tags and trunk within each directory in the repository. For example, to check out the latest revision of the libannodex repository into a directory called mylibannodex with the command-line svn client, write:

svn co http://svn.annodex.net/libannodex/trunk mylibannodex


Browsing the Repositories

While you can browse the repository using the Subversion web interface, you can also do so through the trac interface, which is much more pleasant to use.