Regular expression in the access file
From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Wed, 30 Sep 2009 15:03:34 +0100
Is it possible to use regular expression in the access file?
I am serving a repository using Apache 2.2.11 and Subversion 1.6.5. My configuration has the following
AuthUserFile /usr/local/apache2/etc/svn-test.passwd
My repository has the following structure
<product>/<version>/<test|cand>
So something like
dip
The access for all tests area the same and the access to all cands are the same too.
My access file looks like
[/]
I know that I could reorganize the repository so that I could write the access file as
[/]
But this would be a huge task which I am not willing to do, as I'd rather have a bigger access file instead.
But I was wondering if I could use some regular expression, so that I could use
[/]
Of course the * is a too generic expression. I have actually tried with * and it doesn't seem to work, but maybe it's just because it should be quoted, or * is not valid, or some other reason.
I didn't find anything about this in the archive, and before embarking in finding the correct expression I wanted to check with you guys if it is at all possible. The book doesn't say anything either way.
Thanks
Linedata Services (UK) Ltd
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.