Subject: Re: Updating a Stable BSD Release
To: None <netbsd-help@netbsd.org>
From: Jan Schaumann <jschauma@netmeister.org>
List: netbsd-help
Date: 07/08/2003 17:11:22
Richard Ibbotson <richard@sheflug.co.uk> wrote:

> > cd /usr
> > rm -fr /usr/src
> > export CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot
> > cvs co -r netbsd-1-6 -dP src
> 
> 
> Hmmmm...  did 'export CVSROOT-anon' ... etc ....  and got this...
> 
> " export: command not found "
>
> Not quite sure what this means with NetBSD ?

It means the same thing it would mean under any other unix-like
operating system.

Should have written "export modulo ${SHELL}".

> What next.

Try

cd /usr
rm -fr /usr/src
cvs -d anoncvs@anoncvs.netbsd.org:/cvsroot co -r netbsd-1-6 -P src

Also, remember to set CVS_RSH to ssh, using the appropriate technique
for your shell (ie export if it's a bourne-like shell, setenv if it's a
csh etc.).

Using google and the manual pages to look up any errors like the above
might prove helpful, too.

-Jan 

-- 
"Ford," he said, "you're turning into a penguin. Stop it."