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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. <p>Nightly snapshots of the CVS tree are available at
  29. <a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>
  30. and
  31. <a href="http://cvs.apache.org/snapshots/ant-antidote/">http://cvs.apache.org/snapshots/ant-antidote/</a>.</p>
  32. </section>
  33. </body>
  34. </document>