From owner-freebsd-www Wed Aug 7 5:35:13 2002 Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B7AB37B400; Wed, 7 Aug 2002 05:35:10 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1BF443E70; Wed, 7 Aug 2002 05:35:06 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from freno.cs.tu-berlin.de (wosch@freno.cs.tu-berlin.de [130.149.17.167]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id OAA05939; Wed, 7 Aug 2002 14:30:07 +0200 (MET DST) Received: (from wosch@localhost) by freno.cs.tu-berlin.de (8.9.3/8.9.3) id OAA00687; Wed, 7 Aug 2002 14:30:07 +0200 (MET DST) Date: Wed, 7 Aug 2002 14:30:07 +0200 From: Wolfram Schneider To: =?iso-8859-1?Q?Ville_Skytt=E4_=3Cscop=40FreeBSD=2EORG=3E?=@cs.tu-berlin.de Cc: freebsd-gnats-submit@freebsd.org, yar@freebsd.org, trhodes@freebsd.org, freebsd-www@freebsd.org, freebsd-cvsweb@freebsd.org Subject: Re: www/41312: RCS IDs are off-by-one in the NetBSD cvsweb tree Message-ID: <20020807143007.A578@freno.cs.tu-berlin.de> References: <1028709425.14159.292.camel@bobcat.ods.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <1028709425.14159.292.camel@bobcat.ods.org>; from scop@FreeBSD.ORG on Wed, Aug 07, 2002 at 11:37:04AM +0300 Sender: owner-freebsd-www@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2002-08-07 11:37:04 +0300, Ville Skyttä wrote: > It's not a CVSweb nor www/ bug, but a problem (?) in FreeBSD's NetBSD > CVS repository. Witness (on freefall.FreeBSD.org): > > $ cvs -R -d/usr/local/www/cvsroot/NetBSD co -r 1.88 syssrc/sys/dev/usb/umass.c > U syssrc/sys/dev/usb/umass.c > $ head -1 syssrc/sys/dev/usb/umass.c > /* $NetBSD: umass.c,v 1.87 2002/03/17 18:02:53 augustss Exp $ */ > $ > > I'm not sure what should be done with this, forwarded to the CVS admins? FreeBSD has a patched cvs(1) command which expand the keyword '$FreeBSD$' by default during a cvs checkout. If you want expand other rcs keywords as well (e.g. $NetBSD$, $OpenBSD$) you must configure cvs. From my memory, this problems was fixed years ago in cvsweb.conf or cvsweb.conf-netbsd. -Wolfram -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message