From: lang2 <wzh...@po...> - 2003-01-16 13:34:47
|
> I can't keep sync wiht CVS now.My problem is > that I can't connect to sourceforge directly,I must use porxy. > And I don't know how to set proxy for CVS. > when I input cvs -z3 -d:ext:ye...@cv...:/cvsroot/vimcdoc co doc, > the message is: > cvs.sourceforge.net:connection timed out, > cvs[checkout aborted]:end of file from server(consult above message if any). How about 'export http_proxy=bla:bla' ? I know it works for lynx but not sure if it will work for ssh. And here is what sourceforge says: How can I access CVS services from behind a firewall? » | feedback | support Access to the project CVS servers is provided via SSH (for developers) and the CVS pserver protocols (for non-developers). SSH uses TCP port 22; CVS pserver uses TCP port 2401. Many firewalls block outbound traffic on these ports, thus preventing SourceForge.net developers and users from accessing the project CVS servers. To work around this limitation, we now offer the ability to connect to the project CVS servers using alternate ports (using different hostnames). To access the project CVS server using SSH from behind a firewall, you may connect to port 80 of cvs-ssh.sourceforge.net. Traffic to port 80 of cvs-ssh.sourceforge.net is redirected to cvs.sourceforge.net. The SSH host fingerprint for cvs-ssh.sourceforge.net will match that of cvs.sourceforge.net. To access the project CVS server using anonymous pserver-based access from behind a firewall, you may connect to port 80 of cvs-pserver.sourceforge.net. Traffic to port 80 of cvs-pserver.sourceforge.net is redirected to cvs.sourceforge.net. http://sourceforge.net/docman/display_doc.php?docid=768&group_id=1#firewall Give it a try. Good luck! lang2 |