From owner-freebsd-stable Thu Jun 6 10:36:44 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA19253 for stable-outgoing; Thu, 6 Jun 1996 10:36:44 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA19248 for ; Thu, 6 Jun 1996 10:36:41 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id KAA16661 for ; Thu, 6 Jun 1996 10:36:39 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id LAA26003; Thu, 6 Jun 1996 11:32:29 -0600 Date: Thu, 6 Jun 1996 11:32:29 -0600 From: Nate Williams Message-Id: <199606061732.LAA26003@rocky.sri.MT.net> To: grog@lemis.de (Greg Lehey) Cc: nate@sri.MT.net (Nate Williams), freebsd-stable@freebsd.org (FreeBSD Stable Users) Subject: Re: Mega-Commit cleanups In-Reply-To: <199606061647.SAA03910@allegro.lemis.de> References: <199606061615.KAA25736@rocky.sri.MT.net> <199606061647.SAA03910@allegro.lemis.de> Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >> Well that tells me everything. If it's correct, do explain. And why > >> doesn't cvs update check out the correct version if this is the way to > >> do things? > > > > How are you checking things out? > > cd /usr/src > cvs update -P -d Ahh, that's the problem. CVS doesn't 'keep' it's sticky tags when you checkout new files, so any new directories created will be created as if from the HEAD revision (ie; current). You need to explicitly force the stable branch. 'cvs update -Pdr RELENG_2_1_0' And you'll get all the good stuff. :) Nate