Archive for the ‘TFS’ Category

Can’t connect to TFS after installing Visual Studio 2008 SP1

I installed the VS2008 SP1 on our server, and couldn’t connect to the TFS anymore. As I was in the process of installing more software updates, I didn’t immediately realize which update caused these problems. So I googled on the error message: “TF30059: Fatal error while initializing web service” and luckily others had the same [...]

Team Foundation Sidekicks

Team Foundation Sidekicks is a freely downloadable product suite designed to improve productivity when working with team-foundation version control. There is another companion product that works with MSBuild.   The utilities provide a graphical interface to various functionalities that are only available through the command-line interface.   My two favorite features: delete the workspace for [...]

Undo check out in TFS

Het is mogelijk om de checkout van een file te undo'en (met genoeg rechten uiteraard) dit is handig in scenario's waarbij iemand op vakantie is of zo, of als je je pcnaam wijzigt tijdens een project (niet doen!) syntax:     tf undo /workspace:<pcnaam>;<username> $/<filepath> /s:<server>voorbeeld: tf undo /workspace:PCJOWEN;jowenm $/Develop/Source/Library.sln /s:http://x-develop-tfs:666/ de /s param is alleen nodig [...]