SVN Restrict File Access using Wildcards

浪尽此生 提交于 2019-12-01 19:41:19

Subversion's authz file does not support wildcards. It's just that simple. The feature does not exist.

You can restrict via wildcards with a pre-commit hook script like svnperms.py, but nothing for read access.

As @alroc already answered -- Subversion's path-based authorization does not support wildcards in authz file as of version 1.8; I doubt wildcards in authz files are going to be implemented in the upcoming Subversion 1.9 release however there is a chance that we will see them in one of the next releases.

There is a bugtracker entry #2662 "authz with wildcards" that has target milestone as 1.9-consider but since Subversion 1.9 release is right around the corner I don't think you see any progress on this in near future.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!