Monday 12 April 2010

Get rid of someone’s TFS workspace

Not exactly a fan of TFS myself, especially with better source control platforms available such as Mecurial, SVN or GIT, I needed to delete another users workspace. Unfortunately that workspace was on a hard drive that was no more!! Anyway command line tools to the rescue… (thanks to Visual Studio Team System (VSTS) Blog by Neno Loje)

   1: tf workspace /delete /server:<NAME OF SERVER> <NAME OF WORKSPACE;CREATED USER CREDENTIAL>

You will need administrator rights to do this. You will also prompted as well to delete the workspace.

No comments: