From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Updates not shown in vc-dir buffers? Date: Mon, 13 Apr 2009 10:17:44 -0700 (PDT) Message-ID: <200904131717.n3DHHipK026023@godzilla.ics.uci.edu> 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> <87k55oq4d8.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239643207 9812 80.91.229.12 (13 Apr 2009 17:20:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2009 17:20:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 13 19:21:26 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 1LtPqX-0001Q6-L8 for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 19:21:26 +0200 Original-Received: from localhost ([127.0.0.1]:59323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtPp8-0006gf-QX for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 13:19:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtPoi-0006Z9-7G for emacs-devel@gnu.org; Mon, 13 Apr 2009 13:19:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtPod-0006XK-Ds for emacs-devel@gnu.org; Mon, 13 Apr 2009 13:19:31 -0400 Original-Received: from [199.232.76.173] (port=47687 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtPod-0006XF-65 for emacs-devel@gnu.org; Mon, 13 Apr 2009 13:19:27 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:40272) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LtPoc-0002J7-Mk for emacs-devel@gnu.org; Mon, 13 Apr 2009 13:19:27 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n3DHHiJZ017835 for ; Mon, 13 Apr 2009 10:17:44 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n3DHHipK026023; Mon, 13 Apr 2009 10:17:44 -0700 (PDT) In-Reply-To: <87k55oq4d8.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Mon, 13 Apr 2009 11:39:47 +0200") Original-Lines: 25 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n3DHHiJZ017835 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_SV 0.08) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:110236 Archived-At: Tassilo Horn writes: > 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. So everything is working as expected. I didn't see the problem because my test repository uses "Repository Root: file:///...."