How do I check out Eclipse projects from CVS using the command line

Posted by Jeff James on Stack Overflow See other posts from Stack Overflow or by Jeff James
Published on 2010-04-08T10:13:34Z Indexed on 2010/04/08 20:23 UTC
Read the original article Hit count: 362

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cvs