Pierre Berthier <pierre.berth...@ini.phys.ethz.ch> writes: > <Location /repos/> > DAV svn > SVNParentPath /srv/svn/repos/ > SVNListParentPath on > AuthzSVNAccessFile /etc/apache2/svnaccess.conf > AuthzSVNAnonymous Off > AuthzSVNAuthoritative On > SVNPathAuthz Off > > AuthType Basic > AuthName "Login required" > AuthBasicProvider ldap > AuthLDAPURL > ldap://...... > Require valid-user > </Location> > > <Location /repos/svntest/> > SVNPathAuthz on > </Location>
Wow! A nested Location without "DAV svn" but with a Subversion directive. I can see that we might be able to make that work, but I'm not sure that we ever did. Does that work in 1.6? You may be able to work around the problem by making /repos/svntest into a self-contained "DAV svn" Location by adding SVNPath, AuthzSVNAccessFile, etc. If this was supported by 1.6 and the problem only occurs with POST requests then you may be able to work around it by disabling the v2 protocol. -- Philip