Hi,
I've got a Win2K client talking to a Linux CVS repository using WinCVS.
I'm investigating the automation of this using Ant.
The CVS repository is only accessible via SSH.

I'm having trouble getting the <cvs> task to do this. The relevant snippet
is:
<cvs command="update" cvsRoot="${cvs.root}" package="${cvs.package}"
dest="${cvs.target.dir}"/>
It fails with error=267.

Using Ant -debug, I'm able to confirm that the command being executed works
if I issue it on the command line.
Am I trying to do the impossible?
Cheers
Mark

Reply via email to