
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.