On Tue, Apr 29, 2014 at 12:15 PM, Antoine Levy Lambert <anto...@gmx.de> wrote: > On Apr 29, 2014, at 3:32 AM, Dominique Devienne <ddevie...@gmail.com> wrote: >> Just for info, what makes you say that? Why would git be worse than >> SVN for large files? > > Below see some references found in google, the first one says that each > version of a large file is stored > (or maybe each version with a different md5).
[DD] Read this old thread [1], I get the impression that git supports deltas both during network transfers, and in the remote repo, but chooses performance by default over disk-space, by keeping full copies of files. But git does support delta-compression, even across "files" apparently. So I guess it's more the matter of DCVS' in general forcing you to get the whole repos, that is the main drawback of storing large files in them. But I'm definitely out of my depth here, so I'll stop here :). --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org