如何知道某行是在哪个版本中引入的?
在 Eclipse 中,有一个有用的选项“显示注释”。使用它我可以找到每行文件是在哪个版本创建的。 如何使用 Visualsvn 做同样的事情?
At Eclipse there is usefull option "Show annotations". Using it I can find at which revision each line of file is created.
How to do the same using visualsvn?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
注释在颠覆中被称为“指责”。 Annotate 是一些客户端支持的更恰当的别名。 VisualSVN 在其上下文菜单上使用命令的原始“Blame”名称。
一个相关的(但不重复的)SO问题:VisualStudio的“SVN Blame”插件
Annotate is called "Blame" in subversion. Annotate is a more nicely put alias that some clients support. VisualSVN uses the original "Blame" name of the command on its context menu.
A related (but not duplicate) SO question: "SVN Blame" plugin for VisualStudio
在 Visual Studio 中:
在解决方案资源管理器中右键单击文件|视觉SVN |责备...
或
在代码编辑器中单击鼠标右键|视觉SVN |责备...
In Visual Studio:
Right-click on a file in Solution explorer | VisualSVN | Blame...
or
Right-click in a code editor | VisualSVN | Blame...