“svn Blame”的 GUI带有历史滑块
有谁知道 UI 工具(Eclipse 插件很棒,但任何其他插件,对于 Linux/Windows 来说都是可以接受的),它允许查看代码某些部分的差异,但也允许快速在修订版本之间切换,例如通过使用滑块。
Does anyone know UI tool (Eclipse plugin would be great, but any other, for Linux/Windows is acceptable) that allows to see difference of some part of code, but also allows switch between revisions quickly, e.g. by using slider.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我喜欢
团队
->显示注释...
功能。它为编辑器的左侧着色,并按颜色对更改的行进行分组。当您将鼠标悬停在某一部分上时,您将获得提交详细信息(修订/作者/日期/评论)。I like the
Team
->Show Annotation...
functionality. It colors the left side of the editor and groups changed lines by color. When you hover over one section you get the commit details (revision/author/date/comment).我使用 SVN 延时视图并取得了一些成功。
http://code.google.com/p/svn-time-lapse- view/
如果 Tortoise SVN Blame 包含这个历史滑块功能就好了。
I've used SVN time lapse view with some success.
http://code.google.com/p/svn-time-lapse-view/
It would be nice if Tortoise SVN blame included this history slider feature.