SourceCodeAccess

Revision as of 08:02, 12 November 2008 by Choeger (talk | contribs) (New page: = How to access the Open-Xchange Server source code = The source code is currently only available using cvs access. == The currently maintained cvs repositories == {| border="1" cellspa...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to access the Open-Xchange Server source code

The source code is currently only available using cvs access.

The currently maintained cvs repositories

Repository content
open-xchange the main repository containing most of the parts of Open-Xchange server
open-xchange-gui The AJAX user interface
open-xchange-admin the Open-Xchange admin daemon used for provisioning (user creation, etc.)
open-xchange-admin-plugin-hosting contains the commandline tools and the oxinstaller
open-xchange-admin-soap SOAP interface

CVS operations to access the code

To see a complete list of Open-Xchange cvs repositories, run the following command:

$ cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot rls

Note, however, that only the repositories as listed above are actively maintained.

To check out a repository, run

$ cvs -d :pserver:anonymous@www.open-xchange.com:/cvsroot co open-xchange/com.openexchange.authentication.ldap

to check out the ldap authentication plugin.