Could not read chunk size. Error in SVN

后端 未结 7 1977

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         


        
7条回答
  •  感动是毒
    2021-02-20 03:52

    My colleagues and me had the same issue and what we did to fix it:

    1. On the svn server we checked partition filesystem with repository for errors with fsck (our server Linux distro runs).
    2. Copied repository directory to backup.
    3. Validated repository via svnadmin validate /path/to/repository.

    After these steps the problem has been solved.

提交回复
热议问题