emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-cvs-parse-entry


From: Stefan Monnier
Subject: Re: vc-cvs-parse-entry
Date: Tue, 29 Aug 2006 15:07:32 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> When I open array.el whose entry in my ~/lisp/CVS/Entries shows as
> /array.el/1.29/Wed Feb  1 09:17:44 2006//

> `vc-cvs-parse-entry' compares

> (nth 5 (file-attributes "~/lisp/array.el")))

> which gives (17376 28328) on my system, with

> (apply 'encode-time
>        (parse-time-string
>       (concat "Wed Feb  1 09:17:44 2006" " +0000")))

> which gives (17376 31928).

> The test for equality fails and array.el is classified as "edited"
> although I never edited that file.  Apparently the code messes with
> daylight savings time in some inappropriate fashion.  Files modified
> _after_ the last change in DST are classified correctly.

What system is that (w32?)?
What does `cvs status <file>' say?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]