如何确定在 Subversion 中创建标签时使用的是哪个版本和 URL?
使用 Tortoise-SVN,当您创建分支或标签时,您可以指定要用作其源的 URL 和修订版本。您以后可以轻松检索此信息吗?
就我而言,我一直在创建包含 /trunk
或其源 branch
完整内容的标签,但我更愿意切换到仅标记这些版本生成的二进制文件。如果我这样做,我需要能够轻松检索标签的完整来源。
With Tortoise-SVN when you create a branch or a tag you specify the URL and revision to use as its source. Can you later easily retrieve this information?
In my case I have been creating tags that include the full contents of /trunk
or their source branch
, but I would prefer to switch to only tagging the binaries produced by those versions. If I do this I need to easily be able to retrieve the full source of the tag.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了,其实很简单。
打开标签本身的 SVN 日志,选择“复制/重命名时停止”,它将显示在标签的第一个(唯一)修订版下。
Found it, it's quite simple.
Open the SVN Log on the tag itself, select "Stop on copy/rename", and it will be displayed under the first (only) revision of the tag.