Subject: Re: CVS difficulties
To: Steve Tremblett <sjt@cisco.com>
From: Mipam <mipam@ibb.net>
List: netbsd-help
Date: 07/25/2002 17:39:49
Try this:

setenv CVS_RSH ssh
setenv CVSROOT anoncvs@anoncvs.netbsd.org:/cvsroot
cd /usr
cvs checkout -rnetbsd-1-5 -PA src

Or you could use another CVSROOT of course.

Or when you insist to use pserver:

setenv CVSROOT :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
cvs login
(anoncvs password)
and then cvs checkout bla bla

In the latter case you shouldnt use CVS_RSH of couse.
Bye,

Mipam.