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: Tue, 09 Sep 2003 21:02:39 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1063134029.541.18.camel@localhost> References: <1063127161.542.10.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 1063135312 24721 80.91.224.253 (9 Sep 2003 19:21:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2003 19:21:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Sep 09 21:21:50 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 19wo3i-0006NZ-00 for ; Tue, 09 Sep 2003 21:21:50 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19wo3l-0001Nw-00 for ; Tue, 09 Sep 2003 21:21:53 +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 19wo2m-0003vd-5C for emacs-devel@quimby.gnus.org; Tue, 09 Sep 2003 15:20:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19wnlO-00057T-DZ for emacs-devel@gnu.org; Tue, 09 Sep 2003 15:02:54 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19wnlK-00055G-J4 for emacs-devel@gnu.org; Tue, 09 Sep 2003 15:02:51 -0400 Original-Received: from [193.113.160.15] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wnlF-00054Z-Jh for emacs-devel@gnu.org; Tue, 09 Sep 2003 15:02:45 -0400 Original-Received: from [217.81.117.228] (217.81.117.228) by mail.o2.co.uk (7.0.020) (authenticated as 01792247376@o2online.de) id 3F5651910016E882; Tue, 9 Sep 2003 20:00:30 +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:16243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16243 On Tue, 2003-09-09 at 20:30, David Abrahams wrote: > Here's an example. CVS/Entries says: > > /convenience.cpp/1.2/Thu May 8 02:17:51 2003// > > and dired says: > > -r--r--r-- 1 dave root 1666 05-07 22:17 convenience.cpp > > What does that mean? This probably means that the timestamps agree (CVS always has it in UTC, and your timezone appears to be 4 hours behind it). It's very strange that VC would still consider the file to be "edited". Is it possible for you to step through vc-cvs-state and vc-cvs-state-heuristic in the debugger? I'd have to know what these functions do when you open an unmodified file. (They ought to realize that the timestamps agree, and that the file is therefore not edited. I need to find out why this isn't the case here.)