Monthly Archives: November 2006

TFSLastModified.exe : Last Modified dates for TFS

This console application lists the last modified date of each file from the TFS changeset history. It was created to mimic the last modified information provided by Visual SourceSafe Explorer. You may find it useful when creating release notes for your applications, although it would be better to rely on TFS labels and changeset IDs.
Usage: [...]

Work Item Moving Tool

Eric Lee has updated his Work Item Moving Tool. You can read more about it on his blog.
Without something like this, you have two options for moving work items between Team Projects.
The first option is to right click on each invididual work item and move them that way. The second option is to use Microsoft [...]

Configuring a TFS Build Server to use TFS Proxy

Another question came up in the course today relating to the TFS Team Build server. “Can I configure a build server to use the TFS proxy as well?”
Once again, I found the answer in the MSDN forums.
Yes you can. You have to edit the registry on the build server and add the following key. I [...]

TFS Proxy server and Multiple TFS servers

A question came up in the course today about TFS Proxy Server. For those who don’t know, this proxy server is used when you have a remote site and want to speed up version control operations back to the main server.
For example, you might have your main TFS installation in a data-centre and then run a [...]