You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "JS.staff" <js...@ecclescollege.ac.uk> on 2004/12/22 10:51:08 UTC

Apache repos write access[Scanned]

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