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 :)

link|improve this question

feedback

2 Answers

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

link|improve this answer
Thank you, eichin. blameall surely is a nice tool. It is a little too fine-grained though (which is not a problem if you can change the resolution, but with blameall you can only change the scope AFAIK) and unfortunately as far from animated as a console output goes. Codeswarm just captivated me with its cool birds-eye view of our work of the last months and it was quite rewarding too. Thats what i'm seeking for - less for production (if it proves useful, then definitely for production too), more like a campfire to gather round and gaze. – kostja Jan 7 '11 at 6:59
feedback

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

link|improve this answer
I'm afrad i must wait a little longer still as the tool is only available for C# ATM. Thanks, pablo – kostja Jan 25 '11 at 6:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.