Can't connect to CVS via ssh (Dev-C++ 4.9.9.2)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Perhaps I didn't understand how it works, but I
couldn't connect with my CVS server using ssh.
Although I checked "Use SSH instead of RSH" in the
global options, it seems it's still not using ssh..
Running "cvs -z3 -d
:ext:me@my_server:22/var/local/cvs checkout MyModule"
(in "D:\temp\")
cvs checkout: bad CVSROOT - Cannot specify port:
:ext:me@my_server:22/var/local/cvs
cvs [checkout aborted]: Bad CVSROOT.
Command complete (exit code: 1)
Also, I couldn't find where to configure (if it can be
configured) ssh.exe's path.
Logged In: YES
user_id=709713
Set the Path in "Windows System Control" <- Sorry
in German "Windows Systemsteuerung"
to include the path where your ssh.exe is located so that
echo %PATH% in commandprompt shows the path to your ssh.exe too.
So you can type in the commnd prompt ssh and it should run
the exe.
For this Port error message, just leave the Port field in
devcpp empty, no "22" !. That should make it work.