CVS Checkout fails

2005-09-15 Thread jstallard
I'm getting the following error when checking out modules from CVS (with label): All the files int the CVS module are listed here, ...then cvs checkout: cannot open CVS/Entries for reading: No such file or directory I don't get this if no label is specified. Is this normal behavior? -

Re: Are there ANT tasks for SFTP?

2005-09-08 Thread jstallard
Thanks, Fintan, however, scp is a wrapper for sshexec for file transfers. according to the library vendor JSch (JSch.jar), 'SSH File Transfer Protocol version 4' is listed as a to do. I'm not sure what the advantage of sftp is over ftp over ssh. We may be able to get by with scp. James On "Fi

Are there ANT tasks for SFTP?

2005-09-08 Thread jstallard
Hello ANT users, I'm building a ANT deploy script that needs to use SFTP. I see FTP and SshExec in the optional tasks, but nothing on SFTP. Does anyone know if an sftp task has been attempted or requested? Thanks, James Stallard --