views:

12

answers:

0

I have a TFS2008 installation with a single TFS project that we use for all of our source code. Within this (super)project, we have a whole tree of sub projects. Our projects Contributors group has the default (read, write, checkin,, checkout etc.) access to this whole tree.

We have a folder within this structure that we want to restrict access to. I have DeveloperJoe who is a member of the Contributors group, who needs access to this folder. To implement this, I overrode the Contributors groups inherited permissions on this folder, denying all access. I added DeveloperJoe specifically to the folder, granting him all access. Joe can no longer see the folder.

It seems that the rights set for the Contributors group (of which Joe is a member) trumps the specific rights I set for him on this folder.

How do I implement this so that only DeveloperJoe can access this folder?