Subversion 1.10 added support for wildcards in the authz file. (See
https://subversion.apache.org/docs/release-notes/1.10.html#authzperf)
For export control reasons, we need to control access to a subdirectory of our test cases. Of course they get copied around with branching and tagging, so wildcard support is a good solution to limit access via Subversion, but it doesn't seem to work with Trac.
We are currently running Trac 1.4, but from what I see in the Trac source, it appears this is not currently supported in trunk, either. Is that true, or am I missing something?