简体   繁体   English

我在 xcode 项目中添加了两个文件夹,现在当我尝试提交它们时出现以下错误

[英]I have added two folders to xcode project and now when I try to commit them I get following error

'/Users/me/demo/app/app/MyFolderName' is not known to exist in the repository and is not part of the commit, yet its child '/Users/me/demo/app/app/MyFolderName/RequestOperation.h' is part of the commit '/Users/me/demo/app/app/MyFolderName' 不知道存在于存储库中,也不是提交的一部分,但它的子 '/Users/me/demo/app/app/MyFolderName/RequestOperation.h ' 是提交的一部分

I have tried:我试过了:

svn add MyFolderName

But I get:但我得到:

svn: E200009: Could not add all targets because some targets are already versioned svn: E200009: Illegal target for the requested operation svn: E200009: 无法添加所有目标,因为某些目标已经版本化 svn: E200009: 请求操作的目标非法

尝试使用完整路径添加文件夹

svn add /Users/me/demo/app/app/MyFolderName

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在项目中添加了自定义字体,但是当我尝试使用它们时,出现“严重错误:在展开可选值时意外发现nil” - Added custom font to project but when I try and use them I get a “fatal error: unexpectedly found nil while unwrapping an Optional value” 我已将 Widgetkit 添加到我的应用程序中,但现在当应用程序在 Xcode 12 beta 上启动时在 iOS 13 上崩溃 - I have added Widgetkit to my app but now crash on iOS 13 when the app starts on Xcode 12 beta 我在Xcode中更改了项目的名称,现在当我运行它时出现错误 - I changed the name of my project in Xcode, now when I run it I got an error 当我尝试在手机上运行 Xcode 项目时收到错误消息? - I am getting an error message when I try to run a Xcode project on my phone? 当我尝试运行Xcode项目时,它显示了我上传图像的链接器错误 - When I try to run my Xcode project, it shows that linker error which I uploaded the image 当我尝试运行Xcode模拟器时,出现错误“停止“(null)”?”。 - When I try to run the Xcode simulator I get the error 'Stop “(null)”?' 每当我尝试打开项目信息时,Xcode都会崩溃 - Xcode crashes every time when I try to open PROJECT info 在Xcode 6.1中,我有两个导航按钮。 但是它们不再在情节提要上可见。 我该如何找回他们? - In Xcode 6.1 I have two navigation buttons. But they are not visible on the Storyboard anymore. How do I get them back? 我可以在 Xcode 项目中有两个版本的框架吗 - Can I have two versions of the framework in Xcode project 当我尝试从 Jenkins 构建 Xcode 项目时,出现错误“字符串索引超出范围 15” - When I try to build Xcode project from Jenkins, I am getting the error "String index out of range 15"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM