Possible Duplicate:
Making a TFS Branch Read-Only
I want to make a branch read-only in TFS 2010 as the branch has been released and will not have any further changes.
Currently I see two options, neither of which I like:
1) Change security on each branch so people don't have write permissions. This is going to bey really tedious.
2) Exclusive check out the entire branch. This however will leave hundreds of files in the pending changes window per branch.
Is there a different way to read-only a branch that doesn't have the negatives of the above two options? I have only looked though the UI, not any command line options yet.
Thank you for your help!