For the most part there's really only the built-in docs as it never really got popular (which I suspect is largely due to the opinionated take on Cathedral vs Bazaar use-cases). - Source: Reddit / 3 months ago
There was still CVS/RCS. They both suck in comparison svn, which sucks in comparison to git (which itself sucks in comparison to fossil; if only fossil wasn't quite so tightly bound to cathedral model...), but they were around. - Source: Reddit / 3 months ago
Related: You can use the Fossil bug tracker as a generic SQLite table. You can modify the interface for any type of input. While you can edit the schema if you want to use it as a traditional SQL database, I've found it easiest to treat one of the text columns as JSON and do queries on that. The advantages: You get a web interface for free (using CGI) if you want one, it's distributed and version controls your... - Source: Hacker News / 3 months ago
Fossil, the web ui for the version control system. It is a single statically linked binary that is also used as the command-line tool. It is truly simple. No pile of dependencies or external database to maintain or any other complexities. - Source: Reddit / 4 months ago
Fossil SCM (https://fossil-scm.org/home/doc/trunk/www/index.wiki) It's almost like Git + Gitea, all in a single application. Code + tickets + wiki + notes all version controlled and capable of hosting the server itself. Also, the repo is just a SQLite database, so backup is easy. - Source: Hacker News / 11 months ago
Fossil could be one of them. https://fossil-scm.org/home/doc/trunk/www/index.wiki. - Source: Hacker News / 12 months ago
I'm inclined to look at tools like fossil again, for it's distributed issue tracking and wiki capability https://fossil-scm.org/home/doc/trunk/www/index.wiki. - Source: Hacker News / about 1 year ago
Also, I don't think you can separate having effective backups from having organized files to begin with. Instead of going full github, take a look at Fossil SCM (https://fossil-scm.org/home/doc/trunk/www/index.wiki). - Source: Reddit / about 1 year ago
I have been kicking the tires on Fossil, lately, https://fossil-scm.org/home/doc/trunk/www/index.wiki which incorporates an embedded http server. It lets you create content through your browser, via a wiki interface. - Source: Reddit / about 1 year ago
The Sqlite/Fossil website, although not written in SQL, the entirety of it is a single sqlite/fossil db. - Source: Reddit / over 1 year ago
I don't know, why automated bots classified my question as spam on r/Development, maybe because of a link here, but I am looking for every useful hint, and every full answer in the research for integrated solutions crafted for single developers. Up to now I have found only two, it's Bazaar in Solo mode and Fossil. So does anyone know others? - Source: Reddit / over 1 year ago
I contend that Americans need to rise up and require a government that makes federal legislative and tax "code" visible through a read-only fossile[1] repository. Maybe a state alcan lead the way. For non-classified discussion, the fact that we are paying customers and aren't privy to the who/what/where/when/why of these important decisions is just last-century. [1]... - Source: Hacker News / over 1 year ago
Fossil - distributed version controls system Https://fossil-scm.org/home/doc/trunk/www/index.wiki. - Source: Reddit / almost 2 years ago
I'm not aware of any Git-based one, but that's sort of the intent behind Fossil. A Fossil repo contains not just code, but also bug tracking, wiki, forums, etc. - Source: Reddit / almost 2 years ago
If you just want to use for personal single-person projects fossil [1] and mercurial [2] may be a better choice, given both comes with in-built web interface. Just run hg serve or fossil server or fossil ui. No need any external platform or program. [1] https://fossil-scm.org/home/doc/trunk/www/index.wiki [2] https://www.mercurial-scm.org/. - Source: Hacker News / almost 2 years ago
SQLite is a fantastic tool. It's perfect for non-concurrent, and eventually consistent scenarios. Fossil is a work of art, and I half-wish we lived in a timeline where it was the equivalent of Git. - Source: Reddit / about 2 years ago
I use Fossil(https://fossil-scm.org/home/doc/trunk/www/index.wiki) and include binaries for windows/mac/linux on it, and startup scripts that open my repository. So they plug it in, double click the name of their platform, and it pops up a web page pointed at a fossil repo. - Source: Reddit / about 2 years ago
Do you know an article comparing Fossil to other products?
Suggest a link to a post with product alternatives.