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

Re: Issue setting up authz permissions

From: Kevin P. Fleming <kpfleming_at_digium.com>
Date: 2006-02-06 03:58:46 CET

Robert Kinberg wrote:

> That works great. However, once I branch or tag the /trunk directory,
> the permissions no longer apply to the new branch/tags. Is there anyway
> to setup relative authz permissions, like ./secret, perhaps. Otherwise,
> everytime I branch/tag the /trunk, I will need to create another authz
> entry to protect the new instance of the secret directory.

Unfortunately that is not possible with the current mod_authz_svn
implementation.

I can suggest an alternative; put your secret stuff under /secret/trunk,
  /secret/branches, /secret/tags, and put a 'secret' svn:externals
property into /trunk. This will provide most of what you are looking
for, almost transparently.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 6 04:00:04 2006

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.