<< Back to previous view |
![]() |
[QB-1641] Turn off timestamp check when fetching changes from git or hg
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 5.0.21 |
Type: | Bug | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
From time to time QB refuses to generate changeset with message:
09:10:41,265 WARN - Ignoring fetching changes because the start revision (e68cd7bd6d5efb9197d13f403ab07c48e35fc74b) seems elder than end revision (e2b0ce505a98afc12efc2367adc30b6d9e826697). In many of our projects people develop on multiple development platforms, sometimes they have wrong local clock settings. Then even though "start revision" preceeds "end revision" in the history tree, QB does not generate changest due to timestamps. Could you turn off this additional check, or at least provide us means to do so? |
Comments |
Comment by Alexey Shumkin [ 31/May/13 07:15 AM ] |
related to |
Comment by Steve Luo [ 31/May/13 08:07 AM ] |
No, they are not the same.
For git log start..end So, although the start revision is elder than end revision when your local time is not accurate, the changes still can be detected which is same as the command's output. |