From nickrob@snap.net.nz Sun Sep 28 00:34:27 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.0 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 28 Sep 2008 07:34:27 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8S7YODE001494 for ; Sun, 28 Sep 2008 00:34:26 -0700 Received: from mx10.gnu.org ([199.232.76.166]:40948) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KjqlK-0006v6-GH for emacs-pretest-bug@gnu.org; Sun, 28 Sep 2008 03:32:14 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KjqnO-0004Cg-7k for emacs-pretest-bug@gnu.org; Sun, 28 Sep 2008 03:34:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]:51852) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KjqnN-0004CY-OK for emacs-pretest-bug@gnu.org; Sun, 28 Sep 2008 03:34:21 -0400 Received: from viper.snap.net.nz ([202.37.101.25]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjqnM-0005wg-Dd for emacs-pretest-bug@gnu.org; Sun, 28 Sep 2008 03:34:20 -0400 Received: from kahikatea.snap.net.nz (120.29.255.123.static.snap.net.nz [123.255.29.120]) by viper.snap.net.nz (Postfix) with ESMTP id 5C06B3DA4B4 for ; Sun, 28 Sep 2008 20:34:12 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id C5F798FC6D; Sun, 28 Sep 2008 19:34:03 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18655.13163.178169.969904@kahikatea.snap.net.nz> Date: Sun, 28 Sep 2008 19:34:03 +1200 To: emacs-pretest-bug@gnu.org Subject: 23.0.60; Subversion revision number in mode-line X-Mailer: VM 7.19 under Emacs 22.3.1 X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. In Emacs 22.1, it seems that a buffer visiting a file under SVN controls displays the the revision number of the last changeset of which that file was a part. This is also what Subclipse does in Eclipse. In 23.0.60 (current CVS) it appears to display the revision number of the current tree. That means that, if the working copy is up-to-date, all files display the same number in the mode-line. The former behaviour seems more informative to me. -- Nick http://www.inet.net.nz/~nickrob From rgm@gnu.org Mon Sep 29 10:45:21 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-12.2 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1047) by emacsbugs.donarmstrong.com; 29 Sep 2008 17:45:22 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8THjIKm025274 for <1047@emacsbugs.donarmstrong.com>; Mon, 29 Sep 2008 10:45:20 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KkMm1-0001Rd-DA; Mon, 29 Sep 2008 13:43:05 -0400 From: Glenn Morris To: Nick Roberts Cc: 1047@debbugs.gnu.org Subject: Re: bug#1047: 23.0.60; Subversion revision number in mode-line References: <18655.13163.178169.969904@kahikatea.snap.net.nz> X-Spook: data haven Commecen Ansar al-Islam mailbomb Verisign X-Ran: f`W#Cvd_:>R``@2BS5_;iI\mf3=_=owG5Xsv%.IX(H_C(KELNMv"d^+>$Vm`-u}+Go| (Nick Roberts's message of "Sun, 28 Sep 2008 19:34:03 +1200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Nick Roberts wrote: > In Emacs 22.1, it seems that a buffer visiting a file under SVN > controls displays the the revision number of the last changeset of > which that file was a part. [...] > > In 23.0.60 (current CVS) it appears to display the revision number > of the current tree. That means that, if the working copy is > up-to-date, all files display the same number in the mode-line. I went to a svn working directory, and did `svn up'. This said "At revision 3229." I have a file called `emacs' here. `svn status -v emacs' says: 3229 3204 gmorris emacs I opened this file with emacs -Q. In both Emacs 22.3 and the current CVS trunk, I see `SVN-3204' in the modeline. You're saying you see `SVN-3229' in the current CVS? From rgm@gnu.org Tue Sep 30 00:09:08 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-9.5 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, MURPHY_DRUGS_REL8,NOSUBJECT,RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 30 Sep 2008 07:09:08 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8U79505031233 for ; Tue, 30 Sep 2008 00:09:06 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KkZJs-0005pG-11; Tue, 30 Sep 2008 03:06:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18657.53259.911419.789296@fencepost.gnu.org> Date: Tue, 30 Sep 2008 03:06:51 -0400 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: s_+HQZO@rx),!y]_'g?C2]dqReo&i#?x#Vq3vdl4Azk#!}gdX,6N.hi99FY/xZ3C|tL X-Debbugs-No-Ack: yes tags 1043 patch tags 1047 unreproducible tags 1039 patch tags 1041 moreinfo reassign 1054 emacs,ns From nickrob@snap.net.nz Tue Sep 30 04:27:23 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.5 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1047-done) by emacsbugs.donarmstrong.com; 30 Sep 2008 11:27:23 +0000 Received: from viper.snap.net.nz (viper.snap.net.nz [202.37.101.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8UBRHDf030392 for <1047-done@emacsbugs.donarmstrong.com>; Tue, 30 Sep 2008 04:27:18 -0700 Received: from kahikatea.snap.net.nz (147.62.255.123.dynamic.snap.net.nz [123.255.62.147]) by viper.snap.net.nz (Postfix) with ESMTP id 508FD3DAB64; Wed, 1 Oct 2008 00:27:15 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id DB8778FC6D; Tue, 30 Sep 2008 23:27:09 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18658.3339.234565.503946@kahikatea.snap.net.nz> Date: Tue, 30 Sep 2008 23:27:07 +1200 To: Glenn Morris Cc: 1047-done@debbugs.gnu.org Subject: Re: bug#1047: 23.0.60; Subversion revision number in mode-line In-Reply-To: References: <18655.13163.178169.969904@kahikatea.snap.net.nz> X-Mailer: VM 7.19 under Emacs 22.3.1 > > In 23.0.60 (current CVS) it appears to display the revision number > > of the current tree. That means that, if the working copy is > > up-to-date, all files display the same number in the mode-line. > > I went to a svn working directory, and did `svn up'. This said > "At revision 3229." > > I have a file called `emacs' here. `svn status -v emacs' says: > > 3229 3204 gmorris emacs > > I opened this file with emacs -Q. > > In both Emacs 22.3 and the current CVS trunk, I see `SVN-3204' in the > modeline. It looks like Dan fixed it after I reported it the first time. As I didn't hear anything, I just presumed nothing had happened. If I've followed your previous instructions correctly, this e-mail should hopefully close the bug report. Sorry about the noise. -- Nick http://www.inet.net.nz/~nickrob From unknown Fri Aug 15 20:52:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Tue, 28 Oct 2008 14:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator