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

Re: start-commit user access scripts

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-07-01 04:12:59 CEST

Garrett Rooney wrote:
>
> On Sun, Jun 30, 2002 at 06:52:39PM -0700, Blair Zajac wrote:
> > I'm looking at COMMITTERS and I'm guessing that there's a script on
> > svn.collab.net that is run from start-commit that checks to make
> > sure a particular user can modify portions of the repository.
> >
> > If this is the case, can somebody who has access to svn.collab.net add
> > the scripts that check this to the svn repos? My own svn tree needs
> > to limit user privileges.
>
> actually, it's all being handled by apache, via a <LimitExcept> clause
> in httpd.conf. in order to perform certain actions on the repository,
> you just have to have a valid user (http authentication). check out
> INSTALL for details on how to set that up.

OK. I've already got Apache set up that way. I just figured there
would be an easier way to set this up, ala the way CVS is set up for
the Apache CVS archives with commit_check, commit_prep and the acl
files.

I haven't tested this, but if you have a repository set up like

repos/1
repos/2

and user A has write access via <LimitExcept> to 1 but not to 2 and
attempts a commit to 1 and 2, then it'll fail?

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 1 04:14:10 2002

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.