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.