[go: up one dir, main page]

|
|
Log in / Subscribe / Register

SCM in the filesystem?

SCM in the filesystem?

Posted Aug 31, 2008 2:40 UTC (Sun) by vonbrand (subscriber, #4458)
In reply to: TALPA strides forward by drag
Parent article: TALPA strides forward

Sure, at first sight the idea of "each change is a commit" sounds sensible, but if you have ever worked with some kind of fine-grained (local like RCS, or distributed like git) SCM, you soon discover that commits must record meaningful changes. Not each time I decide to save a file in the editor "just in case" (or, much worse, that the editor decides that there have been enough changes to write out a snapshot) does make sense as a meaningful point in history. Most commits are coordinated changes to several files (something of which you are painfully aware when using RCS).


to post comments

SCM in the filesystem?

Posted Mar 25, 2009 18:17 UTC (Wed) by mrshiny (guest, #4266) [Link]

It would be useful to automatically put /etc under source control using a tool like this. Every save in /etc IS a commit on my system.


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