#7473 closed defect (duplicate)
wrong sort order in timeline with simultaneous commits
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | |
Component: | timeline | Version: | 0.10.4 |
Severity: | minor | Keywords: | timeline sort svn |
Cc: | lespocky@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We are using trac 0.10.4 from sme server. I did a commit to svn at the same time as my colleague, at least at the same second. Trac doesn't show the seconds on the timeline view but on the changeset view. Subversion did behave absolutely correct here. The timestamps in the repository are 2008-07-28T14:38:11.031789Z
for revision 294 and 2008-07-28T14:38:11.192834Z
for revision 295.
I see two possibilities to solve:
- use the complete timestamp subversion provides
- check if commit entries are in reasonable order
The entries for those commits appear in reverse order in the trac timeline. I attach a screenshot.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | trac_gleichzeitige_commits.png added |
---|
follow-up: 2 comment:1 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
See #5819. It's fixed in 0.11.
comment:2 by , 16 years ago
Cc: | added |
---|
screenshot simultaneous commit in timeline