菜鸟教程小白 发表于 2022-12-12 22:26:20

ios - 无法从 xcode 将文件夹提交到 svn


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

<pre><code>&#39;/Users/me/demo/app/app/MyFolderName&#39;
is not known to exist in the repository and is not part of the commit,
yet its child
&#39;/Users/me/demo/app/app/MyFolderName/RequestOperation.h&#39;
is part of the commit
</code></pre>

<p>我试过了:</p>

<pre><code>svn add MyFolderName
</code></pre>

<p>但我明白了:</p>

<pre><code>svn: E200009: Could not add all targets because some targets are already versioned
svn: E200009: Illegal target for the requested operation
</code></pre></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 将文件夹提交到 svn,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/23912198/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/23912198/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 无法从 xcode 将文件夹提交到 svn