[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [ISSUE] svn: Bogus date

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-05-02 21:49:17 CEST

Jared Hardy wrote:
> I'm pretty sure they all have the DST fix, though
> that doesn't matter if the clients are synced to the server, because
> if they're wrong, they're all wrong in the same way, right?

No. NTP uses UTC; the workstation/server then applies the appropriate
timezone to get to the local time. If the workstations are set wrong,
the UTC -> localtime calculation on the server won't be the same as the
same calculation on the workstation.

> Also, the
> new and old servers have been set to the exact same time. Besides,
> doesn't svn use GMT?

Internally, yes. But, the issue is that the Subversion client is trying
to change the date on a file and is finding that the date in the entries
file is inconsistent with the date on disk. I'm having trouble tracking
backwards from where that error is thrown to where the comparison is
done (someone with more experience in lib_wc can pipe up any time now).

> Last Changed Date: 2007-05-02 10:48:05 -0700 (Wed, 02 May 2007)
>
> One strange thing is the "-0700" -- we are PDT, so shouldn't it be
> "-0800"? Otherwise, the time looks correct.

That would suggest to me that someone messed with the timezone on the PC
(possibly because the DST patch wasn't applied). I'd download this:

http://www.intelliadmin.com/blog/2007/01/unofficial-windows-2000-daylight.html

and test if the DST patch was applied or not (it won't apply it twice).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 2 21:49:27 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.