[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers] Cannot access gcc CVS repository
From: |
Sylvain Beucler |
Subject: |
Re: [Savannah-hackers] Cannot access gcc CVS repository |
Date: |
Sat, 11 Dec 2004 14:46:18 +0100 |
User-agent: |
Mutt/1.4.2.1i |
Hi,
Did you set the CVS_RSH environment variable to ssh?
(export CVS_RSH=ssh under GNU Bash)
I get the same error message when I unset this variable.
--
Sylvain
On Fri, Dec 10, 2004 at 12:21:25AM +0400, Kailash Balnac wrote:
> hi all,
> I'm trying to checkout gcc as per instructions on
> http://gcc.gnu.org/cvs.html but ended up with the following error:
>
> address@hidden cvs]$ cvs -d
> :ext:address@hidden:/cvsroot/gcc -qz9 checkout -P gcc
> savannah.gnu.org: Connection timed out
> cvs [checkout aborted]: end of file from server (consult above messages
> if any)
> address@hidden cvs]$
>
> I am a rookie as far as CVS is concerned. Can anybody help me sort this
> out? I used dialup connection, would this be an issue?
>
> Thanks