Tortoise SVN,如何按扩展名过滤结帐文件

发布于 2024-12-20 19:18:26 字数 138 浏览 0 评论 0原文

我正在与几位网页设计师一起开发几个 asp.Net 网站。我希望只有程序员可以签出代码文件(asp.net 中的 *.cs),并让设计人员签出任何其他文件。 所以,我认为按用户/扩展名过滤文件是我需要的行为。
这可能吗?如果没有,您将如何处理我的问题?

I'm working on several asp.Net websites with several web designers. I want only the programmers can checkout the code files ( *.cs in asp.net) and let the designers checkout any other files.
So, I think that filter files by user/extension it's the behavior I need.
Is this possible ? If not, how whould you aproach my issue ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

雪花飘飘的天空 2024-12-27 19:18:26
  1. 对于 SVN,无法通过扩展进行结帐。

  2. 如果您的目的只是将一些文件合并到一个文件夹中 - 那么您可以使用 SVN 外部(有缺点,但无论如何)。

  3. 如果您的目的是限制访问 - 您应该将代码文件与其他文件分开(移动),更改项目设置等,并坚持基于路径的授权

  1. With SVN there is no ability to checkout by extension.

  2. If your intention is only to combine some files in one folder - then you can use SVN externals (there are drawbacks, but anyway).

  3. If your intention is to limit access - you should separate code files from other files (move), change project settings, etc and stick to the path based authorization .

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