Fossil SCM
"fossil update" resets mtime in _FOSSIL_'s vfile
Fixed
809a9612055340d…
· opened 15 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Severe
- Resolution
- Fixed
- Subsystem
- —
- Created
- Jan. 18, 2011 3:48 p.m.
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.