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

encountered error with subversion version 1.8.0

From: Austin Mico <un.f.m.o.j_at_gmail.com>
Date: Thu, 30 Jan 2014 12:21:27 +0800

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.

Thanks,

Faustino
Received on 2014-01-30 05:22:04 CET

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.