Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion merge history visualisation

Are there any utilities out there which can draw pictures of the merge history of a subversion repo - we always commit merges with a (fairly) consistent log message, and it would be handy to be able to automatically extract this info into a single picture that shows what branches occurred when, and what the state of merges is.

I'm just interested in an informational tool, not something to help with actually performing merges.

like image 714
Cebjyre Avatar asked Sep 11 '08 09:09

Cebjyre


1 Answers

I use SmartSVN for this; I has a very quick and easy to use revision graph, which can show svm:mergeinfo as colour coded links and arrows between branches. It's pretty hard to beat when looking at a good-size source tree

like image 153
Andy Lynch Avatar answered Sep 25 '22 11:09

Andy Lynch