Guest User

Untitled

a guest
Jun 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # If you happen to have this problem when loading your SVN dump
  2. # svnadmin: Dump stream contains a malformed header (with no ':') at '* Dumped revision 0.'
  3.  
  4. grep --binary-files=text -v '^* Dumped revision' ./repository.dump > ./repository.clear-dump
  5. svnadmin load /new/path/to/your/repository < ./repository.clear-dump
Add Comment
Please, Sign In to add comment