I have recovered SVN repository from crashed PC and now I can checkout files from few directories but in one place during checkout it says:
Error: REPORT of \'/s
My colleagues and me had the same issue and what we did to fix it:
fsck
(our server Linux distro runs).svnadmin validate /path/to/repository
.After these steps the problem has been solved.