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

Using a AuthzSVNAccessFile to prevent writes to /*/tags/*

From: Cory Wright <cwright-lists_at_standblue.net>
Date: 2005-03-15 19:26:11 CET

Hi,

We have a repository with many different levels of branches, trunks
and tags. We are using mod_authz_svn to limit access to the
repository and rather than using a pre-commit hook to check for
/tags/ in the path, we would like to be able to use a wildcard in
the AuthzSVNAccessFile to limit access to and /tags directory to
read-only. Something like this:

  [/]
  @team = rw

  [/*/tags/]
  @team = r

Is this possible? And if not, would this be a useful feature to add?

Thanks,

Cory

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 15 19:30:27 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.