ios - 我在 xcode 项目中添加了两个文件夹,现在当我尝试提交它们时出现以下错误
<p><blockquote>
<p>'/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</p>
</blockquote>
<p>我试过了:</p>
<pre><code>svn add MyFolderName
</code></pre>
<p>但我明白了:</p>
<blockquote>
<p>svn: E200009: Could not add all targets because some targets are
already versioned svn: E200009: Illegal target for the requested
operation</p>
</blockquote></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>尝试使用完整路径添加您的文件夹</p>
<pre><code>svn add /Users/me/demo/app/app/MyFolderName
</code></pre></p>
<p style="font-size: 20px;">关于ios - 我在 xcode 项目中添加了两个文件夹,现在当我尝试提交它们时出现以下错误,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/35863128/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/35863128/
</a>
</p>
页:
[1]