How to prevent casual browsing
From: Peter Flynn <peter_at_silmaril.ie>
Date: Sun, 01 Dec 2013 14:39:50 +0000
I have a number of svn repositories running under Apache+subversion on
server.name/svn/foo
All of them are private; all but one of them are single-user (me) so
The URIs are not published or linked, and my colleagues are all well
I am having problems getting the access privs right, as they keep
Currently the svn/conf/authz file says
> [groups]
The Apache conf.d/subversion.conf says:
> <Location /svn>
and svn.auth specifies a username:encryptedpassword pair for each member
1. Browsing with a web browser causes a prompt for the username/password
2. An svn ci operation works fine.
3. An svn up operation fails, and always causes an E220000 error.
4. Replacing the GET in the LimitExcept config allows svn up to work
Is there a way to prevent the casual browsing while avoiding the E220000
///Peter
|
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.