Subject: Re: Problems with cvs
To: Paul Newhouse <newhouse@rockhead.com>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 03/24/2002 18:06:38
On Wed, Mar 20, 2002 at 06:43:57PM -0800, Paul Newhouse wrote:
> I'm trying to follow the instructions at:
> 
>     http://www.netbsd.org/Documentation/current/#using-anoncvs
> 
> I set CVSROOT and then try:
> 
>    cvs login anoncvs
> 
> I get:
> 
>   (Logging in to anoncvs@anoncvs.netbsd.org)
>   cvs login: authorization failed: server anoncvs.netbsd.org rejected access to /cvsroot for user anoncvs
>   cvs login: authorization failed: server anoncvs.netbsd.org rejected access

If you have ssh installed on your system, try setting CVS_RSH to ssh and
CVSROOT to anoncvs@anoncvs.netbsd.org:/cvsroot in your environment e.g.
with csh and tcsh:
	setenv CVS_RSH ssh
	setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot

Then "cvs checkout" and friends should work (IIRC, you don't need the login
unless using pserver).

best wishes,
Chris