From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: patch for documentation about version control Date: Thu, 11 Nov 2004 10:11:47 -0500 Message-ID: References: <87vfce289d.fsf@floss.red-bean.com> <1100078556.3428.151.camel@localhost> <1100174117.3428.194.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100185942 7445 80.91.229.6 (11 Nov 2004 15:12:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 15:12:22 +0000 (UTC) Cc: Thien-Thi Nguyen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 11 16:12:05 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSGcH-0002Tu-00 for ; Thu, 11 Nov 2004 16:12:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSGkm-0000sE-Iu for ged-emacs-devel@m.gmane.org; Thu, 11 Nov 2004 10:20:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSGke-0000rK-Nn for emacs-devel@gnu.org; Thu, 11 Nov 2004 10:20:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSGkd-0000qb-52 for emacs-devel@gnu.org; Thu, 11 Nov 2004 10:20:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSGkc-0000qG-Uy for emacs-devel@gnu.org; Thu, 11 Nov 2004 10:20:43 -0500 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSGby-00071o-6K; Thu, 11 Nov 2004 10:11:46 -0500 Original-Received: from empanada.home ([67.68.219.35]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041111151145.CTOG1692.simmts8-srv.bellnexxia.net@empanada.home>; Thu, 11 Nov 2004 10:11:45 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id F26D436617F; Thu, 11 Nov 2004 10:11:47 -0500 (EST) Original-To: Andre Spiegel In-Reply-To: <1100174117.3428.194.camel@localhost> (Andre Spiegel's message of "Thu, 11 Nov 2004 12:55:17 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29750 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29750 > It is fine to read information directly from the RCS master file, VC has > been doing that all along. What about the efficiency of your parser, > though? How long does it take to construct this full parse tree for a > large RCS master with many revisions? Indeed, it would be better to do it directly as a patch to the RCS sources... Stefan