Benoittr
Benoittr

Reputation: 4341

SVN Revision Graph

Is there any (free) tool available that is able to produce a graph showing merges (on top of branch/tags).

I understand the difficulty associated with that and the misleading informations that can result but I would still like to have an idea of the merges (visually) in a given repository.

Upvotes: 6

Views: 3073

Answers (1)

manojlds
manojlds

Reputation: 301327

Update: Just came across this tool - SVN Mapper

Haven't used it yet, but the screenshot looks promising!


TortoiseSVN has a pretty functional Revision Graph facility, if you can use it ( as per the comment, yeah,TSVN doesn't show merge information in the revision graph, but it is in the list for 1.7 )

Upvotes: 5

Related Questions