Fossil repository database
From Just Solve the File Format Problem
(Difference between revisions)
(SQLite based file formats) |
(Another hatnote, vs. FOSSIL) |
||
Line 1: | Line 1: | ||
:''For the filesystem, see [[Fossil]].'' | :''For the filesystem, see [[Fossil]].'' | ||
+ | :''For the set of networking protocols, see [[FOSSIL]].'' | ||
[[Category:SQLite based file formats]] | [[Category:SQLite based file formats]] | ||
{{FormatInfo | {{FormatInfo |
Revision as of 03:22, 25 January 2020
The version control software Fossil stores the main body of information for a repository in a "repository database", a single SQLite-based file with the extension ".fossil"[2]. This is unlike the more widely-used Git and Mercurial, which store their repository information in a directory structure. Another large difference from these is that Fossil stores a wiki, forum, documentation, and bug tracking system[3] inside the repository itself.
The application ID for a Fossil repository database is 252006673.
Links
See Also
References
- ↑ Wikipedia:Fossil (software)
- ↑ https://fossil-scm.org/home/doc/trunk/www/tech_overview.wiki → 2.2 Repository Databases
- ↑
man fossil
in Debian 11