I have a repo on an old svn server running on RHL9. svn version is 1.1.4. The repo is 1.1GB large (du -sh $REPO
), its full dump is 1.7GB large.
I load the dump on a recent svn server running on ubuntu 16.04, svn version 1.9.3.
I run the following command:
svnadmin load --bypass-prop-validation -q "/path/to/repo.svn" < "/path/to/repo.dump"
Now, the repo is only 412MB large (du -sh
).
I only administrate the server, I don't use svn myself. When i look to the repo logs on Tortoise, it seems that all revisions and all documents are here (can't check all manually, 3733 revs).
But I don't know how to check if this size difference resulted in data loss.
How can I know ? (from tortoise or server cli, I'm root) Is this size difference chocking to you ?