I’ll put my cards on the table, I’m a Fossil DVCS user since 2014.
I know that most of the world uses GIT, but does that mean GIT is the best ? And if it is, what is the definition of “best” in this context ?
Best for the Linux kernel of 4 million lines of code and a thousand distributed developers perhaps ?
How about you and your two friends working on a Arduino robot with 1kb of source and schematic diagrams ?
Remember, not that long ago, and still to a great extent, most of the world uses Microsoft Windows because they believe its the ‘best’ also.
But then in 1994 Linux, Freebsd and others became available and they now have huge followings. Windows was not the first GUI operating system either, it
was proceeded by AT&T Unix around 1972.
I felt that I owe you guys the knowledge that Fossil exists so that like so many Windows users, you don’t think that GIT is the best and greatest, anointed, as it were by God, so to speak.
Fossil is the DVCS created around 2005 by D. Richard Hipp the creator of Sqlite, to manage his development of the same. If you know and have used Sqlite, then you will also know the reliability and user friendliness of Fossil.
Fossil is special in that each repository consists of only ONE file! The Fossil executable is also only ONE file. This means easy sharing and backups of ALL data. The data is stored in a Sqlite database in that ONE file also.
Fossil also contains a built in:
- web server
- trouble ticket system
- wiki
- chat server
All in the ONE system executable. Fossil is freely available for Windows, Mac, Linux, FreeBSD and will be in your repos ready to install right now.
Here are some sample pictures of Fossil on my system:
If you’re interested in Fossil see the Homepage at:
Some helpful links:
Finally, a free online Fossil server where you can store projects, look at publicly available repos and generally check out Fossil.
However installing Fossil consists of placing the Fossil exe in your path, that’s all. No libraries or deps.
And then you’ll have a web server, a CLI interface and everything you need for a DCVS.
Cheers,
Terry



