From 3accd72e2010a5ff8a737b52fad73880cda6c1f4 Mon Sep 17 00:00:00 2001
From: Luke Taylor
Date: Wed, 26 Sep 2007 13:17:31 +0000
Subject: [PATCH] SEC-564: Improved svn-usage page and deleted old cvs-usage
duplicate.
---
src/site/apt/svn-usage.apt | 12 ++++++++++++
src/site/xdoc/building.xml | 6 +++---
src/site/xdoc/cvs-usage.xml | 33 ---------------------------------
3 files changed, 15 insertions(+), 36 deletions(-)
delete mode 100644 src/site/xdoc/cvs-usage.xml
diff --git a/src/site/apt/svn-usage.apt b/src/site/apt/svn-usage.apt
index d01b9dd376..35d67b1f8c 100644
--- a/src/site/apt/svn-usage.apt
+++ b/src/site/apt/svn-usage.apt
@@ -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
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 5cdfa6b8e8..11c7d2c1be 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -6,17 +6,17 @@
- This project uses Maven as project manager
+
This project uses Maven as project manager
and build tool. We recommend you to install Maven 2.0.5 or greater before trying
the following.
To checkout Acegi Security from SVN, see our
- SVN Usage page.
+ SVN Usage page.
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
- http://acegisecurity.org).
+ http://acegisecurity.org).
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:
diff --git a/src/site/xdoc/cvs-usage.xml b/src/site/xdoc/cvs-usage.xml
deleted file mode 100644
index daf0a9fef5..0000000000
--- a/src/site/xdoc/cvs-usage.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- Subversion Usage
-
-
-
-
-
- You can browse the source tree directly via
-
- http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/
-
-
-
-
-
- The code can be checked out anonymously with the following command:
-
-
- svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/
-
-
-
-
- If you'd prefer not to use subversion directly, please see our
- downloads page
- for nightly snapshots.
-
-
-
-
-
\ No newline at end of file