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

Reply via email to