Re: Checking out with CVS_RSH=ssh using ant

2005-05-27 Thread Antoine Levy-Lambert
Hello Todd, have a look at the task, maybe you would need to use it. It contains also a caveat concerning CVSNT. Which cvs.exe are you using ? And which ssh ? You might want to start ant with -debug or -verbose as a command line option, I think that in this case the command lines which are se

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
IL PROTECTED] Sent: Wednesday, May 25, 2005 11:36 AM To: user@ant.apache.org Subject: RE: Checking out with CVS_RSH=ssh using ant Todd, I just implemented something similar this weekend, though our techniques are different. I used command-line CVS in conjunction with Putty to directly access CV

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
tails. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- From: Todd Nine Sent: 2005-05-24 22:04:32 Subject: Checking out with CVS_RSH=ssh using ant Hi all, I'm trying to execute an ant target th

Checking out with CVS_RSH=ssh using ant

2005-05-24 Thread Todd Nine
Hi all, I'm trying to execute an ant target that checks out server configuration files and uploads them to all of the nodes in a cluster. I have the upload part working if I pull the configurations down from CVS manually, but I can't seem to get the cvs task to work correctly. Here is my cvs tas