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# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -