I am trying to build nightly from a CVS repository. I have the shell script running every night at 2am, and I have ant running. The last part is having it update via CVS. Now it is extssh, and I cannot pass 2 keys to permit no authentication. I was wondering how I could pass a password to CVS through the shell script. I don't mind having cleartext password, because it is a user whos only privledge is logging into CVS. Secondly, I can't make it anonymous. It would be great if I could run something like 'cvs update < password'.
11/19/2007 5:29:46 PM
http://sourceforge.net/docs/F02/
11/19/2007 5:32:50 PM
I can't use keys. I don't have control of/modification privileges on the server, just the client.
11/19/2007 5:36:11 PM
If anyone is interested in the answer, it looks like it might be the following, will let you know later if it works:http://www.linuxforums.org/forum/linux-programming-scripting/14689-telnet-bash-script.html[Edited on November 20, 2007 at 10:16 AM. Reason : .]
11/20/2007 10:13:57 AM