Version control for Linux (developerWorks)
Version control for Linux (developerWorks)
Posted Oct 11, 2006 21:38 UTC (Wed) by JoeF (guest, #4486)In reply to: Version control for Linux (developerWorks) by proski
Parent article: Version control for Linux (developerWorks)
The changeset definition that the author uses, based on that the server stores deltas, is of course not how the SCM community defines it.
A changeset has nothing to do with how the servers store the data. It is an abstraction that specifies a collection of changes. CVS doesn't really use changesets, but Subversion does. I don't know enough about Arch to comment on its changeset use.
