乌龟SVN更新错误
我使用的是 Windows 7 Ultimate 和 TortoiseSVN 1.6.12。当我尝试在项目根目录上进行 SVN 更新时,出现以下错误:
Can't open file
'\path\to\directory\.svn\lock':
The system cannot open the file.
当我直接更新此问题目录时,它可以工作,但是当我尝试更新根目录时,它会失败。不同的文件有时会发生该错误。我尝试删除有问题的目录,然后通过更新恢复它,然后再次尝试在根目录上更新,但这没有帮助。另外,.svn 目录中没有名为“lock”的文件。我也探索了该存储库,并且没有重复的文件(即具有相同的名称和不同的大小写)。
我很高兴得到一些帮助。
I'm using Windows 7 Ultimate and TortoiseSVN 1.6.12. When I try to do and SVN update on my project root, i get the following error:
Can't open file
'\path\to\directory\.svn\lock':
The system cannot open the file.
When I update this problem directory directly it works, but when I try updating the root it fails. The error happens with different files from time to time. I've tried deleting the problem directory and then restoring it with an update, and then trying update on the root again, but that didn't help. Also, there's no file called 'lock' in .svn directory. I've explored the repo too and there are no duplicate files (that is with the same name and different case).
I would be glad to get some help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.svn 目录在你的根目录中吗?您是否在根目录上尝试过 svn clean ?看看 http://thedrupalblog.com/resolving-subversion-svnlock-permission -拒绝问题。另外,如果可能的话,使用像 Mercurial 这样的 dvcs
is the .svn dir in your root dir? have you tried svn clean on root dir? have a look at http://thedrupalblog.com/resolving-subversion-svnlock-permission-denied-issue. Also, if possible, use a dvcs like mercurial