123456789101112131415161718192021222324252627282930313233 |
- <?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>
|