SVN 查找标签的修订版本 [英] SVN find revision of tag

查看:26
本文介绍了SVN 查找标签的修订版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以显示哪个修订版相当于某个标签?

解决方案

试试这个

svn log/path/to/tag -v --stop-on-copy

您可能会看到类似的内容

<前>r10 |用户 |2010-02-07 17:06:01 -0800(2010 年 2 月 7 日,星期日) |1 行改变的路径:一个/path/to/tag(来自/path/to/branch:5)

您可以看到标签在修订版 5 处分支

Is there any way of showing which revision is equivalent to a certain tag?

解决方案

Try this

svn log /path/to/tag -v --stop-on-copy

You might see something like this

r10 | user | 2010-02-07 17:06:01 -0800 (Sun, 07 Feb 2010) | 1 line
Changed paths:
   A /path/to/tag (from /path/to/branch:5)

You can see that the tag was branched at revision 5

这篇关于SVN 查找标签的修订版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆