Subject: Re: Updating a Stable BSD Release
To: Richard Ibbotson <richard@sheflug.co.uk>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 07/08/2003 13:55:52
On Tue, 8 Jul 2003, Richard Ibbotson wrote:
> > export CVSROOT=anoncvs@anoncvs.netbsd.org:/cvsroot
> Hmmmm... did 'export CVSROOT-anon' ... etc .... and got this...
>
> " export: command not found "
export is a sh, ksh, and bash internal command for setting variables in
the environment.
So you are probably using a C-shell. With csh, do something like:
setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot
Jeremy C. Reed
http://www.reedmedia.net/