我已经为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
我试过了:
svn add MyFolderName
但我明白了:
svn: E200009: Could not add all targets because some targets are already versioned
svn: E200009: Illegal target for the requested operation
答案 0 :(得分:1)
要添加,您是否提供了文件夹的完整路径,如:
svn add /Users/me/demo/app/app/MyFolderName