From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30208 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai=?iso-8859-1?q?_Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS diffs via mail Date: Sat, 22 Apr 2000 20:37:40 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <200004221837.UAA05216@lucy.cs.uni-dortmund.de> References: <2nbt33dlzc.fsf@tiger.jia.vnet> <200004221527.RAA04590@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166772 7263 80.91.224.250 (21 Oct 2002 02:19:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:19:32 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 751C6D051E for ; Sat, 22 Apr 2000 14:38:04 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB03841; Sat, 22 Apr 2000 13:38:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 22 Apr 2000 13:37:34 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA22419 for ; Sat, 22 Apr 2000 13:37:23 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by mailhost.sclp.com (Postfix) with ESMTP id 88620D051E for ; Sat, 22 Apr 2000 14:37:41 -0400 (EDT) Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id UAA13355 for ; Sat, 22 Apr 2000 20:37:40 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id UAA12100; Sat, 22 Apr 2000 20:37:40 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id UAA05216; Sat, 22 Apr 2000 20:37:40 +0200 X-Authentication-Warning: lucy.cs.uni-dortmund.de: grossjoh set sender to Kai.Grossjohann@CS.Uni-Dortmund.DE using -f Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "22 Apr 2000 20:24:46 +0200" User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/21.0.90 Original-Lines: 56 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30208 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30208 Lars Magne Ingebrigtsen writes: > But, er, isn't the logfile thing run after *all* the files in the > batch have been committed? (For the convenience of `somebody' who wants to do this.) I have just confirmed that this is not the case. You get one message per file, where %{sVv} expands into stuff like 'path/to/dir filename,old,new' Note the ticks and the space and the commas. `old' and `new' are the version numbers, of course. Problem is: the path/to/dir changes. Suppose you have a CVS repository /foo/cvsroot with subdirs gnus and w3. Users who say `cvs -d /foo/cvsroot co .' will produce `gnus/lisp gnus.el' for the path and file name. But users who say `cvs -d /foo/cvsroot co gnus' will produce `lisp gnus.el'. Strange. But the program that's run can read stuff from stdin, and that pretty clearly shows which file was affected. In my loginfo, I have the following line: /---- | ALL /usr/bin/mailx -s "cvs ci %{sVv}" emacs-rcp@ls6 \---- I get mails like the following: /---- | From: Kai Grossjohann | Subject: cvs ci 'rcp/lisp rcp.el,1.274,1.275' | To: emacs-rcp@ls6.cs.uni-dortmund.de | Date: Sat, 22 Apr 2000 20:24:49 +0200 | X-From-Line: emacs-rcp-request@ls6.cs.uni-dortmund.de Sat Apr 22 20:27:50 2000 | Resent-From: emacs-rcp@ls6.cs.uni-dortmund.de | | Update of /services/emacs-rcp/cvsroot/rcp/lisp | In directory lucy:/export/home/grossjoh/work/emacs-rcp/rcp/lisp | | Modified Files: | rcp.el | Log Message: | Meaningless change to test the loginfo script | | \---- Hope this helps as a guide. kai -- Beware of flying birch trees.