I have added two folders to xcode project and now when I try to commit them I get following error:
我已经向xcode项目添加了两个文件夹,现在当我尝试提交它们时,我得到以下错误:
'/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
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
1 个解决方案
#1
1
for adding, are you giving complete path of the folder like:
添加时,是否提供完整的文件夹路径,如:
svn add /Users/me/demo/app/app/MyFolderName
#1
1
for adding, are you giving complete path of the folder like:
添加时,是否提供完整的文件夹路径,如:
svn add /Users/me/demo/app/app/MyFolderName