You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cvs.xml 1.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <title>CVS Repositories</title>
  5. </properties>
  6. <body>
  7. <section name="Access the Source Tree (AnonCVS)">
  8. <p>Anyone can checkout source code from our anonymous CVS
  9. server. To do so, simply use the following commands (if you are
  10. using a GUI CVS client, configure it appropriatly):</p>
  11. <source>
  12. cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login<br/>
  13. password: anoncvs</source>
  14. <source>
  15. cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>
  16. <p>Modules available for access are (click the links to view the
  17. CVS tree via ViewCVS):</p>
  18. <ul>
  19. <!--
  20. <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
  21. &quot;main&quot; Ant module.</li>
  22. <li><a
  23. href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>
  24. - Antidote, a GUI frontend to Ant.</li>
  25. -->
  26. <li><a
  27. href="http://cvs.apache.org/viewcvs/jakarta-ant/">jakarta-ant</a> -
  28. The &quot;main&quot; Ant module.</li>
  29. <li><a
  30. href="http://cvs.apache.org/viewcvs/jakarta-ant-antidote/">jakarta-ant-antidote</a>
  31. - Antidote, a GUI frontend to Ant.</li>
  32. </ul>
  33. <p>If you are not familiar with CVS, <a
  34. href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
  35. CVS page</a> may hold many helpful hints.</p>
  36. <!--
  37. <p>Nightly snapshots of the CVS tree are available at <a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>
  38. -->
  39. <p>Nightly snapshots of the CVS tree are available at <a href="http://cvs.apache.org/snapshots/jakarta-ant/">http://cvs.apache.org/snapshots/jakarta-ant/</a>.</p>
  40. </section>
  41. </body>
  42. </document>