From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: vc-mode permissions problems on NT Date: Thu, 11 Sep 2003 11:25:51 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1063272349.542.101.camel@localhost> References: <1063134029.541.18.camel@localhost> <1063202676.543.79.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063273485 27614 80.91.224.253 (11 Sep 2003 09:44:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2003 09:44:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 11 11:44:43 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xO0J-0005dz-00 for ; Thu, 11 Sep 2003 11:44:43 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19xO14-0004EE-00 for ; Thu, 11 Sep 2003 11:45:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xNwK-00044Q-SM for emacs-devel@quimby.gnus.org; Thu, 11 Sep 2003 05:40:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19xNrh-0002zI-IM for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:35:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19xNkr-0001lw-2w for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:28:45 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19xNiB-00013R-6g for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:25:59 -0400 Original-Received: from [193.113.160.14] (helo=mail.o2.co.uk) by mx20.gnu.org with esmtp (Exim 4.22) id 19xNi9-0001R0-IL for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:25:57 -0400 Original-Received: from [217.235.25.184] (217.235.25.184) by mail.o2.co.uk (7.0.020) (authenticated as 01792247376@o2online.de) id 3F4D4E7A00393AA2; Thu, 11 Sep 2003 10:20:59 +0100 Original-To: David Abrahams In-Reply-To: X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16292 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16292 [ Let's stop copying emacs-devel on this for subsequent messages. I don't think it's overly interesting for the others how we trace that bug. I'll post a summary once we've nailed it down. ] On Wed, 2003-09-10 at 17:57, David Abrahams wrote: > D/tuple//// > D/type_traits//// > D/utility//// > /index.html/1.2/Thu Aug 15 18:37:55 2002// > D/variant//// > D/iterator//// > ... That looks all completely reasonable. Would you please step through vc-cvs-parse-entry while finding the file? Especially the comparison between checkout-time and mtime at the end of that function is of interest here. Right now, I don't see how it could possibly fail, because all the dates agree, but I have a hunch that it may be due to a locale / timezone problem. Also, for completeness, what value does the local var checkout-time actually have in vc-cvs-state-heuristic?