views:

219

answers:

2

Is there any utility that works with either Subversion or (preferably) Team Foundation Server's source control system that shows a visual representation of the source tree? e.g. it shows branches (with labels) splitting off, merging back in and so on.

A: 

I'm not sure about the present - go to www.codeplex.com and search for TFS.

In VS2010 there's a very nice feature for that. See 10-4 Episode 4: No More Parallel Development Pain. You can download the CTP now, and try it out.

John Saunders
thanks this is what I am looking for, I guess its not available for TFS2008 though
freddy smith
+2  A: 

You mean like the Revision Graph, which is built in to Tortoise SVN? You can see a sample of its display capabilities here.

anon
if this is it, why not accept the answer?
Kevin Williams