Subject: Re: anoncvs says
To: Andrew Gillham <gillhaa@ghost.whirlpool.com>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 03/29/2000 22:47:37
On Wed, 29 Mar 2000, Andrew Gillham wrote:

> Leonard Sitongia writes:
> > I'm trying to track NetBSD-current as according to
> > http://www.netbsd.org/Documentation/current/
> > 
> > First, it appears that it uses a CVSROOT different from what I set
> > the environmental to in root's login, so I have to do
> 
> You must have 'CVS' directories already, which will have a 'Root' file
> pointing to the wrong CVS server. (e.g. not to the anoncvs one)
> 
> You can do something like this: (with CVSROOT set correctly)
> 	# find /usr/src -type d -name CVS -print | xargs rm -fr
> 	# cd /usr/src
> 	# cvs update -d -P

Oh, No! Don't remove the CVS directories, or cvs will choke, and
demand you move everything out of the way. Just fix the CVS/Root files.