blob: 9292abc6bf5803d7f2393e52e1fb09008197dc45 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2002-2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>CVS Repositories</title>
<author email="">Stefan Bodewig</author>
</properties>
<body>
<section name="Access the Source Tree (AnonCVS)">
<p>Anyone can checkout source code from our anonymous CVS
server. To do so, simply use the following commands (if you are
using a GUI CVS client, configure it appropriatly):</p>
<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login<br/>
password: anoncvs</source>
<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout [module-name]</source>
<p>Modules available for access are (click the links to view the
CVS tree via ViewCVS):</p>
<ul>
<li><a href="http://cvs.apache.org/viewcvs/ant/">ant</a> - The
&quot;main&quot; Ant module.</li>
</ul>
<p>If you are not familiar with CVS, <a
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
CVS page</a> may hold many helpful hints.</p>
<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>
</section>
</body>
</document>