如何知道某行是在哪个版本中引入的?

发布于 2024-12-23 19:45:10 字数 79 浏览 3 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

薯片软お妹 2024-12-30 19:45:10

注释在颠覆中被称为“指责”。 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

吾性傲以野 2024-12-30 19:45:10

在 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文