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

Question on authorization

From: Schmitt, Michael <m.schmitt_at_fgan.de>
Date: 2004-02-19 16:38:03 CET

Dear developers,

I am looking for a simple solution to set read/write permissions on our
subversion repositories. Unfortunately, svnserve supports read/write
access control on the repository level only which is too coarse for our
project. On the other hand, the Apache solution allows authorization on
the file level. But setting up a web server is an absolute overkill in
our project.

One way out of this dilemma might be a hook script. In particular,
tools/hook-scripts/commit-access-control.pl.in looks interesting. I can
integrate it into hook "start-commit" but how about "update" operations?
AFAICS, "start-commit" handles only write operations. How can I control
"checkout", "export", and "update" operations made by some arbitrary
user that connects to our server?

Are there any plans to integrate fine-grained authorization directly
into svnserve? Technically, this does not seem to be too complicated. I
am sure that a simple, efficient authorization mechanism is a killer
feature for medium-size projects.

I hope you can enlighten me :-)

Kind regards,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 17:53:48 2004

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.