Tortoise SVN,如何按扩展名过滤结帐文件
我正在与几位网页设计师一起开发几个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 SVN,无法通过扩展进行结帐。
如果您的目的只是将一些文件合并到一个文件夹中 - 那么您可以使用 SVN 外部(有缺点,但无论如何)。
如果您的目的是限制访问 - 您应该将代码文件与其他文件分开(移动),更改项目设置等,并坚持基于路径的授权。
With SVN there is no ability to checkout by extension.
If your intention is only to combine some files in one folder - then you can use SVN externals (there are drawbacks, but anyway).
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 .