A newer version of CVS has been released, updated links in document. Also a bit of tidying up.
-- Larry
Index: docs/manual/CoreTasks/cvs.html =================================================================== RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.22 diff -u -r1.22 cvs.html --- docs/manual/CoreTasks/cvs.html 17 Feb 2004 08:31:39 -0000 1.22 +++ docs/manual/CoreTasks/cvs.html 2 Mar 2004 22:56:18 -0000 @@ -54,7 +54,7 @@ <tr> <td valign="top">dest</td> <td valign="top">the directory where the checked out files should - be placed. Note that this is different from CVS's -d command line + be placed. Note that this is different from CVS's <code>-d</code> command line switch as Ant will never shorten pathnames to avoid empty directories.</td> <td align="center" valign="top">No, default is project's basedir.</td> @@ -93,12 +93,12 @@ <tr> <td valign="top">output</td> <td valign="top">the file to direct standard output from the command.</td> - <td align="center" valign="top">No, default output to ANT Log as MSG_INFO.</td> + <td align="center" valign="top">No, default output to ANT Log as <code>MSG_INFO</code>.</td> </tr> <tr> <td valign="top">error</td> <td valign="top">the file to direct standard error from the command.</td> - <td align="center" valign="top">No, default error to ANT Log as MSG_WARN.</td> + <td align="center" valign="top">No, default error to ANT Log as <code>MSG_WARN</code>.</td> </tr> <tr> <td valign="top">append</td> @@ -108,17 +108,17 @@ <tr> <td valign="top">port</td> <td valign="top">Port used by CVS to communicate with the server.</td> - <td align="center" valign="top">No, default port 2401.</td> + <td align="center" valign="top">No, default port <code>2401</code>.</td> </tr> <tr> <td valign="top">passfile</td> <td valign="top">Password file to read passwords from.</td> - <td align="center" valign="top">No, default file ~/.cvspass.</td> + <td align="center" valign="top">No, default file <code>~/.cvspass</code>.</td> </tr> <tr> <td valign="top">failonerror</td> <td valign="top">Stop the build process if the command exits with a - return code other than <code>0</code>. Defaults to false</td> + return code other than <code>0</code>. Defaults to "false"</td> <td align="center" valign="top">No</td> </tr> </table> @@ -157,7 +157,7 @@ </cvs> </pre> <p> -You may include as many <commandline> elements as you like. +You may include as many <code><commandline></code> elements as you like. Each will inherit the <code>failonerror</code>, <code>compression</code>, and other "global" parameters from the <code><cvs></code> element. </p> @@ -167,10 +167,10 @@ <p>Updates from the head of repository ignoring sticky bits (<code>-A</code>) and creating any new directories as necessary (<code>-d</code>).</p> <p>Note: the text of the command is passed to cvs "as-is" so any cvs options should appear 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/cvs-1.11.7/cvs.html" target="_top">the cvs manual</a> for details, -specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html" target="_top">Guide to CVS commands</a></p> +above. See <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html" target="_top">the cvs manual</a> for details, +specifically the <a href="http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html" target="_top">Guide to CVS commands</a></p> <hr> -<p align="center">Copyright © 2000-2003 Apache Software +<p align="center">Copyright © 2000-2004 Apache Software Foundation. All rights Reserved.</p> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]