我知道 codeswarm 和 gource,但据我所知,他们在类级别上可视化了存储库。
我希望看到的动画是单个文件(或包)的历史记录 - 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 :)
发布评论
评论(2)
它不是动画,但如果您想“一次”查看单个文件的历史记录 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.)
也不是动画,但可能是查找方法历史记录的非常有用的工具: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