1
0
mirror of synced 2026-08-04 01:07:02 +00:00

SEC-521: Fixed sourceforge svn URLs.

This commit is contained in:
Luke Taylor
2007-08-10 18:34:38 +00:00
parent 8396f04ae6
commit fd0d4cd8b0
2 changed files with 37 additions and 21 deletions
+6 -5
View File
@@ -7,21 +7,22 @@ Subversion Usage
* Web Access
You can browse the Subversion repository at
{{{http://svn.sourceforge.net/viewvc/acegisecurity/}http://svn.sourceforge.net/viewvc/acegisecurity/}}
{{{http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/}http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/}}
* Anonymous SVN Access
* Subversion Access
This project's SVN repository can be checked out through anonymous SVN with the following command:
The code can be checked out anonymously using the subversion command-line client:
+----------------------------------------------------------------------------------------------------------------------+
svn co https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
svn co https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
+----------------------------------------------------------------------------------------------------------------------+
* Nightly Snapshots
If you'd prefer not to use SVN directly, please see our {{{"downloads.html"}downloads page}} for nightly snapshots.
If you'd prefer not to use the subversion client directly, please see our {{{"downloads.html"}downloads page}} for
nightly snapshots.