Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#69 closed task (fixed)

Timestamp problems in SVN?

Reported by: jbirch Owned by: hobu
Priority: major Milestone:
Component: SysAdmin Keywords:
Cc:

Description

From Walt, on the MapGuide Internals list:

Something is screwy with the file timestamps in SVN.

I made a submission at 12:17pm my local time. I'm in Switzerland, so that's 11:17am universal time, and 6:17am EST. I then accessed a computer in the EST time zone and did "svn update", but the time that got set on the updated files was 7:17am EST. The clock on that computer is correct.

Anyone know why the time is off by one hour?

This messed things up (temporarily) since one of the changed files is a makefile.

For reference, here's output using "svn log" on one of the changed files.

  • on the computer I submitted from (in Switzerland):

svn log Makefile.am


r1164 | waltweltonlair | 2007-03-07 13:17:53 +0100 (Wed,

07 Mar 2007) | 3 lines

...

  • on the EST computer:

svn log Makefile.am


r1164 | waltweltonlair | 2007-03-07 07:17:53 -0500 (Wed,

07 Mar 2007) | 3 lines

SVN correctly shows +0100 and -0500 for the time offsets, but the actual submit time is off by one hour. It thinks I submitted it at 12:17pm universal time (hence the 13:17 and 07:17 reported times).

Can we get this fixed?

Walt

Change History (3)

comment:1 by hobu, 17 years ago

Owner: changed from sac@… to hobu
Status: newassigned

The clock on the server has been updated. Still investigating how to make it take in ntpd updates, which it appears it wasn't doing.

comment:2 by hobu, 17 years ago

Resolution: fixed
Status: assignedclosed

Firewall rules added to speak to Peer1's time server. Closing...

comment:3 by jbirch, 17 years ago

Thanks hobu!

Note: See TracTickets for help on using tickets.