SVN updates.

This commit is contained in:
Ben Alex
2006-04-25 00:22:00 +00:00
parent 4735fc1053
commit 719d3af879
22 changed files with 79 additions and 119 deletions

View File

@@ -28,22 +28,13 @@
<body>
<h1>Building Acegi Security System</h1>
<h2>Checking Out from CVS </h2>
<h2>Checking Out from Subversion (SVN)</h2>
<p>This project uses <a href="http://maven.apache.org">Maven</a> as project manager
and build tool. We recommend you to install Maven 1.0.2 or greater before trying
the following. <b>Note there are workarounds at the bottom of this page.</b></p>
<p>To checkout Acegi Security from CVS, execute the following command on a
single line:</p>
<ol>
<pre>maven scm:checkout-project
-Dmaven.scm.method=cvs
-Dmaven.scm.cvs.module=acegisecurity
-Dmaven.scm.cvs.root=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity
-Dmaven.scm.checkout.dir=acegisecurity</pre>
</ol>
<p>To checkout Acegi Security from SVN, see our
<a href="cvs-usage.html">CVS Usage</a> page.</p>
<p>See our <a href="cvs-usage.html">CVS Usage</a> page for other CVS access options.</p>
<h2>Quick Build</h2>
<p>Often people reading this document just want to see if Acegi Security will work
for their projects. They want to deploy a sample application, and that's about it