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

bdd -> fsfs

From: Kai Hendry <hendry_at_iki.fi>
Date: 2005-04-23 10:46:44 CEST

I migrated from bdd to fsfs a week ago and I was shocked to see the
difference in size:

puti$ du -h -c repo.fsfs | grep total
110M total
puti$ du -h -c repo.bdd | grep total
890M total

svnadmin dump repo.fsfs > /tmp/1
svnadmin dump repo.bdd > /tmp/2

puti$ du -h -c /tmp/1 | grep total
321M total
puti$ du -h -c /tmp/2 | grep total
319M total

Have I missed something?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 25 14:49:58 2005

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

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