cvs commit: ant/docs/manual/CoreTasks cvs.html cvspass.html

2005-03-14 Thread bodewig
bodewig 2005/03/14 03:07:27

  Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH cvs.html
cvspass.html
  Log:
  merge
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.18.2.5  +9 -1  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.4
  retrieving revision 1.18.2.5
  diff -u -r1.18.2.4 -r1.18.2.5
  --- cvs.html  3 Mar 2004 14:14:57 -   1.18.2.4
  +++ cvs.html  14 Mar 2005 11:07:27 -  1.18.2.5
  @@ -14,6 +14,14 @@
   Important: This task needs "cvs" on the 
path. If it isn't, you will get
   an error (such as error 2 on windows). If 
 doesn't work, try to execute cvs.exe
   from the command line in the target directory in which you are working.
  +
  +CVSNT Note: CVSNT prefers users to store the passwords
  +inside the registry.  If the cvspass task
  +and the passfile attribute don't seem to work for you, the most likely
  +reason is that CVSNT ignores your .cvspass file completely.  See http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5";>bug
  +zilla report 21657 for recommended workarounds.
  +
   Parameters
   
 
  @@ -169,7 +177,7 @@
   above. See http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html"; 
target="_top">the cvs manual for details,
   specifically the http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html"; 
target="_top">Guide to CVS commands
   
  -Copyright © 2000-2004 The Apache Software
  +Copyright © 2000-2005 The Apache Software
   Foundation.  All rights Reserved.
   
   
  
  
  
  1.6.2.3   +9 -1  ant/docs/manual/CoreTasks/cvspass.html
  
  Index: cvspass.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvspass.html,v
  retrieving revision 1.6.2.2
  retrieving revision 1.6.2.3
  diff -u -r1.6.2.2 -r1.6.2.3
  --- cvspass.html  19 Nov 2004 09:10:00 -  1.6.2.2
  +++ cvspass.html  14 Mar 2005 11:07:27 -  1.6.2.3
  @@ -11,6 +11,14 @@
   cvspass
   Description
   Adds entries to a .cvspass file. Adding entries to this file has the same 
affect as a cvs login command.
  +
  +CVSNT Note: CVSNT prefers users to store the passwords
  +inside the registry.  If the task doesn't seem to work for you, the
  +most likely reason is that CVSNT ignores your .cvspass file
  +completely.  See http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5";>bug
  +zilla report 21657 for recommended workarounds.
  +
   Parameters
   
 
  @@ -41,7 +49,7 @@
   Adds an entry into the ~/.cvspass password file.
   
   
  -Copyright © 2001,2003-2004 Apache Software 
Foundation. All rights
  +Copyright © 2001,2003-2005 Apache Software 
Foundation. All rights
   Reserved.
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html cvspass.html

2005-03-14 Thread bodewig
bodewig 2005/03/14 03:06:26

  Modified:docs/manual/CoreTasks cvs.html cvspass.html
  Log:
  .cvspass doesn't work with CVSNT
  
  Revision  ChangesPath
  1.25  +8 -0  ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- cvs.html  7 Mar 2005 18:09:09 -   1.24
  +++ cvs.html  14 Mar 2005 11:06:26 -  1.25
  @@ -16,6 +16,14 @@
   Important: This task needs "cvs" on the 
path. If it isn't, you will get
   an error (such as error 2 on windows). If 
 doesn't work, try to execute cvs.exe
   from the command line in the target directory in which you are working.
  +
  +CVSNT Note: CVSNT prefers users to store the passwords
  +inside the registry.  If the cvspass task
  +and the passfile attribute don't seem to work for you, the most likely
  +reason is that CVSNT ignores your .cvspass file completely.  See http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5";>bug
  +zilla report 21657 for recommended workarounds.
  +
   Parameters
   
 
  
  
  
  1.9   +8 -0  ant/docs/manual/CoreTasks/cvspass.html
  
  Index: cvspass.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvspass.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- cvspass.html  7 Mar 2005 18:09:09 -   1.8
  +++ cvspass.html  14 Mar 2005 11:06:26 -  1.9
  @@ -11,6 +11,14 @@
   cvspass
   Description
   Adds entries to a .cvspass file. Adding entries to this file has the same 
affect as a cvs login command.
  +
  +CVSNT Note: CVSNT prefers users to store the passwords
  +inside the registry.  If the task doesn't seem to work for you, the
  +most likely reason is that CVSNT ignores your .cvspass file
  +completely.  See http://issues.apache.org/bugzilla/show_bug.cgi?id=21657#c5";>bug
  +zilla report 21657 for recommended workarounds.
  +
   Parameters
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html

2004-03-03 Thread peterreilly
peterreilly2004/03/03 06:14:57

  Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH cvs.html
  Log:
  sync with head
  
  Revision  ChangesPath
  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 -   1.18.2.3
  +++ cvs.html  3 Mar 2004 14:14:57 -   1.18.2.4
  @@ -11,8 +11,6 @@
   Description
   Handles packages/modules retrieved from a
   http://www.cvshome.org/"; target="_top">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 
 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 @@
   
   
   
  -You may include as many  elements as you like. 
  +You may include as many  elements as you 
like. 
   Each will inherit the failonerror, compression, 
and other "global" parameters
   from the  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 http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs.html"; 
target="_top">the cvs manual for details,
  -specifically the http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html"; 
target="_top">Guide to CVS commands
  +above. See http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html"; 
target="_top">the cvs manual for details,
  +specifically the http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html"; 
target="_top">Guide to CVS commands
   
   Copyright © 2000-2004 The Apache Software
   Foundation.  All rights Reserved.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html

2004-03-03 Thread peterreilly
peterreilly2004/03/03 06:14:05

  Modified:docs/manual/CoreTasks cvs.html
  Log:
  update cvs hreference and some tiding up of cvs manual page
  Obtained from: Larry Shatzer
  
  Revision  ChangesPath
  1.23  +10 -10ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- cvs.html  17 Feb 2004 08:31:39 -  1.22
  +++ cvs.html  3 Mar 2004 14:14:04 -   1.23
  @@ -54,7 +54,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.
  @@ -93,12 +93,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
  @@ -108,17 +108,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
 
   
  @@ -157,7 +157,7 @@
   
   
   
  -You may include as many  elements as you like. 
  +You may include as many  elements as you 
like. 
   Each will inherit the failonerror, compression, 
and other "global" parameters
   from the  element.
   
  @@ -167,10 +167,10 @@
   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 http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs.html"; 
target="_top">the cvs manual for details,
  -specifically the http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html"; 
target="_top">Guide to CVS commands
  +above. See http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs.html"; 
target="_top">the cvs manual for details,
  +specifically the http://www.cvshome.org/docs/manual/cvs-1.11.13/cvs_16.html"; 
target="_top">Guide to CVS commands
   
  -Copyright © 2000-2003 Apache Software
  +Copyright © 2000-2004 The Apache Software
   Foundation.  All rights Reserved.
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html

2003-09-30 Thread antoine
antoine 2003/09/30 12:47:26

  Modified:docs/manual/CoreTasks cvs.html
  Log:
  cvs 1.11.7 has been released (Merge from ANT_16_BRANCH)
  Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)
  
  Revision  ChangesPath
  1.20  +2 -2  ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- cvs.html  22 Sep 2003 15:41:44 -  1.19
  +++ cvs.html  30 Sep 2003 19:47:26 -  1.20
  @@ -168,8 +168,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 http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs.html"; 
target="_top">the cvs manual for details,
  -specifically the http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_16.html"; 
target="_top">Guide to CVS commands
  +above. See http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs.html"; 
target="_top">the cvs manual for details,
  +specifically the http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html"; 
target="_top">Guide to CVS commands
   
   Copyright © 2000-2003 Apache Software
   Foundation.  All rights Reserved.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html

2003-09-30 Thread antoine
antoine 2003/09/30 12:45:10

  Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH cvs.html
  Log:
  v1.11.7 of cvs has been released.
  Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.18.2.2  +2 -2  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.1
  retrieving revision 1.18.2.2
  diff -u -r1.18.2.1 -r1.18.2.2
  --- cvs.html  22 Sep 2003 15:42:37 -  1.18.2.1
  +++ cvs.html  30 Sep 2003 19:45:10 -  1.18.2.2
  @@ -168,8 +168,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 http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs.html"; 
target="_top">the cvs manual for details,
  -specifically the http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_16.html"; 
target="_top">Guide to CVS commands
  +above. See http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs.html"; 
target="_top">the cvs manual for details,
  +specifically the http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_16.html"; 
target="_top">Guide to CVS commands
   
   Copyright © 2000-2003 Apache Software
   Foundation.  All rights Reserved.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: ant/docs/manual/CoreTasks cvs.html

2003-03-10 Thread stevel
stevel  2003/03/09 23:04:24

  Modified:docs/manual/CoreTasks cvs.html
  Log:
  point out that CVS is a requirement
  
  Revision  ChangesPath
  1.16  +3 -0  ant/docs/manual/CoreTasks/cvs.html
  
  Index: cvs.html
  ===
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/cvs.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- cvs.html  19 Feb 2003 09:23:19 -  1.15
  +++ cvs.html  10 Mar 2003 07:04:24 -  1.16
  @@ -13,6 +13,9 @@
   http://www.cvshome.org/"; target="_top">CVS repository.
   When doing automated builds, the get task should be
   preferred over the checkout command, because of speed.
  +ImportantThis task needs "cvs" on the path. If it isn't, you will 
get
  +an error (such as error 2 on windows). If  doesn't work, try and 
execute
  +it from the command line in the target directory you are working in.
   Parameters