开发者

Giving acces only to a part of a VStudio project to a TFS developer and compiling locally the whole app

开发者 https://www.devze.com 2022-12-27 11:20 出处:网络
Is there any way to allow the user to view/change only some files/classes of a .NET project and compile the whole application on the local machine with TFS2010?

Is there any way to allow the user to view/change only some files/classes of a .NET project and compile the whole application on the local machine with TFS2010?

Without splitting the project in multiple DLLs, of course.

Thank开发者_Python百科s!


You can set permissions on folders or individual files in TFS.

But, that is going to take some effort to maintain (e.g. when a new file is added, which permissions should be applied), and would be easy to break.

Better to solve as a organisational/people problem, starting with: why do you want such a restriction?

0

精彩评论

暂无评论...
验证码 换一张
取 消