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

Controlling write access via apache[Scanned]

From: JS.staff <jsparrow_at_ecclescollege.ac.uk>
Date: 2004-12-22 18:22:36 CET

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!
 
Thanks,
 
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:26:15 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.