I have a deltas (version 3) dump file, which is about 48GB in size.
I attempted the following on my machine
svnadmin create ./path/to/testRepo
svnadmin load ./path/to/testRepo < ./path/to/my.dump
The dump file that I'm working with runs fine with no warnings until 10% of the way through (revision 5670 of 53082) I encounter: svnadmin: E185004: Unexpected end of svndiff input.
I don't know how to bypass the error. Also, since the file is so large, I don't know how to safely edit or split the dump file to troubleshoot.
Any help would be appreciated.