有没有SVN的班级历史可视化工具

发布于 2024-09-24 15:01:00 字数 286 浏览 2 评论 0 原文

我知道 codeswarmgource,但据我所知,他们在类级别上可视化了存储库。
我希望看到的动画是单个文件(或包)的历史记录 - LOC 计数至关重要,LOComment、依赖项、方法计数也肯定会很好:)

I know of codeswarm and gource, but AFAIK they visualize the repository on a class level.
What i would like to see animated is the history of a single file (or a package) - LOC count is essential, LOComment, dependencies, method count a.s.o. would sure be nice too :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

夏の忆 2024-10-01 15:01:00

它不是动画,但如果您想“一次”查看单个文件的历史记录 Ned Batchelder 的svnblameall 是一个有用的工具,并且可能在静态演示中得到同样的东西。 (如果你知道你想要的动画是什么样子的话,这可能是一个很好的起点——blameall 很好地处理了 svn 机制,并且是用 Python 编写的。)

It isn't animation, but if you want to see a single file's history "all at once" Ned Batchelder's svn blameall is a useful tool, and probably gets the same sort of thing across in a static presentation. (It would probably be a good starting point, if you have any idea what you'd want the animation to look like - blameall takes care of the svn mechanics well enough, and is written in Python.)

黯然 2024-10-01 15:01:00

也不是动画,但可能是查找方法历史记录的非常有用的工具:http://codicesoftware.blogspot.com/2011/01/method-history-for-subversion-is-here.html

Not an animation either, but probably a very useful tool to find history of a method: http://codicesoftware.blogspot.com/2011/01/method-history-for-subversion-is-here.html

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