Specifically, I'm looking for something that, given a single file, and an SVN history, will display insertions and deletions as a pretty animation.
That said: I figure that a list of version control visualizers might be a useful resource.
|
Specifically, I'm looking for something that, given a single file, and an SVN history, will display insertions and deletions as a pretty animation. That said: I figure that a list of version control visualizers might be a useful resource. | ||||
|
feedback
|
|
http://code.google.com/p/gource/ looks very pretty | ||||
|
feedback
|
|
I am not sure about pretty, but codeswarm is certainly one of the most impressive "commit history visualization" tool I have ever seen.
| ||||
|
feedback
|
|
In a more practical way, you may also consider SVN Time-Lapse View
(not big on "animation", but still, can be useful)
| |||||||
feedback
|
|
Most of the VCS have a web or GUI interface such as gitk, hgk and so on. It shows the various "branches" and "merges" along the life of the repo but if you want something prettier then codeswarm is your answer :) | ||||
|
feedback
|