Lost .svn/format, what to do?

試著忘記壹切 提交于 2019-12-11 23:19:11

问题


I'm running a project in subversion. I was having a problem commiting, one of the folders was giving a 'is missing or not locked' error, so following the advice I could find I deleted the folder locally, did a clean up and tried to update. This did not work. After some more tries I though it's easier to revert to a working version.

However, when I tried that I got the following error:

svn: Cannot read from '/homes/ndeklein/workspace/MS/.svn/format': /homes/ndeklein/workspace/MS/.svn/format (No such file or directory)

I checked .svn and indeed it does not have a format file or directory. My svn project now can't revert, update or commit. Is it possible to remake the format file or directory?

来源:https://stackoverflow.com/questions/10026794/lost-svn-format-what-to-do

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!