CVS usage

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

modulename can be for example:

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

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

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

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