Version Control Integration
Fossil is a distributed version control system that integrates bug tracking, a wiki, and a blog, providing a comprehensive development environment in one tool.
Self-Contained
Fossil is a single executable that contains everything needed, making it easy to install and manage with low dependency overhead.
Simple UI
Fossil includes a built-in, easy-to-use web interface that allows users to browse repositories, manage tickets, and handle wiki content without needing separate tools.
SQLite Backend
Fossil uses an SQLite database to store all its data, making it reliable, efficient, and easy to backup and transfer.
Integrated Bug Tracking
The integrated bug tracking system allows developers to manage issues and bugs directly within the same environment, streamlining the workflow.
Cross-Platform
Fossil is designed to work on multiple operating systems, including Linux, macOS, and Windows, ensuring a consistent experience across different environments.
Strong Documentation
Fossil comes with extensive documentation and a supportive community, which helps users quickly get up to speed and solve issues.
Feedback to author: The diagram and explanation took a beat longer than normal to scan, since this buries a bit that it's not about the beautiful source control system called fossil shipped as a composition of modules: https://fossil-scm.org/home/doc/trunk/www/index.wiki Great diagrams, so of course that's the first thing a reader will skim. People biuld things based on git all the time, the diagram looks like... - Source: Hacker News / 11 months ago
There are (all too rare) tools that back those objects with git as well. And there's always fossil ... https://fossil-scm.org/home/doc/trunk/www/index.wiki But it's not git. :-(. - Source: Hacker News / about 1 year ago
I don't think git should be the infrastructure of collaboration. It's good for long-lived artifacts, but isn't good for discussion, for rights management, ... Fossil (https://fossil-scm.org/home/doc/trunk/www/index.wiki) is of course better, but if git must remain, I believe the base infrastructure should be the mailing list. Patches, branches and releases can live inside a mailing list, it is naturally built for... - Source: Hacker News / over 1 year ago
Have you spent much time using Fossil? https://fossil-scm.org/home/doc/trunk/www/index.wiki. - Source: Hacker News / over 1 year ago
> To make things more complicated, they also use their a relatively niche version management system instead of git. Which would complicate making contributions (if they accepted them). The Fossil VCS actually has a page explaining why it was created, instead of just using Git: https://sqlite.org/whynotgit.html Honestly, a lot of those points make sense, especially how Git is perhaps a little bit more complex and... - Source: Hacker News / over 1 year ago
Or https://fossil-scm.org/home/doc/trunk/www/index.wiki if you don't mind learning some new commands. - Source: Hacker News / over 1 year ago
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: almost 2 years 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: almost 2 years 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 / almost 2 years 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: almost 2 years 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 / over 2 years ago
Fossil could be one of them. https://fossil-scm.org/home/doc/trunk/www/index.wiki. - Source: Hacker News / over 2 years 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 / over 2 years 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: almost 3 years 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: almost 3 years ago
The Sqlite/Fossil website, although not written in SQL, the entirety of it is a single sqlite/fossil db. Source: about 3 years 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: over 3 years 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 3 years ago
Fossil - distributed version controls system Https://fossil-scm.org/home/doc/trunk/www/index.wiki. Source: over 3 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: over 3 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 / over 3 years ago
Do you know an article comparing Fossil to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Fossil. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.