From owner-freebsd-stable Tue Aug 19 13:08:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA02324 for stable-outgoing; Tue, 19 Aug 1997 13:08:15 -0700 (PDT) Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id NAA02317 for ; Tue, 19 Aug 1997 13:08:11 -0700 (PDT) Received: from stuyts by ns.NL.net (5.65b/NLnet1.3) id AA09076; Tue, 19 Aug 1997 22:01:49 +0200 Received: from daneel.stuyts.nl (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.8.7/8.8.5) with ESMTP id VAA02107 for ; Tue, 19 Aug 1997 21:53:05 +0200 (MET DST) Received: (from benst@localhost) by daneel.stuyts.nl (8.8.5/8.8.5) id VAA06781 for stable@FreeBSD.ORG; Tue, 19 Aug 1997 21:52:47 +0200 (MET DST) Message-Id: <199708191952.VAA06781@daneel.stuyts.nl> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Tue, 19 Aug 97 21:52:44 +0200 To: stable@FreeBSD.ORG Subject: cvs keeps putting src/contrib/tcl/library/http1.0 back in Reply-To: ben@stuyts.nl X-Unexpected: The Spanish Inquisition Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I'm having a problem with cvs. I have checked out the full source tree of RELENG_2_2. Lately, make world falls over, because 'cvs update -d -P' insists on checking out /usr/src/contrib/tcl/library/http1.0/ (and files below it) that are part of current, not stable. I think this should not happen, because the Tag file in /usr/src/contrib/tcl/library/CVS clearly has RELENG_2_2 in it. The only way to prevent this from happening is to use 'cvs update -d -P -r RELENG_2_2' each time. Is this a bug in cvs, or am I mistaken? Best regards, Ben