|
|
Subscribe / Log in / New account

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.


to post comments


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