Version 4 (modified by ejhernandez@…, 3 years ago) (diff)

Rebranding to Zentyal

SVN Access

Anonymous SVN Access

These are some quick instructions:

Getting a list of all modules contained in a directory:

$ svn list http://svn.ebox-platform.com/ebox-platform/trunk/client
$ svn list http://svn.ebox-platform.com/ebox-platform/trunk/common

Fetching the complete repository for the project (not recommended due to its size):

$ svn co http://svn.ebox-platform.com/ebox-platform/

Fetching the last revision of Zentyal server:

$ svn co http://svn.ebox-platform.com/ebox-platform/trunk

Authenticated Access

If you want to participate in the project you can send your patches to zentyal-devel@…, or ask for authenticated access to be setup for you in the same mailing list. You can subscribe to the mailing lists in  http://lists.zentyal.org .

Authenticated access to the repository works in the same way as the anonymous access.