Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

On our TFS source control server, a lot of source files are checked out by people, which are not employed any more.

Is there a central way where I can undo check out on all files in TFS?

I'm not even sure that they exists in Active Directory anymore.

share|improve this question

2 Answers

up vote 7 down vote accepted

Best thing to do is to delete their workspace using with the command line tool (tf.exe) or the TFS Sidekicks from Attrice.

See the following blog post I did on the topic when it happened to me, and I detailed the command line version:

http://www.woodwardweb.com/vsts/unlocking_files.html

share|improve this answer

There are command line tools that can do this.

However, I find the sidekicks tool much easier to use (it is free and stable.)

You can undo check out easily. There's much more in there that makes it well worth the installation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.