Is it possible to get all the labels recursively across nested folders?
When doing something like:
tf history * /recursive
In the labels tab I see
"The parameter filterItem may not contain wildcards"
I've tried various different options, but no luck and I can't find a reference to doing labels recursively in msdn.
EDIT: To elaborate with the background to my question, we use labels to mark hotfix releases. So a release is a branch, but a hotfix is a label. I want to get all the hotfix labels across the project.