Fossil is more like a Jira replacement, and its built by one person with a severe case of NIH. Not necessarily a bad thing but I lived through it with Ubuntu, not really a fan of this philosophy.
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
- open-source
- Ticketing
- Cathedral-style coding isn't very Open-Source, if you believe the man who wrote the book and coined the term.
- it's okay to post your own words instead of drunkenly jamming HTML into Markdown.
I love Fossil and use it for all my personal projects! I use syncthing to keep my all my repositories updated across devices and it works great!
I do wish I better understood either self-hosting or that there were more web hosts though, it would make collaboration easier when I feel like sharing. A git(hub) bridge could do it too I guess...
I really like the idea of using a relation db to track change history. It removes so much weirdness and quirkiness that git has. You just have regular SQL queries you can use to go through history and ask questions about the state of the repo. I also like that it's immutable so you don't have to worry about things like rebasing and other ways you can fuck up history in git. The problems solved by mucking with history largely go away when you can query the db with a rich syntax.
What about git needs replacement?
Git is far from user friendly but that's a design consideration from a decentralized architecture. Fossil will have the same considerations. People need to learn how to use Git.
The problem is there's only one person who really knows how to use it: Linus.
Something new is new, and apparently that's all tha-- SQUIRREL!
Seems like a historic artefact to me as well. And one of their mentioned points was "no sync via http" which even for 2006 makes me... hesitant.
And their history section ends in 2007, couldn't find a feature comparison in their quick start guide.
Spent 5 minutes on the website and couldn't get a peek at their code... The most fundamental thing, IMO.
Look at the bottom
fossil is made by the sqlite devs, for development of sqlite. this is not some amateur operation.
also, it's by the sqlite people, so expect the code to be... odd.
& The code behind Linux isn't ? People back then did some REAL sorcery with coding
back then? both codebases are fully modern. its more that sqlite uses a style that differs from the accepted norm quite a bit. that, and they don't accept contributions.
it's not the most intuitive interface but there you go: https://fossil-scm.org/home/tree?name=src
Wow C, CSS and JS files at the same level. You don't see this every day
Darcs does not require a central server, and works perfectly in offline mode.
Git can be used that way too. Am I missing something?
No, you are not. People regularly equate Git and GitHub, though.
dont forget about jujutsu
Since jujutsu is Git-compatible it has very much replaced Git for me and is what I'm using for everything now. Its workflow is so good and miles ahead of Git.
I was trying out Pijul for a while before that and while it has a lot of great ideas and has a lot of potential due to the way its foundations work its interface is way too janky right now and missing features and nothing I've reported or the many changes I've submitted have been fixed/pulled since March. I'd really like it to be good but alas...