mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
SEC-564: Documented checkout of 1.0.x branch and trunk separately.
This commit is contained in:
parent
e243855822
commit
38a0bf7ca4
@ -11,7 +11,18 @@ Subversion Usage
|
||||
|
||||
* Subversion Access
|
||||
|
||||
The code can be checked out anonymously using the subversion command-line client:
|
||||
If you want to get a copy of the source code to experiment with the latest changes or to build the sample
|
||||
applications, it can be checked out anonymously using the subversion command-line client:
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
This will pull down a copy of the latest development source for the 1.0 branch of the project, which
|
||||
should be pretty stable and suitable for new users. For the latest new features, you can
|
||||
check out the cutting-edge trunk source, using the command:
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
@ -19,10 +30,12 @@ Subversion Usage
|
||||
|
||||
+----------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
This isn't recommended for new users.
|
||||
|
||||
* Nightly Snapshots
|
||||
|
||||
If you'd prefer not to use the subversion client directly, please see our {{{"downloads.html"}downloads page}} for
|
||||
nightly snapshots.
|
||||
nightly snapshots. Note that these are from the project trunk and may not be entirely suitable for new users.
|
||||
|
||||
|
||||
|
||||
|
@ -15,17 +15,27 @@
|
||||
</subsection>
|
||||
<subsection name="Subversion Command-Line Access">
|
||||
<p>
|
||||
The code can be checked out anonymously with the following command:
|
||||
If you want to get a copy of the source code to experiment with the latest changes or to build the sample
|
||||
applications, it can be checked out anonymously using the subversion command-line client:
|
||||
</p>
|
||||
<p>
|
||||
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/
|
||||
svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/branches/1.0.x-branch/
|
||||
</p>
|
||||
<p>
|
||||
This will pull down a copy of the latest development source for the 1.0 branch of the project, which
|
||||
should be pretty stable and suitable for new users. For the latest new features, you can
|
||||
check out the cutting-edge trunk source, using the 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.
|
||||
for nightly snapshots. Note that these are from the project trunk and may not be suitable
|
||||
for new users
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user