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

Re: restricting access via http.conf (was Re: svn stability problems, was: dir duplication)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-15 17:30:41 CET

solo turn <soloturn99@yahoo.com> writes:

> is there any documentation, how to set up the security correctly for:
> - users with read/write for the whole repository
> - users with read for the whole repository

These things are doable with apache's own authorization controls.

> - users with read for the whole rep, write for subtree
> - users with read for a subtree

Theses things are only doable by implementing your own authorization
system via hook scripts. Take a look at the commit-access-control.pl
or svnperms.py scripts in out tools/ area.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 15 17:33:44 2003

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.