无法在 Mac 上使用 beanstalk 提交到 svn

发布于 2024-10-01 06:52:50 字数 551 浏览 1 评论 0原文

我使用 Xcode 3.2、Mac OS 10.6 和 svn 进行版本控制。我在这个 svn 中使用 beanstalk。我在 beanstalk 中创建了一个存储库并在 Xcode 中进行了更改。当我尝试从 SCM 提交项目时,出现以下错误:

错误:155005(工作副本未锁定;这可能是一个错误,请报告)描述:提交失败(详细信息如下):
错误:155005(工作副本未锁定;这可能是一个错误,请报告)描述:目录'/Users/Mango3/Documents/Dropbox/splitview/SplitView 2-1 3 2 2/build/SplitView.build/SplitView.pbxindex ' 缺失
错误:155010(找不到工作副本路径)说明:目录“/Users/Mango3/Documents/Dropbox/splitview/SplitView 2-1 3 2 2/build/SplitView.build/SplitView.pbxindex”丢失

我有浏览了很多论坛,但我仍然面临同样的问题。我应该怎么办?

I am using Xcode 3.2, Mac OS 10.6 and svn for version control. I am using beanstalk for this svn. I created a repository in beanstalk and made changes in Xcode. When I tried to commit the project from SCM, I got this error:

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 '/Users/Mango3/Documents/Dropbox/splitview/SplitView 2-1 3 2 2/build/SplitView.build/SplitView.pbxindex' is missing
Error: 155010 (Can't find a working copy path) Description: Directory '/Users/Mango3/Documents/Dropbox/splitview/SplitView 2-1 3 2 2/build/SplitView.build/SplitView.pbxindex' is missing

I have gone through many forums, but I am still facing the same problem. What should I do?

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

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

发布评论

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

评论(2

在你怀里撒娇 2024-10-08 06:52:50

你也许应该和 Beanstalk 谈谈这件事。

您可以尝试的一件事(相当于“重新启动您的电脑”:) 是删除本地副本,然后再次检查。当然,请确保将本地更改保存在安全的地方。然后复制并将这些更改粘贴回。

You should probably talk to Beanstalk about this.

One thing you can try (it's equivalent to "restart your PC" :) is deleting the local copy, and check it out again. Make sure you keep your local changes safe somewhere, of course. Then copy & paste those changes back in.

ゞ花落谁相伴 2024-10-08 06:52:50

在经历备份更改和清除工作副本的麻烦之前,请尝试运行 svn cleanup 命令。有时,工作副本只是自我封闭。

Before going through the trouble of backing up your changes and blowing away your working copy, try running the svn cleanup command. Sometimes working copies just get wrapped up on themselves.

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