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.5 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
  20. &quot;main&quot; Ant module.</li>
  21. <li><a
  22. href="http://cvs.apache.org/viewcvs/ant-antidote/">ant-antidote</a>
  23. - Antidote, a GUI frontend to Ant.</li>
  24. </ul>
  25. <p>If you are not familiar with CVS, <a
  26. href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
  27. CVS page</a> may hold many helpful hints.</p>
  28. <!--
  29. <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>
  30. -->
  31. <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>
  32. </section>
  33. </body>
  34. </document>