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

Unable to view repository list

From: Neson Maxmelbin (RBEI/EMT5) <Maxmelbin.Neson_at_in.bosch.com>
Date: Fri, 27 Aug 2010 13:13:47 +0800

Hello Guys,

I have setup SVN 1.6 with Apache 2.9 on Windows Server 2003 SP2 with LDAP conf.

I can access the repositories ok, but unable to view the parent path on web so that I can see the list of repositories.
In my httpd.conf , the last section reads as follows ..
Request your help.
Thanks

Location /repos>

    DAV svn
    SVNParentPath D:/svnrepo

    SVNListParentPath On

    SVNIndexXSLT "/svnindex.xsl"

    SVNAutoversioning on

    # how to authenticate a user
    AuthType Basic

    AuthName "Subversion Repository for *****"
    AuthBasicProvider ldap

    AuthzLDAPAuthoritative on

    AuthLDAPBindDN "CN=*****,OU=****,OU=***,OU=****,DC=**,DC=****,DC=com"
    AuthLDAPBindPassword "*******"
    AuthLDAPURL "ldap://***********:32**/DC=****,DC=****?sAMAccountName?sub?(objectClass=*)"

    Require valid-user

    AuthzSVNAccessFile D:/svnrepo/config/ldap-access-file.txt

    # SSPI settings
    # SSPIAuth On
    # SSPIOmitDomain On
    # SSPIAuthoritative On
    # SSPIDomain <IN>
    # SSPIOfferBasic On

    # try anonymous access first, resort to real
    # authentication if necessary.
    # Satisfy Any

</Location>

I have also added the following after LoadModule lines ...

# Work around authz and SVNListParentPath issue
RedirectMatch ^(/repos)$ $1/

In the access configuration file , I have added the following line also

[:/]
* = rw

Thanks and Regards
Maxmelbin Neson
-----------------------------------------------------------------------------------------------------------------
Received on 2010-08-27 07:15:57 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.