Support large repositories!
Support large repositories!
Posted Apr 5, 2010 17:30 UTC (Mon) by tan2 (guest, #42953)In reply to: Support large repositories! by RCL
Parent article: A proposed Subversion vision and roadmap
Mercurial (hg) has a "bigfiles" extension for this situation.
http://mercurial.selenic.com/wiki/BigfilesExtension
Files larger than a certain size, say 10MB, are stored in an external place. The file names and md5 checksum are stored and revisioned in the repository. An "hg update -r REV" will update files tracked by the normal repository and by the external place to the specified revision.