尝试重新定位时出现 Subclipse 错误
它说:“尝试锁定已经锁定的目录”。
我确实有一些未提交的更改。但我无法提交,因为 subclipse 一直说:存储库已永久移动。
我应该怎么办?
It says: "attempt to lock an already locked dir".
I do have some changes that is not committed. But I can't commit either as subclipse keep saying: the repository has permanently moved.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从工作副本上的命令行运行 svn cleanup ,这应该会清除锁定。
Run
svn cleanup
from the command line on the working copy, that should clear the locks.