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

Re: 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:44:31 +0800

The versions are Subversion 1.8.0 and Apache 2.2.

Thanks for the quick reply.

On Thu, Jan 30, 2014 at 12:37 PM, David Chapman <dcchapman_at_acm.org> wrote:

> 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 dcchapman_at_acm.org
> Chapman Consulting -- San Jose, CA
> Software Development Done Right.
> www.chapman-consulting-sj.com
>
>
Received on 2014-01-30 05:45:06 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.