From owner-cvs-src@FreeBSD.ORG Mon Oct 31 02:47:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F104016A41F; Mon, 31 Oct 2005 02:47:25 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA9C43D46; Mon, 31 Oct 2005 02:47:25 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr1so.prod.shaw.ca (pd5mr1so-qfe3.prod.shaw.ca [10.0.141.232]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IP700759EEEJ9F0@l-daemon>; Sun, 30 Oct 2005 19:47:02 -0700 (MST) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd5mr1so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IP7007FOEEDGSL0@pd5mr1so.prod.shaw.ca>; Sun, 30 Oct 2005 19:47:02 -0700 (MST) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IP700J1ZEEDDL@l-daemon>; Sun, 30 Oct 2005 19:47:01 -0700 (MST) Date: Sun, 30 Oct 2005 18:47:00 -0800 From: Colin Percival In-reply-to: <200510310139.j9V1dZ3i025712@bright.research.att.com> To: Bill Fenner Message-id: <436585A4.6020008@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.93.0.0 References: <200510280258.j9S2wpmL058704@repoman.freebsd.org> <20051030194833.GA2699@heff.fud.org.nz> <20051030224106.GC891@zaphod.nitro.dk> <200510310139.j9V1dZ3i025712@bright.research.att.com> User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Xin LI , "Simon L. Nielsen" , Andrew Thompson Subject: Re: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 02:47:26 -0000 Bill Fenner wrote: > This happens when there is any commit message that contains the "cvs log" > "end-of-logs" line, [snip] > > This is a single entry, but there's no way to know that just > parsing this output. > > cvsweb could just wait for eof, and not try to use the ===== line to > mark the end, but that would result in some more confused states since > it'll have two records of revision 1.372. Thanks for explaining this -- I've been wondering about it for a long time. Is this something which could be reposurgically corrected? I used to find that cvsweb was very helpful in preparing security advisories, but not any more. Colin Percival