cvsnt in jdeveloper
398584Jul 8 2003 — edited Nov 30 2005I'm trying to get CVS to work from within Jdeveloper over an ssh connection.
I'm using cvsnt version 2.1.1.
cvs works fine on the command line.
If I log into the CVS repository from the command prompt and then run Jdeveloper, I can setup a connection and the connection wizard reports that the connection test is successful.
However, when I try importing or checking out a module Jdeveloper times out. I have set the time out to 300 seconds and it still times out.
The strange thing is that it displays commands in the cvs client log windows like
cvs -d :ssh:bob@server.net:/home/bob/cvsroot/ checkout strutver2
That work fine if I try them on the command prompt.
Any idea what is happening?
Thanks in advance for any suggestions.