Subject: Re: Question about cvs
To: None <netbsd-users@netbsd.org>
From: Huub <huubvanniekerk@gmail.com>
List: netbsd-users
Date: 04/16/2006 10:30:40
>
> You should also note that pkgsrc-current.tar.gz could be up to a
> week old.
>
> Alternatively you could do (and what I use to get pkgsrc current
> and keep uptodate):
>
> setenv CVSROOT :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot
> cd /usr
> cvs checkout -A -P pkgsrc
>
> And then to update do
>
> setenv CVSROOT :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot
> cd /usr/pkgsrc
> cvs update -A -Pd
>
I put these instructions in seperate bash-files and get the error
"setenv" can't be found. Is this for a different shell?