From owner-freebsd-questions Fri Nov 15 2:27:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F0D37B401 for ; Fri, 15 Nov 2002 02:27:30 -0800 (PST) Received: from bellavista.cz (mail.bellavista.cz [62.168.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9691343E9E for ; Fri, 15 Nov 2002 02:27:25 -0800 (PST) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz ([10.1.0.1]) by bellavista.cz (8.9.3/8.9.8) with ESMTP id LAA16355 for ; Fri, 15 Nov 2002 11:26:59 +0100 Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id C29CC2FDAB2; Fri, 15 Nov 2002 11:26:25 +0100 (CET) Date: Fri, 15 Nov 2002 11:26:25 +0100 From: Roman Neuhauser To: freebsd-questions Subject: $CVSROOT/options file in FreeBSD cvs(1) Message-ID: <20021115102625.GG93948@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, I'm trying to make use of the FreeBSD hacks into cvs(1). I've read the Stijn Hoop's article in /usr/share/doc, and things partly works (I receive commit emails). What I can't get to work is custom tag expansion. roman@freepuppy ~/work/CVSROOT 1016:0 > grep -rI BVista . ./options:tag=BVista=CVSHeader ./options:tagexpand=iBVista ./cfg_local.pm:$IDHEADER = 'BVista'; roman@freepuppy ~/work/CVSROOT 1025:0 > grep -v ^# checkoutlist avail cfg.pm cfg_local.pm commit_prep.pl commitcheck commitinfo cvs_acls.pl cvsusers exclude log_accum.pl logcheck options rcstemplate readers tagcheck I know it's a dumb PEBKAC, but just can't see it. Any ideas? Oh, and BTW, is the handling of i/e in the tagexpand value a joke? As far as I can tell from /usr/src/contrib/cvs/src/rcs.c:RCS_setincexc, "i" means "exclusive", "e" inclusive. Am I suffering from caffein deprivation? -- If you cc me or take the list(s) out completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message