
I'm trying to download the entire CVS following the instrucctions at http://otrs.org/pages/index.pl?Site=Download "... The CVS tree has read only anonymous access. Follow these simple steps and you can have your very own copy of the CVS tree. To get the current code: cvs -d :pserver:anonymous@cvs.otrs.org:/home/cvs login (the password is: cvs) " and got this: " [root@helpdesk root]# cvs -d :pserver:anonymous@cvs.otrs.org:/home/cvs login Logging in to :pserver:anonymous@cvs.otrs.org:2401/home/cvs CVS password: cvs [login aborted]: connect to cvs.otrs.org(62.146.142.37):2401 failed: Connect ion timed out [root@helpdesk root]# " If I do the other option: " cvs -z3 -d :pserver:anonymous@cvs.otrs.org:/home/cvs co otrs " I've got this: "[root@helpdesk root]# cvs -z3 -d :pserver:anonymous@cvs.otrs.org:/home/cvs co ot rs cvs [checkout aborted]: connect to cvs.otrs.org(62.146.142.37):2401 failed: Conn ection timed out [root@helpdesk root]# " How can I do to download it? Thanks, Diego.

Hi Diego, On Fri, Dec 27, 2002 at 01:21:11PM -0300, Diego Fernandez wrote:
I'm trying to download the entire CVS following the instrucctions at http://otrs.org/pages/index.pl?Site=Download
"... The CVS tree has read only anonymous access. Follow these simple steps and you can have your very own copy of the CVS tree.
To get the current code: cvs -d :pserver:anonymous@cvs.otrs.org:/home/cvs login (the password is: cvs) "
and got this: " [root@helpdesk root]# cvs -d :pserver:anonymous@cvs.otrs.org:/home/cvs login Logging in to :pserver:anonymous@cvs.otrs.org:2401/home/cvs CVS password: cvs [login aborted]: connect to cvs.otrs.org(62.146.142.37):2401 failed: Connect ion timed out [root@helpdesk root]# " [...] How can I do to download it?
The "Connection timed out" is the problem. Try it again. It works fine for the rest of us. Make sure that your machine can connect to cvs.otrs.org (e. g. direct, NAT, ...)! Also check "ping cvs.otrs.org" and "telnet cvs.otrs.org 2401" ... Maybe it's a firewall problem.
Thanks, Diego.
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
participants (2)
-
Diego Fernandez
-
Martin Edenhofer