[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Access rights for single Files

From: Stefan Voelkel <stefan.voelkel_at_millenux.com>
Date: 2005-03-16 12:19:23 CET

Hello,

I'd like to restrict access to a file to the members of a specific group
"@admin", regardless where the file is located in the repository

I use apache2 to acces the repository with an AuthzSVNAccessFile for access
configuration:

  [test:/]
  fred = r

  [test:/trunk/foo/secret.txt]
  * =
  @admin = rw

The Problem arises on branching and tagging, becaus now the file is
available via f.e.:

  /tags/version-0.2.0/foo/secret.txt

but I still want only users in the @admin group to be able to read this
file. I tried to use a <LocationMatch> [1], but that did not work.

Is there a way to specify wildcards in the acces-file, or another way to
solve my problem?

Thanks in advance,

regards
  Stefan

[1]
http://marc.theaimsgroup.com/?l=apache-httpd-users&m=111081997516517&w=2

-- 
Stefan Völkel                            stefan.voelkel@millenux.com
Millenux GmbH                              mobile: +49.170.79177.17
Lilienthalstraße 2                          phone: +49.711.88770.300
70825 Stuttgart-Korntal                       fax: +49.711.88770.349
     -= linux without limits -=- http://linux.zSeries.org/ =-
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 16 12:22:15 2005

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.