Giving acces only to a part of a VStudio project to a TFS developer and compiling locally the whole app
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?
精彩评论