C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>
tf status $/ /user:* /recursive > e:\MyPendingCheckouts.txt /s:"http://YourTFSServerName:8080/tfs/YourCollectionName"
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC> you have to open and VS command line
/user:* you need * to show all users
e:\MyPendingCheckouts.txt is the file to contain all outputs.
/s:"http://YourTFSServerName:8080/tfs/YourCollectionName" showing the source of TFS
tf Dir command to show location
tf dir /recursive $/
you can pass in the item you are searching for also e.g.
tf dir /recursive $/*.cs
gets all the .cs files in all team projects
if you see error below:
You need to add yellow highight to your command
/s:"http://YourTFSServerName:8080/tfs/YourCollectionName"
No comments:
Post a Comment