Re: Using Regex in apache dav right access file
From: David Andersen <dma_at_beyondunreal.com>
Date: 2004-09-25 02:32:59 CEST
Someone could just link PCRE or something into the code to allow for regular expressions. You'd need to extend the syntax to allow for selection of globbing-style matching, case-sensitive regex matching, case-insensitive regex matching, and possibly the ability to restrict it to a range/list of revision numbers. :-)
That would cover just about everything.
You could do something like:
{repository:revisionlist:matchtype:pattern}
and just process them in order.
# Blacklist revisions 1-5 and 24. Some fool committed
# Blacklist anything containing "confidential" in the
There are probably other proposals that could be made.
Ben Collins-Sussman wrote:
>
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.