Error when trying to run cvs through Runtime.exec()

0

I usually use WinCVS, but I'm trying to write a Java app to automate some of the build/deployment tasks. If I run cvs -n update from the command line, I get the results of the query. If I run it via Runtime.exec() I get the below error. Any ideas? Running on a Windows 7 machine.

cvs update: warning: unrecognized response 'error: Failed to create SSH connection server' from cvs server
cvs update: warning: unrecognized response 'error: Error (0x80090006): Invalid Signature.' from cvs server
cvs [update aborted]: end of file from server (consult above messages if any)
java
windows-7
cvs
runtime.exec
wincvs
asked on Stack Overflow Nov 27, 2012 by Stinky • edited Nov 27, 2012 by Andrew Thompson

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0