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: Mon, 13 Apr 2009 11:39:47 +0200 Message-ID: <87k55oq4d8.fsf@thinkpad.tsdh.de> References: <87vdpeklvn.fsf@thinkpad.tsdh.de> <200904091433.n39EXTQA001015@godzilla.ics.uci.edu> <87iqldlsy7.fsf@thinkpad.tsdh.de> <200904091635.n39GZWWU002541@godzilla.ics.uci.edu> <87ljq94twh.fsf@thinkpad.tsdh.de> <200904092008.n39K8SkG005429@godzilla.ics.uci.edu> <87eiw1y3ve.fsf@thinkpad.tsdh.de> <200904111516.n3BFGou7012621@godzilla.ics.uci.edu> <87tz4vumn8.fsf@thinkpad.tsdh.de> <200904130720.n3D7KL0D017655@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 1239615945 16565 80.91.229.12 (13 Apr 2009 09:45:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2009 09:45:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 13 11:47:04 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 1LtIko-0006k1-Rj for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 11:47:03 +0200 Original-Received: from localhost ([127.0.0.1]:37582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtIjQ-0001FZ-51 for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 05:45:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtIdx-0007B2-5t for emacs-devel@gnu.org; Mon, 13 Apr 2009 05:39:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtIds-00079D-6t for emacs-devel@gnu.org; Mon, 13 Apr 2009 05:39:56 -0400 Original-Received: from [199.232.76.173] (port=59061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtIdr-000793-Qg for emacs-devel@gnu.org; Mon, 13 Apr 2009 05:39:51 -0400 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49188) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtIdr-0004Xh-Em for emacs-devel@gnu.org; Mon, 13 Apr 2009 05:39:51 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id DFAAA31CDE6; Mon, 13 Apr 2009 05:39:50 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 13 Apr 2009 05:39:50 -0400 X-Sasl-enc: e6lcrR3yoHp+D51a3q/ewjcsBued5eyg3WYp6fFRzvEI 1239615590 Original-Received: from thinkpad.tsdh.de (p54AF282A.dip0.t-ipconnect.de [84.175.40.42]) by mail.messagingengine.com (Postfix) with ESMTPA id B6D393184D; Mon, 13 Apr 2009 05:39:49 -0400 (EDT) In-Reply-To: <200904130720.n3D7KL0D017655@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 13 Apr 2009 00:20:21 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: Dan Nicolaescu , emacs-devel@gnu.org X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110231 Archived-At: Dan Nicolaescu writes: Hi Dan, > > > I tried to follow you description and reproduce what you are > > > doing here (I obviously don't have access to your files), and I > > > could not get anything to fail. > > > > Which svn version are you using? It's 1.6.0 here. > > 1.5.4 here > > You can try to debug why > (vc-svn-state "/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java") > returns 'up-to-date It seems that it always wants to stay local (vc-stay-local-p returns only-file), and thus does "svn update -v". But then there's no indication that there's a newer file on the server, e.g. there's no * in the output. --8<---------------cut here---------------start------------->8--- % svn status /home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java -v 1180 1104 horn /home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java % svn status /home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java -u * 1180 /home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java Status against revision: 1182 --8<---------------cut here---------------end--------------->8--- Bye, Tassilo