If you don’t know the owner name, is there another way to search for the shelveset?
In the "Unshelve" dialog, either enter the username, or use "*" (for all users):
(Thanks to VS ALM MVP-colleague Mike Fourie for raising the question.)
If you don’t know the owner name, is there another way to search for the shelveset?
In the "Unshelve" dialog, either enter the username, or use "*" (for all users):
(Thanks to VS ALM MVP-colleague Mike Fourie for raising the question.)
Tags:
A ui improvement would be to have an option group
eg.
(o) all
(o) owner name
[Search]
Adam
http://Www.adamcogan.com
To get a list of all ShelveSets from all users, run the following command from the “Developer Command Prompt” (as long as you have admin priviliges):
tf shelvesets /owner:* /collection:http://TFS-SERVER:8080/tfs/COLLECTIONNAME
Replace the TFS-SERVERNAME and the Project Collection Name