3/18/2026 at 8:12:39 AM
Of course, we can’t leave out a mention of Fossil here — the SCM system built by and for SQLite.by smartmic
3/18/2026 at 4:32:57 PM
I use Fossil for all of my long term projects. It can even import Git repositories if you want to try it out.Today I was working on a semester paper for a non-technical class. It is versioned in fossil and I have all my miscellaneous ideas, initial outline, and the paper guidelines in the Wiki. The branching also makes much more sense, and I’ve used it for major revisions of the paper or its structure.
Fossil is legitimately awesome, and I lament the fact that Git gained popularity over it.
by wps
3/18/2026 at 12:57:55 PM
Fossil is great. Not only is it a full suite of tools associated with the repository (discussions, tickets, wiki) but the tool is a single >10mb binary and can run as a web server (or CGI-like interface) for remote hosting.by ndegruchy
3/18/2026 at 4:34:35 PM
The web server that powers fossil was also written by its author! It’s nice that unlike git instaweb you don’t need to install an additional web server just to see a read only view of your commits.by wps
3/18/2026 at 9:09:17 AM
And fossil itself is an SQLite database!by thunderbong
3/18/2026 at 3:36:31 PM
> fossil itself is an SQLite databaseCan anyone explain what this means and how it works?
by cbluth
3/18/2026 at 4:26:20 PM
Fossil itself is a C binary, not a database. Maybe they meant that Fossil’s source code is hosted in Fossil, or that Fossil repositories are SQLite files? I don’t exactly know either.by wps
3/18/2026 at 4:30:00 PM
They are talking about this fossil: https://fossil-scm.org/home/doc/trunk/www/index.wikiby ImGajeed76
3/18/2026 at 10:23:07 AM
How much does it take advantage of being a DB underneath?by Pay08
3/18/2026 at 8:15:00 AM
yeah fossil is great, but can fossil import the linux kernel (already working on the next post)by ImGajeed76