TFS 2010 permissions to folders and files

守給你的承諾、 提交于 2019-12-22 18:31:15

问题


Hear All,

Could you help me solve following task. There is some folder in tfs source control. For instance, "Configs". There is standard "Contributors" user group. I want to allow make check-ins to some part of "Contributors" group. I'm tried to create new group "Leads", where I added people who can made check-ins. Than I deny check-ins to "contributors", and "allow" for "leads", by default "leads" allow do all.

But after this people who in the both groups, can't do check-ins.

Please advise me, how I should correctly organize user groups grand check-ins permissions for certain group?


回答1:


In TFS deny always wins. The easiest way to solve this without removing the leads from the contributors group is to uncheck allow for contibutors, do not use deny. This will stop contibutors from being able to access the folder.

In this scenario Contibutors will not be allowed to access the folder but leads will so users can continue to be members of both groups.

You may also have to stop inheritance.



来源:https://stackoverflow.com/questions/7838712/tfs-2010-permissions-to-folders-and-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!