Project

General

Profile

Actions

Defect #3761

closed

Most recent CVS revisions are missing in "revisions" view

Added by David Hrivnak over 14 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
SCM
Target version:
Start date:
2009-08-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When retrieving the latest revisions from CVS the most recent ones (within a few hours) are missing because (I believe) CVS uses UTC timestamps but Redmine must be querying using the users local timezone, im my case EST. The most recent check-ins appear to be "in the future" so I think Redmine misses them.


Related issues

Related to Redmine - Defect #4115: repositories/show/project-name Ages off by timezone deltaClosed2009-10-26

Actions
Related to Redmine - Defect #996: CVS view ends up with "duplicate key violates unique constraint" after 0.7.0RC1 updateClosedToshi MARUYAMA2008-04-04

Actions
Actions #1

Updated by Randy Watson over 14 years ago

I've noticed this too. Plus, the checkin times that are shown in the repository view are incorrect, ie off by five hours, which we are current GMT-5

Actions #2

Updated by David Hrivnak about 14 years ago

  • Status changed from New to Resolved

I managed to fix this by editing the following line in app/models/repository/cvs.rb (line 101)

FROM: fetch_since = latest_changeset ? latest_changeset.committed_on : nil
TO: fetch_since = latest_changeset ? latest_changeset.committed_on - 4.hours : nil

The times reported by redmine are still off (since CVS is UTC) but this change prevents redmine from missing the most recent checkins. I didn't check this in given it's hackish.

Actions #3

Updated by Toshi MARUYAMA about 13 years ago

  • Status changed from Resolved to 7
  • Assignee set to Toshi MARUYAMA
Actions #4

Updated by Toshi MARUYAMA about 13 years ago

  • Status changed from 7 to Closed
  • Target version set to 1.2.0
  • Resolution set to Fixed

I fixed in SVN trunk r4794, r4801 and r4802.

Actions

Also available in: Atom PDF