SEC-564: Improved svn-usage page and deleted old cvs-usage duplicate.
This commit is contained in:
parent
76a64f5e07
commit
3accd72e20
|
@ -19,6 +19,18 @@ Subversion Usage
|
|||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Note that the above command checks out the trunk source which is the least likely to be stable (although it should
|
||||
always build correctly with no failing unit tests). If you are a beginner, or are looking for the source for a
|
||||
specific stable version, you can use a different URL. For example, the following command would check out the 1.0
|
||||
branch of the code which should only contain bugfixes and minor updates so should be very stable:
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
* Nightly Snapshots
|
||||
|
||||
If you'd prefer not to use the subversion client directly, please see our {{{"downloads.html"}downloads page}} for
|
||||
|
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
<subsection name="Checking Out from Subversion (SVN)">
|
||||
|
||||
<p>This project uses <a href="http://maven.apache.org">Maven</a> as project manager
|
||||
<p>This project uses <a href="http://maven.apache.org/">Maven</a> as project manager
|
||||
and build tool. We recommend you to install Maven 2.0.5 or greater before trying
|
||||
the following.</p><p>To checkout Acegi Security from SVN, see our
|
||||
<a href="cvs-usage.html">SVN Usage</a> page.</p>
|
||||
<a href="svn-usage.html">SVN Usage</a> page.</p>
|
||||
|
||||
</subsection>
|
||||
|
||||
<subsection name="Quick Build"><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
|
||||
(after all, all the reference documentation can be read online at
|
||||
<a href="http://acegisecurity.org">http://acegisecurity.org</a>).
|
||||
<a href="http://acegisecurity.org/">http://acegisecurity.org</a>).
|
||||
Assuming you've already checked out the code from subversion, start up a command prompt and
|
||||
execute the following commands from the directory containing the project source:</p>
|
||||
<ol>
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Subversion Usage</title>
|
||||
</properties>
|
||||
<body>
|
||||
<section name="Accessing the Source">
|
||||
<subsection name="Web Access">
|
||||
<p>
|
||||
You can browse the source tree directly via
|
||||
<a href="http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/">
|
||||
http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/
|
||||
</a>
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name="Subversion Command-Line Access">
|
||||
<p>
|
||||
The code can be checked out anonymously with the following command:
|
||||
</p>
|
||||
<p>
|
||||
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/
|
||||
</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>
|
Loading…
Reference in New Issue