'/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
我试过了:
svn add MyFolderName
但我明白了:
svn: E200009: Could not add all targets because some targets are
already versioned svn: E200009: Illegal target for the requested
operation
Best Answer-推荐答案 strong>
尝试使用完整路径添加您的文件夹
svn add /Users/me/demo/app/app/MyFolderName
关于ios - 我在 xcode 项目中添加了两个文件夹,现在当我尝试提交它们时出现以下错误,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/35863128/
|