Welcome to MSDN Blogs Sign in | Join | Help

Robert Horvick's Weblog

Team Foundation Server administration and setup

February 2006 - Posts

Discovering TFS merge history using the client API - Part 3 (Deletes and Renames)
Alright – let’s wrap this thing up. We’ve seen the algorithm for discovering merge history and written seen how to call QueryMerges and GetBranchHistory to determine merge contributors. This all works fine until a rename or delete is involved. Deleted Read More...
Discovering TFS merge history using the client API - Part 2 (calling QueryMerges)
Another in a series of working with merge history using the TFS client API. Last time I discussed a simple framework for describing merge history. This time we'll walk through calling QueryMerges to reveal the source item of a merge. Read More...
Discovering TFS merge history using the client API - Part 1
Previously I talked about how to find the contributor to a merge (e.g. the source item of a merge operation). This information is all on the server however (in my opinion) it is not presented to the user in the most obvious form. In this post I’ll walk Read More...
Following merge history using the TFS command line
Following the merge (or integration) history in TFS was a bit more difficult than I expected. This blog post describes the steps you can take to figure out the source item of a merge by using the "branches" and "merges" commands. Read More...
Keeping TFS Version Control in synch
There are many barriers to change when evaluating a new version control system. I would like to spend some time discussing the concerns around migrating to a new system and look at some ideas to help lower the barriers to adoption. Read More...
Page view tracker