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

Revprop changing and mod_authz_svn

From: Matt Sickler <crazyfordynamite_at_gmail.com>
Date: 2006-07-20 22:56:20 CEST

Today I was setting up a pre-revprop-change hook, and I thought I
could use mod_authz_svn for authorization purposes. I tested many
configurations and it appears that mod_authz_svn doesnt check for
*anything*, it lets all authenticated users change revision
properties. (As long as the hook returns a true value)
I propose that another bit be added: p - any user with a p bit on the
root of a revision can change a revision property, but those without
cannot.
ie:
[reponame:/]
user = rwp # 'user' would get revprop authority on the repo 'reponame'
another = rw # but 'another' would only get commit

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 20 22:56:46 2006

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.