Xcode 和 SCM 提交错误
我为我的 ipad 项目设置了 SCM (SVN)。结账等工作很好,但是当我想提交更改时,我收到以下错误:
错误:125001(虚假文件名)说明:无法确定“.”的绝对路径
有什么建议吗?
谢谢+问候
I set up SCM (SVN) for my ipad project. checkout etc. worked good, but when i want to commit changes i get following error:
Error: 125001 (Bogus filename) Description: Couldn't determine absolute path of '.'
any advice?
thanks + regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我意识到您可能不再遇到这个问题,但我自己也遇到了这个问题,并认为我应该记录我的发现。
我发现通过在 XCode 中进行提交(在 svn 中设置我的项目之后)我得到了同样的错误。但是当我进入终端并在命令行中进行提交时,一切都很好。即使在通过命令行执行 svn cleanup 后,XCode 中的下一次提交也被证明存在相同的问题。总而言之,我重新启动了 XCode,瞧,它又正常工作了。
I realise you probably don't have this problem anymore, but I just came across this myself and thought I'd document my findings.
I discovered that by doing a commit in XCode (after just having setup my project in svn) I got that same error. But when I went to the Terminal and did a commit int he command line, all was well. Next commit in XCode also proved to have the same problems, even after doing an
svn cleanup
via command line. All in all, I restarted XCode and voila, it worked happy again.