diff --git a/docs/manual/CoreTasks/cvs.html b/docs/manual/CoreTasks/cvs.html index e3096979f..545b22f16 100644 --- a/docs/manual/CoreTasks/cvs.html +++ b/docs/manual/CoreTasks/cvs.html @@ -54,7 +54,7 @@ from the command line in the target directory in which you are working. dest 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 -d command line switch as Ant will never shorten pathnames to avoid empty directories. No, default is project's basedir. @@ -93,12 +93,12 @@ from the command line in the target directory in which you are working. output the file to direct standard output from the command. - No, default output to ANT Log as MSG_INFO. + No, default output to ANT Log as MSG_INFO. error the file to direct standard error from the command. - No, default error to ANT Log as MSG_WARN. + No, default error to ANT Log as MSG_WARN. append @@ -108,17 +108,17 @@ from the command line in the target directory in which you are working. port Port used by CVS to communicate with the server. - No, default port 2401. + No, default port 2401. passfile Password file to read passwords from. - No, default file ~/.cvspass. + No, default file ~/.cvspass. failonerror Stop the build process if the command exits with a - return code other than 0. Defaults to false + return code other than 0. Defaults to "false" No @@ -157,7 +157,7 @@ or: </cvs>

-You may include as many <commandline> elements as you like. +You may include as many <commandline> elements as you like. Each will inherit the failonerror, compression, and other "global" parameters from the <cvs> element.

@@ -167,10 +167,10 @@ from the <cvs> element.

Updates from the head of repository ignoring sticky bits (-A) and creating any new directories as necessary (-d).

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 the cvs manual for details, -specifically the Guide to CVS commands

+above. See the cvs manual for details, +specifically the Guide to CVS commands


-

Copyright © 2000-2003 Apache Software +

Copyright © 2000-2004 The Apache Software Foundation. All rights Reserved.