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

mod_dav_svn: nested Location '/svn' hinders access to '' in SVNPath Location '/svn'

From: Manju C <manjuc02_at_gmail.com>
Date: Mon, 21 Mar 2016 05:17:01 -0700 (MST)

Hi Team,

We recently upgraded subversion from 1.6 version to 1.8 version on RHEL 5.8.
After upgrade we are getting below warning in error_log file and we are
getting access denied error when we try to access projects thru URL and
forbidden error when we checkout using client. Before upgrade everything was
working fine.

"mod_dav_svn: nested Location '/svn' hinders access to '' in SVNPath
Location '/svn'"

<Location /svn>
  DAV svn
  #AuthLDAPEnabled on
  SVNListParentPath on
  SVNAutoversioning on
  SVNReposName "svn repository"
  SVNParentPath /u10/~~~~~~~~/svnrepositories
  AuthType Basic
  AuthName "Subversion"
  #AuthExternal ldap_auth
  #Require valid-user

  AuthzLDAPAuthoritative on
  AuthType Basic
  AuthBasicProvider ldap
  AuthName "Subversion"
  AuthLDAPBindDN "cn=~~,l=~~,dc=~~,dc=com"
  AuthLDAPBindPassword pass
  AuthLDAPURL "LDAP URL"
  Require valid-user

  AuthzSVNAccessFile /u10/~~~~~~~~/svnauthfile
</Location>

I am new to SVN. Could someone please help me to resolve this issue.

Thanks

--
View this message in context: http://subversion.1072662.n5.nabble.com/mod-dav-svn-nested-Location-svn-hinders-access-to-in-SVNPath-Location-svn-tp196311.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2016-03-21 13:49:35 CET

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.