Fossil SCM
fossil-scm.org
Fossil SCM
1–10 of 147 posts
Re: Fossil SCM
#2GitLab contributors, please take note.
Fossil's UI is very fast and the navigation is intuitive and discoverable.
I know it's on the roadmap, but it is so often an afterthought.
Re: Fossil SCM
#3No/manual rebase sounds awful
Re: Fossil SCM
#4My god, they've updated the CSS. It used to be quite a bit uglier. Now it's not GitHub, but it's definitely lighter on the eyes.
Nice to see - I think that good tools should have UIs that at least come close to the quality of their engineering.
Re: Fossil SCM
#5Fossil is the SCM I always wish I were using, but for the benefit of external collaborators, I stick with Git and GitLab (previously, GitHub). Fossil is a lovely, small piece of software that does exactly what I want in a nice and simple way. It's fast and uses SQLite for everything, making it easy to programmatically extend it and munge its internal data.
Re: Fossil SCM
#6It's good to see so many SCM systems showing up. But it makes me wonder how many of them can actually work on GBs of codebase with over 1000 of programmers checking in on daily basis. I my experience most of SCMs are fine for small to medium projects, but they go down with crawling speeds and sometimes even not working at all when it goes large scale.
Re: Fossil SCM
#7I absolutely love Fossil. And the author is a great guy! It never gets the press or usage it deserves.
Glad to see this come up on HN!
Re: Fossil SCM
#8Anyone using it for development? What is your experience?
Re: Fossil SCM
#9I dont see the point of Fossil, I looked into it. The commands arent that much easier to understand. If I'm using an SCM anyway and I still need to use a cmd line and I still need to memorize commands then I might just as well use git. And Git has Guis now.
Re: Fossil SCM
#10Fossil is the SCM I always wish I were using, but for the benefit of external collaborators, I stick with Git and GitLab (previously, GitHub). Fossil is a lovely, small piece of software that does exactly what I want in a nice and simple way. It's fast and uses SQLite for everything, making it easy to programmatically extend it and munge its internal data.
SQLite usage makes me wonder how will it behave over time with millions of commits. Also makes me wonder how will it handle distribution.