|
@@ -32,53 +32,22 @@
|
|
</ul>
|
|
</ul>
|
|
<h2>Web Access</h2>
|
|
<h2>Web Access</h2>
|
|
<p>
|
|
<p>
|
|
- <a href="http://cvs.sourceforge.net/viewcvs.py/acegisecurity">http://cvs.sourceforge.net/viewcvs.py/acegisecurity</a>
|
|
|
|
|
|
+ <a href="http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/">http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/</a>
|
|
</p><h2>Anonymous Access with Maven</h2>
|
|
</p><h2>Anonymous Access with Maven</h2>
|
|
<p> This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line. </p>
|
|
<p> This project's CVS repository can be checked out through anonymous (pserver) CVS with the following instruction on a single line. </p>
|
|
<pre>maven scm:checkout-project
|
|
<pre>maven scm:checkout-project
|
|
- -Dmaven.scm.method=cvs
|
|
|
|
- -Dmaven.scm.cvs.module=modulename
|
|
|
|
- -Dmaven.scm.cvs.root=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity
|
|
|
|
|
|
+ -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</pre>
|
|
-Dmaven.scm.checkout.dir=acegisecurity</pre>
|
|
-<h2>Anonymous CVS Access</h2>
|
|
|
|
|
|
+<h2>Anonymous SVN Access</h2>
|
|
<p>
|
|
<p>
|
|
- This project's CVS repository can be checked out through anonymous (pserver)
|
|
|
|
- CVS with the following instruction set.
|
|
|
|
- When prompted for a password for anonymous, simply press the Enter key.
|
|
|
|
|
|
+ This project's SVN repository can be checked out through anonymous
|
|
|
|
+ SVN with the following instruction set.
|
|
</p><p>
|
|
</p><p>
|
|
- cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity login
|
|
|
|
- <br>
|
|
|
|
- cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity co <em>modulename</em> </p>
|
|
|
|
- <p>
|
|
|
|
- Updates from within the module's directory do not need the -d parameter.</p>
|
|
|
|
- </p><h2>Nightly Snapshots</h2>
|
|
|
|
- <p>If you'd prefer not to use CVS directly (eg you're stuck behind a corporate firewall), please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p>
|
|
|
|
- <h2>Developer Access with Maven</h2>
|
|
|
|
- <p> Only project developers can access the CVS tree via this method. Substitute <b>username</b> with the proper value. </p>
|
|
|
|
- <pre>maven scm:checkout-project
|
|
|
|
- -Dmaven.scm.method=cvs
|
|
|
|
- -Dmaven.scm.cvs.module=modulename
|
|
|
|
- -Dmaven.scm.cvs.root=:ext:username@cvs.sourceforge.net:/cvsroot/acegisecurity
|
|
|
|
- -Dmaven.scm.checkout.dir=acegisecurity
|
|
|
|
- -Dmaven.scm.cvs.rsh=ssh</pre>
|
|
|
|
- <p> Remember to replace 'username' with your actual username on cvs.sourceforge.net.<br />
|
|
|
|
- Also change <code>ssh</code> in <code>maven.scm.cvs.rsh=ssh</code> to the name of your ssh executable. </p>
|
|
|
|
- <h2>Developer CVS Access via SSH</h2>
|
|
|
|
- <p>
|
|
|
|
- Only project developers can access the CVS tree via this method.
|
|
|
|
- SSH must be installed on your client machine. Substitute
|
|
|
|
- <b>username</b> with the proper value. Enter your site password when prompted.
|
|
|
|
- </p>
|
|
|
|
-<p>
|
|
|
|
- export CVS_RSH=ssh
|
|
|
|
- <br>
|
|
|
|
- cvs -z3 -d :ext:username@cvs.sourceforge.net:/cvsroot/acegisecurity co <em>modulename</em> </p>
|
|
|
|
- <p>
|
|
|
|
- Remember to replace 'username' with your actual username on cvs.sourceforge.net.
|
|
|
|
- </p><h2>CVS Access behind a firewall</h2>
|
|
|
|
- <p>
|
|
|
|
- For those developers who are stuck behind a corporate
|
|
|
|
- firewall, <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
|
|
|
|
- can use the viewcvs web interface to checkout the source code.
|
|
|
|
- </p>
|
|
|
|
|
|
+ svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</p>
|
|
|
|
+
|
|
|
|
+ <h2>Nightly Snapshots</h2>
|
|
|
|
+ <p>If you'd prefer not to use SVN directly, please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p>
|
|
|
|
+
|
|
</html>
|
|
</html>
|