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
Post a Comment