Hi, i have seen similar posts but nothing that helps me.
We have a CVS respository on the network accessed via ssh. Eclipse works fine, as does the cygwin command line. Getting Ant to talk to the repository however does not work. Here is my code: <target name="update" depends="prepare" description="update code."> <cvs command="update" cvsRoot=":ext:[EMAIL PROTECTED]:/Software-repository/JAC/Working" cvsRsh="ssh" package="Persistence" dest="${dir.cvsout}" /> </target> Ant just seems to hang. It may be expecting a password/key but i do not know how to provide it. Any help appreciated!! Rakesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]