From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-revert-hook? Date: Thu, 08 May 2008 21:09:41 -0400 Message-ID: References: <6EE216E1AA959543A555C60FF34FB767040B1D39@maileube01.misys.global.ad> <200805071829.m47ITlkV020399@sallyv1.ics.uci.edu> <6EE216E1AA959543A555C60FF34FB767040F7D64@maileube01.misys.global.ad> <200805081551.m48FpDlm012001@sallyv1.ics.uci.edu> <6EE216E1AA959543A555C60FF34FB76704140371@maileube01.misys.global.ad> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210295406 15175 80.91.229.12 (9 May 2008 01:10:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 May 2008 01:10:06 +0000 (UTC) Cc: dann@ics.uci.edu, Andre Spiegel , emacs-devel@gnu.org To: "Marshall\, Simon" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 09 03:10:39 2008 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 1JuH8A-0001Vi-ER for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 03:10:38 +0200 Original-Received: from localhost ([127.0.0.1]:53576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuH7S-0000el-2S for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 21:09:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuH7O-0000ed-4f for emacs-devel@gnu.org; Thu, 08 May 2008 21:09:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuH7M-0000eN-Iy for emacs-devel@gnu.org; Thu, 08 May 2008 21:09:49 -0400 Original-Received: from [199.232.76.173] (port=35614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuH7M-0000eG-8I for emacs-devel@gnu.org; Thu, 08 May 2008 21:09:48 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:48948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuH7G-0003ny-Qb; Thu, 08 May 2008 21:09:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuYEAJNAI0jO+IdAUGdsb2JhbACBU5ApAQEjDZlp X-IronPort-AV: E=Sophos;i="4.27,457,1204520400"; d="scan'208";a="20128529" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 08 May 2008 21:09:42 -0400 Original-Received: from pastel.home ([206.248.135.64]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id PGS46042; Thu, 08 May 2008 21:09:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5CA618E60; Thu, 8 May 2008 21:09:41 -0400 (EDT) In-Reply-To: <6EE216E1AA959543A555C60FF34FB76704140371@maileube01.misys.global.ad> (Simon Marshall's message of "Thu, 8 May 2008 20:16:57 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:96842 Archived-At: > I get the timestamp of the original on Solaris-8/cvs-1.12.9, > RHEL-5/cvs-1.12.12 and Ubuntu-8.04/cvs-1.12.13. I can reproduce it > without emacs, just by doing "cvs edit Makefile; touch Makefile; cvs > unedit Makefile". edit/unedit will save files into and restore them from CVS/Base, which is probably why you end up seeing the same timestamp. Stefan