From owner-cvs-all Wed Feb 21 3:35:20 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id A00A637B491; Wed, 21 Feb 2001 03:35:13 -0800 (PST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely7.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f1LBZ8F07053 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Wed, 21 Feb 2001 12:35:10 +0100 (MET) Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5]) by cicely7.cicely.de (8.11.2/8.11.2) with ESMTP id f1LBZLd09570; Wed, 21 Feb 2001 12:35:21 +0100 (CET) (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.11.1/8.11.1) id f1LBZLN50134; Wed, 21 Feb 2001 12:35:21 +0100 (CET) (envelope-from ticso) Date: Wed, 21 Feb 2001 12:35:21 +0100 From: Bernd Walter To: Alfred Perlstein Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, peter@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/vinum Makefile commands.c list.c v.c vext.h vinum.8 src/sys/dev/vinum vinum.c vinumvar.h Message-ID: <20010221123521.A50107@cicely5.cicely.de> References: <200102202207.f1KM7ap01441@freefall.freebsd.org> <20010220141104.A6641@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010220141104.A6641@fw.wintelcom.net>; from alfred@FreeBSD.ORG on Tue, Feb 20, 2001 at 02:11:04PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Feb 20, 2001 at 02:11:04PM -0800, Alfred Perlstein wrote: > Index: sbin/vinum/v.c > =================================================================== > RCS file: /home/ncvs/src/sbin/vinum/v.c,v > retrieving revision 1.30 > diff -u -r1.30 v.c > --- sbin/vinum/v.c 2000/09/03 01:29:29 1.30 > +++ sbin/vinum/v.c 2001/02/20 21:06:10 > @@ -36,8 +36,8 @@ > * otherwise) arising in any way out of the use of this software, even if > * advised of the possibility of such damage. > * > - * $Id: v.c,v 1.30 2000/05/07 04:20:53 grog Exp grog $ > - * $FreeBSD: src/sbin/vinum/v.c,v 1.30 2000/09/03 01:29:29 grog Exp $ > + * $Id: v.c,v 1.30 2000/09/03 01:29:29 grog Exp $ > + * $FreeBSD: src/sbin/vinum/v.c,v 1.29 2000/06/07 04:12:39 grog Exp $ > */ > > #include > @@ more changes > ... > > even when the file is up to date. > > Why is this happening? Your working file hasn't been check out using CVSROOT/options. That means the $FreeBSD$ Tag wasn't expanded and you got the commited version instead. The best sign for this is that accidently the default $Id$ Tag was expanded. Remove the working file and cvs update to revive it with the propper tagexpansion. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message