清理无法处理以下路径

发布于 2024-12-22 14:08:27 字数 285 浏览 6 评论 0原文

我的问题与这里的问题相同:

工作副本 XXX 已锁定并清理在 SVN 中失败

然而,似乎对每个人都有效的解决方案对我来说并不适用。尝试签出到新文件夹对我来说不起作用。我真的不想从存储库中删除该项目并替换它才能使其正常工作。

我正在使用 TortoiseSvn。有人还有其他问题中未提出的更多想法吗?

My problem is the same as the one here:

Working copy XXX locked and cleanup failed in SVN

However, the solution that seemed to work for everyone there isn't working for me. Trying to checkout to a new folder doesn't work for me. I really don't want to have to delete the project out of the repository and replace it to make it work.

I am using TortoiseSvn. Anyone have any more ideas that weren't suggested in the other question?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

桃扇骨 2024-12-29 14:08:27

我发现:我没有清理根目录...当我清理有问题的目录上方的目录时,它就起作用了。

I figured it out: I wasn't cleaning up the root directory... when I cleaned up the directory above the one with the issue then it worked.

痕至 2024-12-29 14:08:27
svn revert -R *

-R 表示递归
* 对于所有更改

svn revert -R *

-R for recursive
* for all changes

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文