Hi.
I'm trying to check out the Mylyn project from Eclipse. However, I can't use Eclipse to check out the projects and am having to do it via the command line. I'm behind a firewall so am basing my attempt on http://wiki.eclipse.org/CVS_Howto#CVS_and_firewalls.
I'm not very familiar with CVS.
When I run my CVS command, it fails to connect:
cvs -td :pserver:
[email protected]:443/cvsroot/tools checkout mylyn
-> main: Session ID is w4PO5KiMwQmaD6uu
-> main loop with CVSROOT=/cvsroot/tools
-> safe_location( where=(null) )
-> open_connection_to_server (:pserver:
[email protected]:443/cvsroot/tools)
-> Connecting to proxy.eclipse.org(206.191.52.48):443.
cvs [checkout aborted]: unrecognized auth response from proxy.eclipse.org: SSH-1.99-OpenSSH_4.2
Can anyone tell me what I'm doing wrong?
Thanks