Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer to this question is Yes, but it’s not straight forward.
First of all, you will have to add user to the TFS Project (as a Reader or Contributor). Then in the Source Control Explorer, right click on folder or file and select properties. On the Security tab you have options to apply specific permissions to groups and or users.
So your option would be to remove all unnecessary permissions for the required users, and assign them per folder/file. I’m not sure though if you remove Read from parent folder you will have possibility to access folders/files below.