Can someone please educate me, when i run a full dump on our repo using the following command
svnadmin dump /repo > backup.dump
This dump file is around 90GB
if i do a dump file with the following command on the same repo
svnadmin dump /repo -r 21782:HEAD > backup.dump
This dump file comes out as 152GB
Even though i have missed out the first 20,000 revisions this is almost twice as big, how is this even possible.
I would of thought it would have been smaller, is this something to do with compression?
If you dump using revisions its uncompressed?