Subject: Re: Using build.sh, a question
To: Brian Buhrow <buhrow@lothlorien.nfbcal.org>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 05/23/2003 16:50:58
On Thu, May 22, 2003 at 11:41:47PM -0700, Brian Buhrow wrote:
  | 	Hi Luke.  I'm now wondering if the cvs server is giving bad data to
  | the users who get it via anonymous cvs.  the reason is that I completely
  | wiped out my /var/tmp/netbsd (release [DESTDIR] directory), /usr/obj, and
  | /usr/src.
  | then, using:
  | 
  | :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
  | as my cvs root, I did:
  | cvs checkout src/

Unlses you have "checkout -P" in ~/.cvsrc, you'll need to use
    cvs checkout -P src


  | This went through and created the entire source tree.  However, it created
  | some additional directories which appear to be extraneous:
  | src/usr.bin/ktrace/ktrace (is a directory not a file)
  | src/usr.bin/man/man (is a directory, not a file)
  | src/usr.sbin/mrouted/mrouted (is a directory, not a file)



Luke.