SEC-521: Fixed sourceforge svn URLs.
This commit is contained in:
parent
8396f04ae6
commit
fd0d4cd8b0
|
@ -1,17 +1,32 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<document><properties><title>CVS usage</title></properties><body><section name="CVS instructions for all modules"><p>This instructions are general, check the module documentation if you need concrete instructions. </p><p><em>modulename</em> can be for example:</p><ul>
|
<document>
|
||||||
<li>acegisecurity <em>(this will check out all modules) </em></li>
|
<properties>
|
||||||
<li>acegisecurity/core/</li>
|
<title>Subversion Usage</title>
|
||||||
<li>acegisecurity/adapters/cas</li>
|
</properties>
|
||||||
</ul><subsection name="Web Access"><p>
|
<body>
|
||||||
<a href="http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/">http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/</a>
|
<section name="Accessing the Source">
|
||||||
</p></subsection><subsection name="Anonymous Access with Maven"><p> This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line. </p><source>maven scm:checkout-project
|
<subsection name="Web Access">
|
||||||
-Dmaven.scm.method=svn
|
<p>
|
||||||
-Dmaven.scm.svn.module=modulename
|
You can browse the source tree directly via
|
||||||
-Dmaven.scm.svn.root=scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
|
<a href="http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/">
|
||||||
-Dmaven.scm.checkout.dir=acegisecurity
|
http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/
|
||||||
</source></subsection><subsection name="Anonymous SVN Access"><p>
|
</a>
|
||||||
This project's SVN repository can be checked out through anonymous
|
</p>
|
||||||
SVN with the following instruction set.
|
</subsection>
|
||||||
</p><p>
|
<subsection name="Subversion Command-Line Access">
|
||||||
svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</p></subsection><subsection name="Nightly Snapshots"><p>If you'd prefer not to use SVN directly, please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p></subsection></section></body></document>
|
<p>
|
||||||
|
The code can be checked out anonymously with the following command:
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</subsection>
|
||||||
|
<subsection name="Nightly Snapshots">
|
||||||
|
<p>If you'd prefer not to use subversion directly, please see our <a href="downloads.html">downloads page</a>
|
||||||
|
for nightly snapshots.
|
||||||
|
</p>
|
||||||
|
</subsection>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</document>
|
|
@ -7,21 +7,22 @@ Subversion Usage
|
||||||
* Web Access
|
* Web Access
|
||||||
|
|
||||||
You can browse the Subversion repository at
|
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
|
* 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue