Fossil configuration database
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Development |released=2006<ref>Wikipedia:Fossil (software)</ref> }} The [[Development#Revision control systems / code repositor...") |
Revision as of 05:21, 3 August 2019
The version control software Fossil keeps its per-user configuration in a file called ".fossil" (with nothing before the dot; something there indicates a Fossil repository database) in the user's home directory. Unusually, this is not a structured text file, but rather a SQLite database, although this is to be expected, given Fossil's love for it.
Links
See Also
- Fossil repository database
- Fossil checkout database
- Fossil (unrelated filesystem)
- FOSSIL (unrelated set of networking protocols)