Here you go. bb/data/web/aaaa/svn is actually a symlink to another location 
where the svn repositories are actually present (whose path dosent come under 
this virtualhost).

    <Location /bb/data/web/aaaa/svn/>
      DAV svn
      SVNPathAuthz off
      AuthzSVNAccessFile /bb/web/apache_2_2/conf/subversion.conf
      SVNReposName windows 
      SVNPath /bb/data/web/aaaa/svn/windows/
      SVNListParentPath on
    </Location>

-----Original Message-----
From: Ben Noordhuis [mailto:i...@bnoordhuis.nl] 
Sent: Monday, November 09, 2009 11:34 AM
To: modules-dev@httpd.apache.org
Subject: Re: Apache 2.2 coredumping on Solaris with Subversion 1.6

Could you perhaps post your config? I've seen stack traces like yours
when "Require valid-user" was specified without setting an AuthType.

Reply via email to