Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 26268 invoked from network); 3 Mar 2004 14:15:03 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Mar 2004 14:15:03 -0000 Received: (qmail 82634 invoked by uid 500); 3 Mar 2004 14:14:55 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 82580 invoked by uid 500); 3 Mar 2004 14:14:55 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 82566 invoked by uid 500); 3 Mar 2004 14:14:55 -0000 Received: (qmail 82562 invoked from network); 3 Mar 2004 14:14:54 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 Mar 2004 14:14:54 -0000 Received: (qmail 26199 invoked by uid 1539); 3 Mar 2004 14:14:57 -0000 Date: 3 Mar 2004 14:14:57 -0000 Message-ID: <20040303141457.26198.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks cvs.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2004/03/03 06:14:57 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH cvs.html Log: sync with head Revision Changes Path No revision No revision 1.18.2.4 +9 -11 ant/docs/manual/CoreTasks/cvs.html Index: cvs.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.18.2.3 retrieving revision 1.18.2.4 diff -u -r1.18.2.3 -r1.18.2.4 --- cvs.html 9 Feb 2004 22:12:07 -0000 1.18.2.3 +++ cvs.html 3 Mar 2004 14:14:57 -0000 1.18.2.4 @@ -11,8 +11,6 @@

Description

Handles packages/modules retrieved from a CVS repository.

-

When doing automated builds, the get task should be -preferred over the checkout command, because of speed.

Important: This task needs "cvs" on the path. If it isn't, you will get an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working. @@ -55,7 +53,7 @@ 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. @@ -94,12 +92,12 @@ 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 @@ -109,17 +107,17 @@ 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 @@ -158,7 +156,7 @@ </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.

@@ -168,8 +166,8 @@

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-2004 The Apache Software Foundation. All rights Reserved.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org