Subject: Re: Differences in the NetBSD source, ftp and CVS
To: Bharani Chadalavada <bharani.chadalavada@nexsi.com>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: tech-kern
Date: 02/04/2001 13:06:45
On Sun, Feb 04, 2001 at 12:54:53PM +0100, Ignatios Souvatzis wrote:
>
> Looks like you didn't add the "-d" switch to the cvs command, which would
err, "-P" of course.
-P is "prune no-longer-used directories".
-d is "create directories not present yet" (only useful with cvs update,
not with cvs checkout)
Regards,
-is