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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2002-2005 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <document>
  15. <properties>
  16. <title>CVS Repositories</title>
  17. <author email="">Stefan Bodewig</author>
  18. </properties>
  19. <body>
  20. <section name="Access the Source Tree (AnonCVS)">
  21. <p>Anyone can checkout source code from our anonymous CVS
  22. server. To do so, simply use the following commands (if you are
  23. using a GUI CVS client, configure it appropriatly):</p>
  24. <source>
  25. cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login<br/>
  26. password: anoncvs</source>
  27. <source>
  28. cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>
  29. <p>Modules available for access are (click the links to view the
  30. CVS tree via ViewCVS):</p>
  31. <ul>
  32. <li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
  33. &quot;main&quot; Ant module.</li>
  34. </ul>
  35. <p>If you are not familiar with CVS, <a
  36. href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
  37. CVS page</a> may hold many helpful hints.</p>
  38. <p>Nightly snapshots of the CVS tree are available at
  39. <a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>
  40. </section>
  41. </body>
  42. </document>