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

Re: tortoise 1.7 - error on repository manipulation

From: Mike Dixon <michael.dixon_at_denovosoftware.com>
Date: Fri, 28 Oct 2011 10:45:45 -0700

On 10/28/2011 2:41 AM, Stefan Sperling wrote:
> On Thu, Oct 27, 2011 at 04:19:54PM +0200, Erwane Breton wrote:
>> The error is always the same
>>
>>> Commit
>>> Commit failed (details follow):
>>> '/svn/site/*!svn/me*' path not found
>>>
>> My repository is https://xyz.coda-cola.net/svn/site/trunk
>>
>> I've tried svnadmin upgrade, exactly the same.
>>
>> apache debug error logs (without openSSL informations)
>
> A shot in the dark: Is it possible that you accidentally loaded
> mod_dav_svn from Subversion 1.7 and mod_authz_svn from Subversion 1.6?
>
> Because this looks as if the client thinks the server supports HTTPv2,
> but the server does not actually support it. Which is weird, because
> mod_dav_svn apparently negotiated HTTPv2 with the client, so it
> should work.
>
> The only possible explanation I can come up with is that parts
> of your server are running 1.6 code, and other parts are running
> 1.7 code.
>

I seem to recall there was a bug where the 1.7 mod_dav_svn was
intercepting all POST messages regardless of destination. So I guess
this could happen if you have both 1.6 and 1.7 exposed through the same
instance of Apache, and then try to connect to the 1.6 server.

Looks like that bug was fixed on trunk in r1187695, if that turns out to
be relevant.

-Mike
Received on 2011-10-28 19:46:14 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.