Are you aware of any tool that creates diagrams showing the branch/merge activity in a SVN repository?
We've all seen these diagrams in various tutorials. Some good, some not so good. Can they be created automatically (or maybe with a little prodding -- you might have to tell it what if your branching philosophy is dev-test-prod, branch-per-release, etc.)
I'm looking at the TortoiseSVN Revision Graph right now, but it has more detail than I want and the wrong layout. I'm looking for something more like the images in this article.
Orion, thanks for the response. I guess since branching and merging are more a convention for managing files in a repository than a "built in feature of SVN, it would be pretty tough. I'll stick with the poorly-drawn diagram at the top of the whiteboard in our team's office.