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

Re: Subversion 1.7 server & client issue : not able to commit E160013 path not found

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 26 Mar 2012 19:18:26 +0100

vishwajeet singh <dextrous85_at_gmail.com> writes:

>> > *svn: E160013: Commit failed (details follow):*
>> > *svn: E160013: '/svn/RDR/!svn/me' path not found*
>
>> "SVNAdvertiseV2Protocol off" might be a workaround.
>>
>> Note that there are known issues with httpd-2.4 support in svn with bdb
>> repositories.
>
> I could workaround with that but than I don't get the benefits of new
> protocol.
>
> Just to add I stumbled upon thins thread
> http://mail-archives.apache.org/mod_mbox/httpd-users/201203.mbox/%3Cjkg3qq$a55$1@dough.gmane.org%3E
>
>
> I am facing the exactly the same issue.
>
> I wonder why wsgi and svn would conflict and create such scenario.

mod_wsgi is probably intercepting the POST request intended for
mod_dav_svn and not passing it on. Subversion 1.7.0 had a similar
problem, it tried to process non-Subversion POST requests and produced
an error. The Subversion problem was fixed in 1.7.2. A code change in
mod_wsgi is probably required. It may be possible to reorder the
modules in the apache config file.

-- 
Philip
Received on 2012-03-26 20:19:05 CEST

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.