浏览代码

SEC-1024: Updated svn usage page

Luke Taylor 17 年之前
父节点
当前提交
da8a97b516
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/site/apt/svn-usage.apt

+ 5 - 5
src/site/apt/svn-usage.apt

@@ -7,7 +7,7 @@ Subversion Usage
 * Web Access
 * Web Access
 
 
     You can browse the Subversion repository at
     You can browse the Subversion repository at
-    {{{http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/}}}
+    {{{https://src.springframework.org/svn/spring-security/}}}
 
 
 * Subversion Access
 * Subversion Access
 
 
@@ -15,23 +15,23 @@ Subversion Usage
 
 
 +----------------------------------------------------------------------------------------------------------------------+
 +----------------------------------------------------------------------------------------------------------------------+
 
 
-          svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/
+          svn co https://src.springframework.org/svn/spring-security/trunk/ spring-security
 
 
 +----------------------------------------------------------------------------------------------------------------------+
 +----------------------------------------------------------------------------------------------------------------------+
 
 
     Note that the above command checks out the trunk source which is the least likely to be stable (although it should
     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
     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
+    specific stable version, you can use a different URL. For example, the following command would check out the 2.0
     branch of the code which should only contain bugfixes and minor updates so should be very stable:
     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/
+          svn co https://src.springframework.org/svn/spring-security/branches/2.0.x-branch/
 
 
 +----------------------------------------------------------------------------------------------------------------------+
 +----------------------------------------------------------------------------------------------------------------------+
 
 
     Specific tagged releases can be checked out from the URL
     Specific tagged releases can be checked out from the URL
-    {{{http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/}}}.
+    {{{https://src.springframework.org/svn/spring-security/tags/}}}.