views:

2712

answers:

4

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.

+4  A: 

TortoiseSVN can show revision graph - visual representation of branching\merging history.

aku
+1  A: 
Prakash
Is that for Clearcase only though? I mean, how can it help browse a subversion repository history?
rq
As i said, i havent come across any tool which shows visualization for Subversion. The screeshot was from Clearcase version tree. Ofcourse it doesnt help subversion. I just posted to show what is available there in clearcase!
Prakash
Even though you said in the text that the image is from ClearCase, the large graphic is very misleading and doesn't contribute to the answer.
Sam
+1  A: 

You can have a look at some of the visualisation techniques used here, for inspiration if you are developing your own system, some nice ideas.

RaphaelJS Github Vis Code Swarm

Probably you know some of this already!

danp
+1  A: 

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

Andy Lynch