xcode 对于“工作副本未锁定;这可能是一个错误,请报告”SVN 错误,我该怎么办?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4462685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:01:19  来源:igfitidea点击:

What can I do about the "Working copy not locked; this is probably a bug, please report" SVN error?

xcodesvn

提问by TheLearner

I am trying to commit my entire project to Subversion, and I get the following error message after clicking SCM > Commit Entire Project:

我正在尝试将我的整个项目提交到 Subversion,单击 后我收到以下错误消息SCM > Commit Entire Project

Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (details follow):
Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Directory '/SubVersion/SplitView/trunk/SplitView/build/SplitView.build/SplitView.pbxindex/.svn' containing working copy admin area is missing

错误:155005(工作副本未锁定;这可能是一个错误,请报告)说明:提交失败(详细信息如下):
错误:155005(工作副本未锁定;这可能是一个错误,请报告)说明:目录'/缺少包含工作副本管理区域的 SubVersion/SplitView/trunk/SplitView/build/SplitView.build/SplitView.pbxindex/.svn'

Does anyone know how to fix this bug?

有谁知道如何修复这个错误?

回答by DarkDust

See this article. You've deleted your .svn directory.

请参阅这篇文章。您已删除 .svn 目录。