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

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