Subject: Re: anoncvs.fr updating problem
To: None <current-users@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 06/20/2002 18:51:45
On Thu, Jun 20, 2002 at 11:39:11AM +0300, Tomi Nylund wrote:
> Hello,
> 
> when trying to update my source tree from anoncvs.fr.netbsd.org,
> I received the following error:
> 
> sikw4:(root)/usr# cvs update -d -P -D 20020618 src
> 
> cvs update: ignoring src/sys/arch/acorn26/compile (CVS/Repository
> missing)
> 
> ...
> 
> cvs update: ignoring src/sys/arch/x86_64/compile (CVS/Repository
> missing)
> ssh: zathras.local: No address associated with hostname
> cvs [update aborted]: end of file from server (consult above messages if
> any)
> sikw4:(root)/usr# 
> 
> And that's it. Something borken there, or has the config
> changed lately? (Worked appr. two weeks ago with same config)
> 
> sikw4:(root)/usr# echo $CVSROOT
> :ext:anoncvs@anoncvs.fr.netbsd.org:/pub/NetBSD-CVS

Looks like some of your CVS files are corrupted, or inexistent in the case
of the first 2 errors.
Do:
rm -rf src/sys/arch/acorn26/compile src/sys/arch/x86_64/compile
and then use
cvs -d $CVSROOT
(instead of 'CVS') to override the contents of the CVS/Root directories.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--