SCM - gusenov/kb GitHub Wiki
Wiki
- Software configuration management is the software engineering practice of tracking and controlling changes to a software system; part of the larger cross-disciplinary field of configuration management (CM).
- SCM includes version control and the establishment of baselines.
Fossil A Coherent Software Configuration Management System
- SQLite.org / Why SQLite Does Not Use Git
- r/programming / Fossil - github-in-a-box (by SQLite creator)
- Hacker News
- I've always wondered why the creator of SQLite (who's also the creator of Fossil SCM) will state that SQLite is not meant for client/server scenarios ... yet his Fossil SCM (which is client/server) uses SQLite.
- I love SQLite, and Fossil is very cool, but I don't see the fundamental difference between Git adding another file in the .git directory, and Fossil adding another table or index in the SQLite database.