Date: Wed, 21 Feb 2001 12:35:21 +0100 From: Bernd Walter <ticso@cicely5.cicely.de> To: Alfred Perlstein <alfred@FreeBSD.ORG> 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> In-Reply-To: <20010220141104.A6641@fw.wintelcom.net>; from alfred@FreeBSD.ORG on Tue, Feb 20, 2001 at 02:11:04PM -0800 References: <200102202207.f1KM7ap01441@freefall.freebsd.org> <20010220141104.A6641@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <ctype.h> > @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010221123521.A50107>