3

Is there a program that lets me render the branches/tags/trunk structure of a Subversion repository and/or a subpart of it? I would prefer it to be controllable via terminal commands, as I want to integrate it inside a webservice or similar.

I am looking for something like (of course, without any annotations):

http://farm2.static.flickr.com/1361/5153278909_13cde87ca6_b.jpg

An alternative may be generating any intermediate format (e.g. GraphViz).

Thanks in advance!

1 Answers1

1

TortoiseSVN has the Revision Graph feature - http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-revgraph.html

manojlds
  • 290,304
  • 63
  • 469
  • 417
  • Thanks, but I am looking for a console-based solution, as I want to integrate that kind of graphs in a webservice and generate them on the fly. I have edited my original question to add that additional requirement. Thanks! – Juan-José Del Río Holgado May 31 '11 at 16:51