Source

Enlisy has a whole bunch of different Subversion projects.

enlisy-development: this is the core source for Enlisy
enlisy-cms: this is Enlisys CMS
enlisy-i686: buildscripts
enlisy-x86_64: buildscripts

You checkout a project with:

svn co svn://enlisy.org/<projectname> 

You can also browse the source here.

If you are a developer you must first generate a SSH RSA key with:

ssh-keygen -t rsa

and give it to an admin.
After that you can checkout a project with:

svn co svn+ssh://svn@enlisy.org/<projectname>

Source (last edited 2007-08-09 15:12:57 by xerxes2)