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
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 CVS from Windows (XP), without the need for CYGWIN. If this option might be of interest, let me know and I'll provide the details. J