Subject: Re: "cvs update: move away src/file.whatever; it is in the way"
To: None <current-users@NetBSD.org>
From: Art Lemasters <slemas1@mindspring.com>
List: current-users
Date: 02/01/2004 21:44:44
Jan Schaumann wrote:
> Art Lemasters <slemas1@mindspring.com> wrote:
>> And how can this be done with ssh? The following, per documentation
>>instruction, is not working.
>>
>> "* netbsd.stevens-tech.edu
>> Hoboken, NJ
>> Instructions: for ssh:
>> 'CVSROOT=anoncvs@netbsd.stevens-tech.edu:/cvsroot; CVS_RSH=ssh'."
>
>
> What do you mean by ``it is not working''? What is the error you get?
>
> I know that the network connection to that mirror did have some severe
> issues during the last week, but hopefully those are resolved by now (or
> will be very soon).
First, after some time, the server times out with
"netbsd.stevens-tech.edu: Connection timed out."
The next line is
"cvs [checkout aborted]: end of file from server (consult above messages
if any)."
BTW, I follow
CVSROOT=anoncvs@netbsd.stevens-tech.edu:/cvsroot; CVS_RSH=ssh
with
cd /usr
then
cvs -z5 checkout -PA src
But ah, I'm using bash (my aging human memory, you know)! So
I do,
CVS_RSH=ssh
CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot
export CVS_RSH CVSROOT
cvs -z5 checkout -PA src
and that's a no-go, with the server response,
ssh_exchange_identification: Connection closed by remote host
cvs [checkout aborted]: end of file from server (consult above
messages if any)
Art