From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 28 13:59:02 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD9F106566B; Thu, 28 Feb 2008 13:59:02 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id E8AA18FC15; Thu, 28 Feb 2008 13:59:01 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 245EB2091; Thu, 28 Feb 2008 14:58:55 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id C7DDC2088; Thu, 28 Feb 2008 14:58:53 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Simon L. Nielsen" References: <18373.33662.614583.231211@gromit.timing.com> <20080227201203.GA1101@zaphod.nitro.dk> Date: Thu, 28 Feb 2008 14:58:53 +0100 In-Reply-To: <20080227201203.GA1101@zaphod.nitro.dk> (Simon L. Nielsen's message of "Wed\, 27 Feb 2008 12\:12\:04 -0800") Message-ID: <86fxvd18te.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: hackers@freebsd.org, John Hein Subject: Re: cvs tag renaming after repo copy X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 13:59:02 -0000 "Simon L. Nielsen" writes: > John Polstra has made a script (Fixtags) for it which we use for the > FreeBSD repository. I don't think he has any problems with it being > distributed, but as it doesn't have a copyright statement i just want > to ask before I distribute it... Uh... I wrote a replacement for that in 2001 (~des/bin/fixtags.pl). I'm surprised you still use John's version, which is excruciatingly slow, since 1) it's a shell script, 2) it's a *recursive* shell script, 3) it runs rcs twice for every modified tag. My version was under 3-clause BSD; I just switched it to 2-clause. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no