开发者

Failed to manually clean-up svn, now "end of file" is found

开发者 https://www.devze.com 2023-03-27 06:24 出处:网络
So, I ran svn co开发者_运维知识库, but the computer ran out of memory. This was a while back, but, as a result, not everything got saved. I tried to manually delete the files and recommit, and everyth

So, I ran svn co开发者_运维知识库, but the computer ran out of memory. This was a while back, but, as a result, not everything got saved. I tried to manually delete the files and recommit, and everything seemd fine.

But now, when I try to check out the repository, I get a message which says

svn: Can't read file 'BLAHBLAH/db/revs/0/57': End of file found

That worries me. I'm not sure if I'm checking everything out correctly or not. I'd delete the repository and start over, but I'd like to save the change history on these files.

Any thoughts on how I can clean up this mess?


Have you considered checking out an earlier version rather than the latest? May be you can try to update it step-by-step until the most recent one. At each step recompile your project to check for errors and correct them.

0

精彩评论

暂无评论...
验证码 换一张
取 消