SVN Access
Anonymous SVN Access
These are some quick instructions:
Getting a list of all modules contained in a directory:
$ svn list svn://svn.ebox-platform.com/ebox-platform/trunk/client
$ svn list svn://svn.ebox-platform.com/ebox-platform/trunk/common
Fetching the complete repository for the project (not recommended):
$ svn co svn://svn.ebox-platform/ebox-platform/
Fetching the last revision of eBox:
$ svn co svn://svn.ebox-platform.com/ebox-platform/trunk
Authenticated Access
If you want to participate in the project you can send your patches to ebox-devel@lists.warp.es, 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.warp.es.
Authenticated access to the repository works in the same way as the anonymous
access.
