[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion branch deltification policy is more space-hungry than CVS

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-05-21 12:19:34 CEST

Subversion stores more fulltexts than CVS, for the same history, if branching is used at all.

This becomes very visible when people convert from CVS to subversion, and their repositories increase significantly in size.

CVS stores 1 fulltext per file.

SVN stores 1 fulltext per file *plus* an additional fulltext for every branch on which a file is modified.

This is a tradeoff of space vs. checkout speed which is different to that made by CVS, and needs to be carefully considered, as it
may well dissuade people from switching from CVS to SVN.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 21 12:23:40 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.