Is it possible to restrict user/role access to TFS by file extension?

99 views Asked by At

My searches are turning up many useless results, so I am hoping someone here might know off hand. I would like to configure Team Foundation Server so that some members of a team (front end people) can only have write access on .cshtml, .css, .js files (etc) and the back-end developers can have write access on anything. Is this possible?

1

There are 1 answers

1
jessehouwing On BEST ANSWER

This is not possible. I personally also do not find it advisable, since it seriously hampers collaboration between team members. If you want go forward in this direction, then setup the solution structure to have folders for separate types of files. These folders are easily secureable.