|
|
Log in / Subscribe / Register

Version control with Fossil

Version control with Fossil

Posted Oct 4, 2011 20:14 UTC (Tue) by topher (guest, #2223)
In reply to: Version control with Fossil by vonbrand
Parent article: Version control with Fossil

Regarding the project size, your comparison is more than a little misleading. Yes, Linux started as a one-man hobby. But, from it's outset, it was a Unix-like Operating System Kernel. It's obvious that it has the potential to be a huge project. It's also probably one of the largest single pieces of software out there (where largest is defined as being larger than 99% of software projects by lines of code and number of developers).

Most projects that most people are involved with are, by their nature and design, simply lacking in the potential to ever get that big. In that unlikely (probably 1 in 100,000+) chance that a project does unexpectedly get that big, Fossil supports import and export to Git. So you export your source history to Git, and you keep on going with your (monstrously huge) project.

Also, I would consider SQLite a far from "small" project, and it is using Fossil with great success. Just because Fossil is oriented towards smaller projects, and can't scale up to the Linux kernel, doesn't mean that it isn't more than capable for the vast majority of software projects out there.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds