tags:

views:

79

answers:

1

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

+1  A: 

You can't load just the revision 1175 and higher, because they are stored as changed based on the earlier versions.

Is it possible to fix the original repository with svnadmin recover $REPOS?

Sander Rijken
i will try but you confirm it , i cant dump just the part i want using the full dumping one. What can i do with this dump ?Nothing ?
Nadir SOUALEM
you can try to contact the subversion user list. Do you only have the dump file, or also a repository that contains all revisions?
Sander Rijken
I will try to contact my admnin.Thank you for your help guys.
Nadir SOUALEM