CVS instructions for all modules

This instructions are general, check the module documentation if you need concrete instructions.

modulename can be for example:

Web Access

http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/

Anonymous Access with Maven

This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line.

maven scm:checkout-project
    -Dmaven.scm.method=svn
    -Dmaven.scm.svn.module=modulename
    -Dmaven.scm.svn.root=scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
    -Dmaven.scm.checkout.dir=acegisecurity

Anonymous SVN Access

This project's SVN repository can be checked out through anonymous SVN with the following instruction set.

svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity

Nightly Snapshots

If you'd prefer not to use SVN directly, please see our downloads page for nightly snapshots.