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

Apache repos write access[Scanned]

From: JS.staff <jsparrow_at_ecclescollege.ac.uk>
Date: 2004-12-22 11:51:08 CET

Can someone explain how I can control repos access (via Apache) so that
some users get write access, and some read only. But all require a
login??

I tried this but it didn't work:

< Location /myrepos>
        DAV svn
        SVNPath /repos/mytestrepos
        AuthType Basic
        AuthName "My repository"
< Limit GET PROPFIND OPTIONS REPORT>
        AuthUserFile "/passwdreadonly"
        Require valid-user
< /Limit>
< LimitExcept GET PROPFIND OPTIONS REPORT>
        AuthUserFile "/passwdfullaccess"
        Require valid-user
< /LimitExcept>
< /Location>

(I don't really leave spaces after the open-tag character!)

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 12:26:13 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.