Fossil

View Ticket
Login

View Ticket

Ticket Hash: 809a9612055340d06e46619be18133d7d4a85549
Title: "fossil update" resets mtime in _FOSSIL_'s vfile
Status: Fixed Type: Code_Defect
Severity: Severe Priority:
Subsystem: Resolution: Fixed
Last Modified: 2011-01-18 20:47:09
Version Found In: 66d93f33d5
Description:
The vfile table in _FOSSIL_ of a working copy contains the expected time stamp of each file. This time stamp is lost for unmodified files during an update. The next "fossil status" has to read all unmodified files and compute the SHA1 hash to repopulate the table. This has a dramatic impact on larger trees.