I have a dump file dump.svn This dump file includes the revision 0 to 2879 When i load it
svnadmin load /path/to/new/repository < /path/to/dump.svn
I have a corrupted revision (1174) , so loading it failed . How to load only the revisions 1175 to 2879 in my new server.
Thank you