spring-security/doc/xdocs/cvs-usage.xml

33 lines
1.2 KiB
XML

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