2
0

cvs-usage.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <document>
  3. <properties>
  4. <title>Subversion Usage</title>
  5. </properties>
  6. <body>
  7. <section name="Accessing the Source">
  8. <subsection name="Web Access">
  9. <p>
  10. You can browse the source tree directly via
  11. <a href="http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/">
  12. http://acegisecurity.svn.sourceforge.net/viewvc/acegisecurity/
  13. </a>
  14. </p>
  15. </subsection>
  16. <subsection name="Subversion Command-Line Access">
  17. <p>
  18. The code can be checked out anonymously with the following command:
  19. </p>
  20. <p>
  21. svn co http://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk/
  22. </p>
  23. </subsection>
  24. <subsection name="Nightly Snapshots">
  25. <p>If you'd prefer not to use subversion directly, please see our
  26. <a href="downloads.html">downloads page</a>
  27. for nightly snapshots.
  28. </p>
  29. </subsection>
  30. </section>
  31. </body>
  32. </document>