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

Apache 2.4/SVN 1.8.15 - cannot see top level directories

From: Tom Kielty <Tom.Kielty_at_Calabrio.com>
Date: Mon, 25 Apr 2016 20:53:13 +0000

We currently run SVN 1.8.8 on Windows 2008 R2 with Apache 2.2 and LDAP SSPI authentication.

We have 2 repositories. After authenticating you can see the top two directories in a browser.

URL: http://<ip>/Repo1<http://%3cip%3e/Repo1>

Shows:
Directory1/
Directory2/

I am upgrading to SVN 1.8.15 with Apache 2.4 on Windows 2012 R2 with LDAP SSPI authentication.

When I go to the same url after upgrading I am not asked for authentication when going to http://<ip>/Repo1<http://%3cip%3e/Repo1> but I see "Revision xxxx". I do not see Directory 1 or Directory2.

However if I go to http://<ip>/Repo1/Directory1<http://%3cip%3e/Repo1/Directory1> I am prompted to authenticate and I can see everything under Directory1.

Here is my httpd.conf information:

<Location /Repo1/>
  DAV svn
  SVNPath D:/Repo/Repo1
  SVNListParentPath on
  AuthName "SVN Server"
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  AuthzForceUsernameCase lower
  SSPIDomain <mydomain>
  SSPIOfferBasic on #let non-IE clients authenticate
  SSPIOmitDomain On
  AuthzSVNAccessFile "D:/Repo/Repo1/svnaccess.conf"
  Satisfy any
  Require valid-user
</Location>

I also have WebSVN which does show everything just fine.

Any ideas?

Tom
Received on 2016-04-26 05:15:12 CEST

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.