Subject: Re: Upgrading from 1.5.2 to -current?
To: Geoff Adams <gadams@avernus.com>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: port-sparc
Date: 04/22/2002 15:50:45
On Sun, Apr 21, 2002 at 07:46:51PM -0400, Geoff Adams wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sunday, April 21, 2002, at 06:25 PM, Brad Knowles wrote:
> 
> > 	Let me quote another section from that same document:
> >
> > | To just update the 1.5 release source tree if you already got one:
> > |
> > | % setenv CVSROOT :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
> > | % cd /usr
> > | % cvs login
> > | password: anoncvs
> > | % cvs -d $CVSROOT update -rnetbsd-1-5 -PAd src
> > |
> > |
> > | Or by ssh:
> > |
> > | % setenv CVS_RSH ssh
> > | % setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot
> > | % cd /usr
> > | % cvs -d $CVSROOT update -rnetbsd-1-5 -PAd src
> 
> To me, that looks like a copy-paste bug in the documentation. The 
> "update" instructions should read:
> 
>      % cd /usr/src
>      % cvs update -rnetbsd-1-5 -PAd
> 
> and
> 
>      % setenv CVS_RSH ssh
>      % cd /usr/src
>      % cvs update -rnetbsd-1-5 -PAd
> 
> respectively.
> 
> (Note that there's no need to set the CVSROOT, since cvs will get that 
> from the CVS directories, and there's particularly no need to set it 

You have to set the CVSROOT if you want to use a different anoncvs server.

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