仅向 TFS 开发人员授予 VStudio 项目的一部分的访问权限,并在本地编译整个应用程序

发布于 2024-08-29 20:21:23 字数 101 浏览 2 评论 0原文

有没有办法允许用户仅查看/更改.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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

阪姬 2024-09-05 20:21:23

您可以设置 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文