From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 27 12:50:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB98216A4CE for ; Mon, 27 Sep 2004 12:50:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE71443D1D for ; Mon, 27 Sep 2004 12:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8RCoMCZ035552 for ; Mon, 27 Sep 2004 12:50:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RCoMBD035551; Mon, 27 Sep 2004 12:50:22 GMT (envelope-from gnats) Date: Mon, 27 Sep 2004 12:50:22 GMT Message-Id: <200409271250.i8RCoMBD035551@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Subject: Re: bin/66877: $Id$ strings are a revision behind in cvsweb X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 12:50:23 -0000 The following reply was made to PR bin/66877; it has been noted by GNATS. From: Ruslan Ermilov To: Ceri Davies Cc: bug-followup@freebsd.org Subject: Re: bin/66877: $Id$ strings are a revision behind in cvsweb Date: Mon, 27 Sep 2004 15:40:27 +0300 On Mon, Sep 27, 2004 at 11:11:13AM +0000, Ceri Davies wrote: > This isn't a cvsweb problem; command line cvs does the same thing: > > $ cvs -R diff -u -p -r1.6 -r1.7 src/sys/netinet/in_pcb.h > Index: src/sys/netinet/in_pcb.h > =================================================================== > RCS file: /home/ncvs/src/sys/netinet/in_pcb.h,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -u -p -r1.6 -r1.7 > --- src/sys/netinet/in_pcb.h 9 Apr 1995 01:29:19 -0000 1.6 > +++ src/sys/netinet/in_pcb.h 9 Apr 1995 16:46:47 -0000 1.7 > @@ -31,12 +31,14 @@ > * SUCH DAMAGE. > * > * @(#)in_pcb.h 8.1 (Berkeley) 6/10/93 > - * $Id: in_pcb.h,v 1.5 1995/03/16 18:14:52 bde Exp $ > + * $Id: in_pcb.h,v 1.6 1995/04/09 01:29:19 davidg Exp $ > */ > > #ifndef _NETINET_IN_PCB_H_ > #define _NETINET_IN_PCB_H_ > > +#include > + > /* > * Common structure pcb for internet protocol implementation. > * Here are stored pointers to local and foreign host table > Indeed. This is because $Id$'s are updated on checkout, and FreeBSD no longer uses $Id$ for its internal purpose -- we use $FreeBSD$ instead. Moreover, our CVSROOT scripts will record un-expanded version of the tag ($FreeBSD$). For $Id$'s, you'll get what you see because it's what's actually stored in the repo, i.e., $Id$ are no longer expanded in FreeBSD. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer