From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Rajesh Vaidheeswarran" Newsgroups: gmane.emacs.devel Subject: Re: cvs <-> arch mirroring scripts Date: Sun, 17 Aug 2003 13:42:21 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <070e01c364e6$e9c4cb70$6400000a@shakti> References: <1060744673.2522.27.camel@columbia><1060803518.28891.27.camel@columbia> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061142305 32695 80.91.224.253 (17 Aug 2003 17:45:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Aug 2003 17:45:05 +0000 (UTC) Cc: arch-users@lists.fifthvision.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Aug 17 19:45:03 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19oRaR-0006m1-00 for ; Sun, 17 Aug 2003 19:45:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19oRcR-0001FB-00 for ; Sun, 17 Aug 2003 19:47:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oRZz-0003fI-JW for emacs-devel@quimby.gnus.org; Sun, 17 Aug 2003 13:44:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19oRZ8-0001FJ-Cw for emacs-devel@gnu.org; Sun, 17 Aug 2003 13:43:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19oRXa-0007Ms-Qs for emacs-devel@gnu.org; Sun, 17 Aug 2003 13:42:38 -0400 Original-Received: from [216.234.118.53] (helo=pear.arborhosting.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oRXY-0006TP-20; Sun, 17 Aug 2003 13:42:04 -0400 X-ClientAddr: 66.189.41.16 Original-Received: from shakti (cpe-66-189-41-16.ma.charter.com [66.189.41.16]) by pear.arborhosting.com (8.11.6/8.11.6) with SMTP id h7HHffQ15890; Sun, 17 Aug 2003 13:41:41 -0400 Original-To: , "Miles Bader" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.7, required 5, BAYES_01, QUOTED_EMAIL_TEXT, RCVD_IN_RFCI, REFERENCES) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15990 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15990 ----- Original Message ----- From: "Richard Stallman" To: "Miles Bader" Cc: ; Sent: Sunday, August 17, 2003 1:29 PM Subject: Re: cvs <-> arch mirroring scripts > This generates CVS log entries like this: > > ---------------------------- > revision 1.43 > date: 2003/08/14 09:05:44; author: miles; state: Exp; lines: +2 -2 > Revision: emacs--cvs-trunk--0--patch-14 > Archive: miles@gnu.org--gnu-2003 > Creator: Miles Bader > Summary: Avoid .arch-ids dirs when making autoloads > Modified-files: ./lisp/Makefile.in > New-patches: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-14 > > That is 6 lines longer than normal. The extra lines will make it > harder to scan the CVS log for relevant information. Can you make > that any more compact? Is all of it really necessary? Another possibility would require a change to the cvs command line (harder to justify to the wide world), but might be useful. Adding a -L (long listing, since -l is already taken) flag to `cvs log' to list lines that are marked as extensions.