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

Re: Controlling write access via apache[Scanned]

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-12-22 18:41:29 CET

On Wednesday 22 December 2004 12:22, JS.staff wrote:
> To control people with readonly and read-write access, I have also
> tried:
>
> <Location /myrepos>
> DAV svn
> SVNPath /repos/mytestrepos
> AuthType Basic
> AuthName "My repository"
> AuthUserFile "/passwds"
> AuthGroupFile "/writeaccessgroup"
> Require valid-user
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> Require group "writeaccess"
> </LimitExcept>
> </Location>
>
> (putting those with write access in the group). But this doesn't work
> either - everyone in the passwds file can write.
>
> HELPPPPP!

http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2

Use mod_authz_svn to control read-write access. It's much easier to deal
with, and more flexible should you decide to allow access to some parts
of a repository.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 18:45:11 2004

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.