From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Updates not shown in vc-dir buffers? Date: Thu, 09 Apr 2009 17:58:40 +0200 Message-ID: <87iqldlsy7.fsf@thinkpad.tsdh.de> References: <87vdpeklvn.fsf@thinkpad.tsdh.de> <200904091433.n39EXTQA001015@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239293742 7394 80.91.229.12 (9 Apr 2009 16:15:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 16:15:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 09 18:17:01 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lrwvi-0005de-U6 for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 18:16:43 +0200 Original-Received: from localhost ([127.0.0.1]:40231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrwuK-0002TZ-8B for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 12:15:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrweP-0002O4-Im for emacs-devel@gnu.org; Thu, 09 Apr 2009 11:58:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrweL-0002MX-RW for emacs-devel@gnu.org; Thu, 09 Apr 2009 11:58:49 -0400 Original-Received: from [199.232.76.173] (port=44356 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrweL-0002MU-LD for emacs-devel@gnu.org; Thu, 09 Apr 2009 11:58:45 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:12021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrweL-000461-1b for emacs-devel@gnu.org; Thu, 09 Apr 2009 11:58:45 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 531B8789B287; Thu, 9 Apr 2009 17:58:44 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21197-05; Thu, 9 Apr 2009 17:58:40 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp156.uni-koblenz.de [141.26.71.156]) by deliver.uni-koblenz.de (Postfix) with ESMTP id A7624789AE46; Thu, 9 Apr 2009 17:58:40 +0200 (CEST) Mail-Copies-To: never Mail-Followup-To: Dan Nicolaescu , emacs-devel@gnu.org In-Reply-To: <200904091433.n39EXTQA001015@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Thu, 9 Apr 2009 07:33:29 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:110172 Archived-At: Dan Nicolaescu writes: Hi Dan, > Can you please describe what you see and what do you expect to see? Sure. Here's what I do to setup a test bench. --8<---------------cut here---------------start------------->8--- % cd uni/repos/jgralab % svn up U testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java Updated to revision 1182. % svn up -r1180 U src/de/uni_koblenz/jgralab/GraphIO.java U testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java Updated to revision 1180. --8<---------------cut here---------------end--------------->8--- Now I fire up emacs -Q and open uni/repos/jgralab in vc-dir. It lists all unregistered files and dirs + the direcories containing the unregistered stuff. Those don't have a status label. The first unexpected thing is that while "svn log" shows the log till r1180 (as expected), `l' in vc-dir already shows the log till r1182. How can that be? "svn info" on the cmd line shows that the working copy is still at r1180: --8<---------------cut here---------------start------------->8--- % svn info Path: . URL: https://svn.uni-koblenz.de/ist/projects/jgralab/trunk Repository Root: https://svn.uni-koblenz.de/ist/projects Repository UUID: 14684003-7d41-0410-9628-51a292b15fd0 Revision: 1180 Node Kind: directory Schedule: normal Last Changed Author: horn Last Changed Rev: 1180 Last Changed Date: 2009-04-08 17:18:28 +0200 (Wed, 08 Apr 2009) --8<---------------cut here---------------end--------------->8--- So where does `vc-print-log' get its informations from if not from "svn log"? Then I do a `+' in the vc-dir buffer and expect the files src/de/uni_koblenz/jgralab/GraphIO.java and testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java to be marked as updated. But the buffer contents don't change at all... In buffer *vc* I do see what I expected: --8<---------------cut here---------------start------------->8--- U src/de/uni_koblenz/jgralab/GraphIO.java U testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java Updated to revision 1182. --8<---------------cut here---------------end--------------->8--- > If you start another emacs instance and in that new emacs instance do > C-x v d /path/to/dir RET do you see something different than in the > original instance? No, and as I've said, that's tested with emacs -Q. Bye, Tassilo -- GNU Emacs 23.0.92.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-04-08 on thinkpad