Version control for Linux (developerWorks)
Version control for Linux (developerWorks)
Posted Oct 11, 2006 19:56 UTC (Wed) by proski (guest, #104)In reply to: Version control for Linux (developerWorks) by felixfix
Parent article: Version control for Linux (developerWorks)
git doesn't store deltas by default. You have to run git-repack to create deltas.
This further indicates that the distinction between "snapshot model" and "changeset model" is artificial and useless. It also places CVS in the "snapshot model" category based on the server storage alone, while in fact CVS is unique among the currently used systems in NOT having any support for changesets spanning more than one file.
