diff --git a/doc/xdocs/cvs-usage.xml b/doc/xdocs/cvs-usage.xml index 3fd703d913..15cc849f5c 100644 --- a/doc/xdocs/cvs-usage.xml +++ b/doc/xdocs/cvs-usage.xml @@ -1,17 +1,32 @@ -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.

\ No newline at end of file + + + Subversion Usage + + +
+ +

+ You can browse the source tree directly via + + http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/ + +

+
+ +

+ The code can be checked out anonymously with the following command: +

+

+ svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity +

+ +
+ +

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

+
+
+ +
\ No newline at end of file diff --git a/src/site/apt/svn-usage.apt b/src/site/apt/svn-usage.apt index 13f17dc220..8b6c3e5662 100644 --- a/src/site/apt/svn-usage.apt +++ b/src/site/apt/svn-usage.apt @@ -7,21 +7,22 @@ Subversion Usage * Web Access You can browse the Subversion repository at - {{{http://svn.sourceforge.net/viewvc/acegisecurity/}http://svn.sourceforge.net/viewvc/acegisecurity/}} + {{{http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/}http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/}} -* Anonymous SVN Access +* Subversion Access - This project's SVN repository can be checked out through anonymous SVN with the following command: + The code can be checked out anonymously using the subversion command-line client: +----------------------------------------------------------------------------------------------------------------------+ - svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity + svn co https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity +----------------------------------------------------------------------------------------------------------------------+ * Nightly Snapshots - If you'd prefer not to use SVN directly, please see our {{{"downloads.html"}downloads page}} for nightly snapshots. + If you'd prefer not to use the subversion client directly, please see our {{{"downloads.html"}downloads page}} for + nightly snapshots.