Reputation: 8092
Due to some bad practices regarding branching within a project in work, I am looking for an application that I can point at a subversion server and produce a map that will graphically outline the rats nest that exists.
Any help would be greatly appreciated.
Cheers Liam
Upvotes: 2
Views: 545
Reputation: 1740
More cross-platform solution is to use svn-graph.pl (http://subversion.tigris.org/tools_contrib.html#svn_graph_pl) with GraphViz (http://www.graphviz.org/)
Some assembly likely required.
Upvotes: 0
Reputation: 311634
Try svn ls -R
for a command-line version. Not terribly graphical, though.
Upvotes: 0
Reputation:
If you are using Windows, does the TortoiseSVN revision graph not do what you want?
Upvotes: 5