Liam
Liam

Reputation: 8092

Where can I find a SVN application that will display the whole tree (or branch) graphically as a map

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

Answers (3)

Jukka Dahlbom
Jukka Dahlbom

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

John Feminella
John Feminella

Reputation: 311634

Try svn ls -R for a command-line version. Not terribly graphical, though.

Upvotes: 0

anon
anon

Reputation:

If you are using Windows, does the TortoiseSVN revision graph not do what you want?

Upvotes: 5

Related Questions