Dropping old revisions creates larger repository
From: Erik Hemdal <erik_at_comprehensivepower.com>
Date: 2007-02-02 20:22:08 CET
Dropping old revisions creates larger repository
I was looking to test what happens when one uses a dump/load cycle to remove old
I moved my dump to a test machine so all my results are on a test box instead of
1. I restored my production dump to a new repo. The total size of the
2. I looked at the size of the original dump file, it's 3168367372 bytes long.
Then I dumped the test repository and left off the first 99 revisions
svnadmin dump ~/test-repo -r 100:580 > dump-smaller
I reloaded the dump into a new repository.
The new repository looks just as I want it; the early revisions are gone, and
The new repo takes 1378148 byes. The new dumpfile is 3230834074 bytes long.
Has anyone else seen this, and can anyone explain why this is happening? I
Thanks for any ideas. Erik
---------------------------------------------------------------------
|
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.