Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what can i use to create a revision tree graphic on linux

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.

like image 400
xzvkm Avatar asked Jul 03 '10 16:07

xzvkm


1 Answers

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

like image 90
Simon Groenewolt Avatar answered Sep 27 '22 16:09

Simon Groenewolt