Subject: Updating CVS for 1.6
To: None <netbsd-help@netbsd.org>
From: Johan A. van Zanten <johan@brahma.giantfoo.org>
List: netbsd-help
Date: 03/03/2003 14:26:52
 Greetings.  I'm attempting to update my NetBSD 1.6  /usr/src from via
 CVS. This is the first time i've attempted to do this since untaring the
 1.6 sources.

Here's what i'm doing:

CVSROOT=:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
export CVSROOT
CVS_RSH=ssh
export CVS_RSH

cd /usr
cvs login
cd src
cvs update -d -P -r netbsd-1-6


 I get a lot of warnings about ignoring compile directories in
 src/sys/arch, and then:

cvs server: Updating .
cvs server: cannot open directory /cvsroot/basesrc: No such file or
directory
cvs server: skipping directory


 Any ideas? Something CVSish in my source tree hosed?

 -johan