Find all locked files in TFS -


I want to see all the files being locked. So far, I only got to use tf.exe status and '!' Because they have not been reported as "lock, edit" because they are in UI. any idea? Thank you.

If you have installed, this is a one-liner:

 < Code> tfstatus-r-user * | % {$ _. Pending changes}. ? {$ _. Alokak} || Choose - Multiple Servers  

If you prefer scripts to GUI, then try.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

delphi - Mouseover hint for TChart series value -

How to Create Master-Details view using Asp.Net MVC framework -