Support large repositories!
Support large repositories!
Posted Apr 5, 2010 17:33 UTC (Mon) by chad.netzer (subscriber, #4257)In reply to: Support large repositories! by SEMW
Parent article: A proposed Subversion vision and roadmap
Also recently discussed is "bup", which is a backup system for large files:
http://lwn.net/Articles/380983/
http://github.com/apenwarr/bup#readme
http://lwn.net/Articles/380983/
http://github.com/apenwarr/bup#readme
The main clever bit is that "bup" writes packfiles directly, rather than trying to diff-and-pack the large blobs after the fact. This combined with splitting and reconstituting large files automatically, might be a good method for git to natively grow efficient large file support (with built in binary data "deduping").