Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a huge svn repository that i want to dump (in order to extract a directory whith svndumpfilter). But when i run this command :

prompt# svnadmin dump   svn_data/ciweb2g/repositories/ > dump_ciweb2

I've an error on a specific revision in the middle of the dump process...

* Révision 10876 déchargée.
svnadmin: Corrupt representation '10877 15813 469 469 57946df2036fe32d695558e66fdd7537'
svnadmin: Entête de représentation mal formée

Is there a solution to skip this revision?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.