You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<?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/trunk/acegisecurity |
|
</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> |