Which tool should I use in order to create a revision tree for a whole svn repository on linux. It's going to be like a visualization of every action made on that repository.
Asked
Active
Viewed 1,271 times
1 Answers
6
I think graphviz should be a good starting point for the graph drawing part. Also http://code.google.com/p/svngraph/ might already be a working solution. Other pointers might be found in this question: Is there a tool that can display a SVN repository visually ( i.e. pretty charts )?

Community
- 1
- 1

Simon Groenewolt
- 10,607
- 1
- 36
- 64
-
Very powerful tool that matches the given needs. – tur1ng Jul 03 '10 at 16:57