Community
Participate
Eclipse IDE
When attempting to connect to a repository using the EXT connection method, the error that results from a timeout is something like "Unsupported response received from server: ". This is not very helpfull.
I should clarify that the problem was that the server was unreachable so the connection could not be made.
Reading of stderr is not expose in the CVS connection API. Thus the errors returned from the ssh client are sent to stderr and are not read by the CVS message loop.
The same error is shown if the password is incorrect.
Unfortunately, it appears that the ssh connection provides some data on the stdin (resutling in an invalid reponse) before any message is passed on stderr (at least with plink.exe). This complicates the attemp to discover if an error occured. I will attach my first attempt at a fix that revealed this.
Created attachment 1979 [details] First attempt that failed
Created attachment 1980 [details] First attempt that failed
*** Bug 10159 has been marked as a duplicate of this bug. ***
No action for 2.1.
This bug has not been touched for 2 years. Closing as WONTFIX. Please reopen if you feel this is still an important issue.
Using Eclipse 3.1.1, Hummingbird Secure Shell 10.0.0.8, ssh2, and cvs 1.11.1p1, I am seeing the same error when using the "ext" connection method: "Error fetching resource list from repository. Reason: Unknown response received from cvs server: *** ssh2 starting connection: 11/17/05 14:18:51" Has anyone else been able to connect to an external cvs repository using Eclipse 3.1.1 over an ssh2 connection? Using the built-in ssh2 plug-in also returns the same error message.