2

I have an "org.eclipse.team.internal.ccvs.ssh2..." error leading to a Connection Timeout downloading a CVS repository using extssh.

I have tried installing different versions of Eclipse, still the same Connection Timeout issue exists.

I can download other svn/git projects. Only this CVS repository has issues. I have checked my Java version and tried to pull the code using command line.

Screenshot showing the error:
enter image description here

When I tried to pull code from command prompt:
enter image description here

Community
  • 1
  • 1
Manojkumar
  • 1,351
  • 5
  • 35
  • 63

1 Answers1

0

This looks like a firewall problem. Go to Preferences -> General -> Network connections to set your proxies, etc.

Also, the reason this won't work on the command line is that the extssh protocol is not defined for the command line. You should be able to use ssh or pserver (for anonymous access).

Andrew Eisenberg
  • 28,387
  • 9
  • 92
  • 148