Thomas Jespersen
Thomas Jespersen

Reputation: 11823

How do I undo check out in TFS for former employees

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.

Upvotes: 7

Views: 4963

Answers (2)

Martin Woodward
Martin Woodward

Reputation: 11770

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

Upvotes: 10

dove
dove

Reputation: 20692

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.

Upvotes: 7

Related Questions