From owner-freebsd-stable@FreeBSD.ORG Fri Sep 19 01:16:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98DF16A4B3; Fri, 19 Sep 2003 01:16:22 -0700 (PDT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA9843F75; Fri, 19 Sep 2003 01:16:21 -0700 (PDT) (envelope-from des@des.no) Received: from smtp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id BBB5A785BA; Fri, 19 Sep 2003 10:16:20 +0200 (MEST) Received: by smtp.des.no (Pony Express, from userid 666) id 8F54099D64; Fri, 19 Sep 2003 10:16:20 +0200 (CEST) Received: from dwp.des.no (dwp.des.no [10.0.0.4]) by smtp.des.no (Pony Express) with ESMTP id BF70899D4D; Fri, 19 Sep 2003 10:16:16 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 9EA12B84A; Fri, 19 Sep 2003 10:16:16 +0200 (CEST) To: "Scott R. Sewall" References: <200309190725.h8J7PojS032794@gw.catspoiler.org> <3F6AB822.8070809@ix.netcom.com> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 19 Sep 2003 10:16:16 +0200 In-Reply-To: <3F6AB822.8070809@ix.netcom.com> (Scott R. Sewall's message of "Fri, 19 Sep 2003 01:02:42 -0700") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=-3.0 required=8.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_GNUS_UA version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Don Lewis cc: freebsd-stable@FreeBSD.org Subject: Re: Help running 'make release' w/ r/o CVSROOT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 08:16:23 -0000 "Scott R. Sewall" writes: > My CVS repository does not have the file val-tags. I also don't see > this file on the web interface > to the CVS repository at freebsd.org. How is this file created? It is created by cvs and updated every time you use a tag with -r or -j which isn't already listed in val-tags. It's a major PITA, but you can fairly easily disable it by adding a return statement right after the syntax checks in tag_check_valid() (i.e. somewhere around line 1212) in src/contrib/cvs/src/tag.c. Another solution would be to distribute repoman's val-tags along with the rest of the repo, but for some reason val-tags in on cvsup's exclude list. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no