Why do I keep getting #39;SVN: Working Copy XXXX locked; try performing #39;cleanup#39;?(为什么我不断收到“SVN:工作副本 XXXX 锁定;尝试执行“清理?)
问题描述
如果您之前在 Eclipse 中使用过 SVN 工具(Subversion,subversive),那么您可能熟悉工作副本 'XXX' 锁定..."错误.
If you have worked with SVN tools in Eclipse (Subversion, subversive) before, then you are likely familiar with the 'working copy 'XXX' locked..." error.
我发现了一篇非常有用的帖子,其中包含解决此问题的方法:工作副本 XXX 在 SVN 中被锁定并且清理失败
I found a very useful post with a workaround for this problem at: Working copy XXX locked and cleanup failed in SVN
尽管解决方法很好,但一遍又一遍地做这件事很痛苦.有谁知道我为什么不断收到此错误以及我可以采取哪些措施来防止它?
As great as the workaround is, it is a pain to do it over and over again. Does anyone know why I keep getting this error and what steps I could take to prevent it?
上下文:我正在创建一个涉及监听 SVN 事件的 Eclipse 插件,所以在测试这个插件时,我不断地打开和关闭工作区.每次打开工作区时,我通常会进行 1 或 2 次提交.每隔一段时间,提交就会失败,我会收到工作副本锁定"错误.我希望不再发生此错误,因此感谢您提供任何建议.
Context: I am creating an Eclipse plugin that involves listening for SVN events, so in testing this plugin, I am constantly opening and closing the workspace. I usually do 1 or 2 commits each time I open the workspace. Every so often the commit will fail and I get the 'working copy locked' error. I would love for this error to not happen anymore, so any advice is appreciated.
谢谢!
推荐答案
- 选择项目
- 右击选中的项目
- 团队 -> 清理
问题解决了.
注意:以上步骤仅适用于 Eclipse(Indigo 包)
Note: The Above steps will work only Eclipse(Indigo package)
这篇关于为什么我不断收到“SVN:工作副本 XXXX 锁定;尝试执行“清理"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我不断收到“SVN:工作副本 XXXX 锁定;尝试执行“清理"?


- Jersey REST 客户端:发布多部分数据 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01