From owner-freebsd-bugs Mon Apr 28 12:32:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA03320 for bugs-outgoing; Mon, 28 Apr 1997 12:32:43 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA03315 for ; Mon, 28 Apr 1997 12:32:41 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id FAA00744; Tue, 29 Apr 1997 05:29:29 +1000 Date: Tue, 29 Apr 1997 05:29:29 +1000 From: Bruce Evans Message-Id: <199704281929.FAA00744@godzilla.zeta.org.au> To: andreas@klemm.gtn.com, Shimon@i-Connect.Net Subject: Re: RELELNG_2_2 is Broken - Help!!! Cc: freebsd-bugs@FreeBSD.org, freebsd-hackers.freebsd.org@sendero.i-connect.net Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >ahc problems, scsi problems, etc. Besides, I may be dense and slow, but I >cannot get cvs to checkout for me any release other than current or >RELENG_2_2 without missing files, etc. > >> >> > Alternative: How do I checkout of CVS /usr/src/sys as of 13-Feb-97? >> It is >> > the last kernel I know of to exhibit usable level of stability. >> >> With the -D option, which allows you to checkout a release branch >> or HEAD (-current) at a certain date ... > >Except that is misses files this way (sys/lock.h and kern/kern_lock.c, >for example. does little to encourage me to trust it :-( These files were improperly imported from Lite2, and fixing the vendor branch screwed up the timestamps of the imports to the date of the fixups. Don't checkout the 13-Feb-97 version. 13-Feb-97 is just 4 days after the Lite2 version and shouldn't be expected to work. Check out the 9-Feb-97 version if you want to go back that far. Unfortunately the tree wasn't tagged before the Lite2 merge. Bruce