Source Repository
Subversion
XSite uses Subversion as the SCM. See Subversion for details and documentation on IDE integration.
WebDav Access
WebDav is an access protocol supported by SVN and being http-based is often allowed by corporate firewalls.
Anonymous Access
svn co http://svn.codehaus.org/xsite/trunk xsite
WebDAV over SSL
svn co https://svn.codehaus.org/xsite/trunk xsite
This access protocol is available to all, but only developers can commit changes.
Developers require a unix password for Codehaus username. To test https commit access, one may eg:
svn co https://svn.codehaus.org/xsite/trunk xsite cd xsite echo "test" > TEST svn add TEST svn commit --username username --password your-password --message "Testing https"
Note: you only need to specify username and password once per client.
Browser
You can use the browser to navigate within the sources online with the help of the FishEye installation on Codehaus.
Modules
XSite project consists of several modules:
- xsite - the core module
- xsite-ant - the Ant task
- xsite-maven-plugin - the Maven 2 plugin
- xsite-website - the module contains the website
- xsite-distribution - the module that assembles the src and bin distributions
svn co http://svn.codehaus.org/xsite/trunk/[module] [module]