On 1/29/2014 8:21 PM, Austin Mico wrote:
Hi,

I have encountered error with subversion. The conf for apache is

<LocationMatch "^/repos/endeca/pipeline">
   DAV svn
   SVNParentPath /var/repos
   SVNPathAuthz off
    AuthBasicProvider file
    AuthType Basic
    AuthName "SVN Login"
    AuthLDAPURL
    AuthUserFile /etc/httpd/conf/svnuser_local
<Limit GET PROPFIND OPTIONS REPORT PROPPATCH POST MKCOL MERGE PUT COPY DELETE MKACTIVITY CHECKOUT>
            require user svnuser
    </Limit>
</LocationMatch>


I encountered error is

httpd: subversion/libsvn_subr/dirent_uri.c:2543: svn_fspath__join: Assertion `svn_fspath__is_canonical(fspath)' failed.

[Wed Jan 29 22:43:20 2014] [notice] child pid 2740 exit signal Aborted (6)

httpd: subversion/libsvn_subr/dirent_uri.c:2543: svn_fspath__join: Assertion `svn_fspath__is_canonical(fspath)' failed.

[Wed Jan 29 22:43:21 2014] [notice] child pid 2742 exit signal Aborted (6)

My svn client is version 1.8.5.



These are Apache errors, so the first question is what versions of HTTPD and Subversion are present on the server. The client version probably doesn't matter.

--
    David Chapman      dcchap...@acm.org
    Chapman Consulting -- San Jose, CA
    Software Development Done Right.
    www.chapman-consulting-sj.com

Reply via email to