菜鸟教程小白 发表于 2022-12-12 18:22:07

iphone - 为 XCode 4 中的项目更改为不同的 SVN 存储库


                                            <p><p>我有一个项目,我定期提交到名为“repo1”的 SVN 存储库,出于某种原因,我需要将项目的存储库位置更改为“repo2”,以便将来的任何提交/更新都将发生在“repo2”中。这在 XCode 4 中可能吗?如果是,如何?</p>

<p>附言我在本地网络上有 SVN 服务器,它有两个存储库:repo1 和 repo2。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我认为你不能用 Xcode 做到这一点,但你可以使用 <code>svn</code> 命令在你的工作副本中重新定位存储库 URL:</p>

<pre><code>svn switch --relocate &lt;from URL&gt; &lt;to URL&gt;
</code></pre>

<p><strong>注意</strong>:请务必在...之前备份您的工作副本; )</p>

<p>关于搬迁:</p>

<blockquote>
<p>Rewrite working copy URL metadata to reflect a syntactic change only.
This is used when repository&#39;s root URL changes (such as a scheme or
hostname change) but your working copy still reflects the same
directory within the same repository.</p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 为 XCode 4 中的项目更改为不同的 SVN 存储库,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/8327567/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/8327567/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 为 XCode 4 中的项目更改为不同的 SVN 存储库