Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 XCode 4.3 并将其与 SVN 集成。我们如何标记 XCode 中的特定代码。
我想将整个中继代码复制并标记到 Tags 文件夹。我曾经用 XCode 3.2.6 做到这一点。
我遇到了同样的问题,我只是使用命令行,很简单:
svn copy <svn root path>/trunk <svn root path>/tags/<new tag>