@@ -98,11 +98,11 @@ preferred over the <i>checkout</i> command, because of speed.</p>
</tr>
</table>
<h3>Examples</h3>
<pre> <cvs cvsRoot=":pserver:anoncvs@jakarta .apache.org:/home/cvspublic"
package="jakarta-tools "
<pre> <cvs cvsRoot=":pserver:anoncvs@cvs .apache.org:/home/cvspublic"
package="jakarta-an t"
dest="${ws.dir}"
/></pre>
<p>checks out the package/module "jakarta-tools " from the CVS
<p>checks out the package/module "jakarta-an t" from the CVS
repository pointed to by the cvsRoot attribute, and stores the files in "${ws.dir}".</p>
<pre> <cvs dest="${ws.dir}" command="update"/></pre>
<p>updates the package/module that has previously been checked out into
@@ -115,8 +115,9 @@ repository pointed to by the cvsRoot attribute, and stores the files in "${
before the command, and any command options should appear after the command as in the diff example
above. See <a href="http://www.cvshome.org/docs/manual/index.html" target="_top">the cvs manual</a> for details,
specifically the <a href="http://www.cvshome.org/docs/manual/cvs_16.html" target="_top">Guide to CVS commands</a></p>
<hr><p align="center">Copyright © 2001 Apache Software Foundation. All rights
Reserved.</p>
<hr>
<p align="center">Copyright © 2001-2002 Apache Software
Foundation. All rights Reserved.</p>
</body>
</html>