Hi,

I configured apache 2.2 with mod_svn for subversion 1.6 and it worked fine with 
http and it worked fine. but with https, I get the below error. Could someone 
help figure out the bug?:
Code:


Assertion failed: svn_path_is_canonical(path, pool), file subversion/libsvn_subr
/path.c, line 380, function svn_path_basename
[Tue Dec 29 10:56:11 2009] [notice] child pid 737 exit signal Abort (6), 
possible coredump in /bb/tmp/apache.2.2



my config for svn in the httpd.conf looks like the below:
Code:


   <Location /svn>
      DAV svn
      SVNPath /tmp/repos/
      AuthzSVNAccessFile /temp/repos/conf/authz
       <LimitExcept GET PROPFIND OPTIONS REPORT>
        Require valid-user
      </LimitExcept>
      AuthType VAS
      AuthName "Please use toolkit username/password to authenticate."
      Require valid-user
      AuthVasUseBasic on

    </Location>



my authz config file looks like the below:
Code:


[groups]
admins = neil, dphung2, rmenon, pdoidge, abeniwal, jrodgers, skrish
smile = kzhang, ssisskin

[/]
@admins = rw
* = r

[/ISYS]
@admins = rw
* = r

[/ISYS/Apps]
* = rw


[/quote]

Reply via email to