仅向 TFS 开发人员授予 VStudio 项目的一部分的访问权限,并在本地编译整个应用程序
有没有办法允许用户仅查看/更改.NET项目的某些文件/类,并使用TFS2010在本地计算机上编译整个应用程序?
当然,无需将项目拆分为多个 DLL。
谢谢!
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.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以设置 TFS 中文件夹或单个文件的权限。
但是,这将需要一些努力来维护(例如,当添加新文件时,应该应用哪些权限),并且很容易被破坏。
最好将其作为组织/人员问题来解决,首先是:为什么需要这样的限制?
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?