Subject: Re: CVS difficulties
To: Mipam <mipam@ibb.net>
From: Steve Tremblett <sjt@cisco.com>
List: netbsd-help
Date: 07/25/2002 12:33:04
+---- Mipam wrote:
| 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.

But you'll notice I've already tried that and failed:

# export CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
# cvs login
cvs login: can only use pserver method with `login' command
cvs [login aborted]: CVSROOT: anoncvs@anoncvs.netbsd.org:/cvsroot

-- 
Steve Tremblett
Cisco Systems