Fossil SCM
baseline manifests should be stored as delta to last baseline
Fixed
2517414fef7aeba…
· opened 15 years, 5 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 23, 2010 9:03 p.m.
Let's say version A is parent of B and C is baseline manifest of B. If A would create a too large manifest and encoded as new baseline, fossil should consider storing A as delta to C.
For the pkgsrc repository, the use of baseline manifests if more than 1/125 of all files changed is currently increasing the size of the resulting sqlite database by 50% compared to not using the baseline feature.
anonymous added on 2010-10-27 13:44:03: Fixed by [e21ca81e1a].