Subject: Re: CVS anon stuff
To: Current NetBSD users <current-users@netbsd.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 03/30/2000 10:21:01
On Wed, 29 Mar 2000, Grey Wolf wrote:
> and I can log in via cvs login, but when I go to do a 'cvs co syssrc/sys'
> as requested, it insists on creating a syssrc dir under /usr/src.

Try "cvs checkout -d sys syssrc/sys", which tells it to put the
checked-out files in a subdirectory called "sys" instead of the default
"syssrc/sys".

--apb (Alan Barrett)