[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: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 28 Oct 2011 11:41:23 +0200

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.

> >[Thu Oct 27 14:58:57 2011] [info] Connection: Client IP:
> >82.226.xxx.xxx, Protocol: SSLv3, Cipher: DHE-RSA-AES256-SHA
> >(256/256 bits)
> >[Thu Oct 27 14:58:57 2011] [info] Initial (No.1) HTTPS request
> >received for child 0 (server xyz.coda-cola.net:443)
> >[Thu Oct 27 14:58:57 2011] [debug]
> >subversion/mod_authz_svn/mod_authz_svn.c(193): [client
> >82.226.xxx.xxx] Path to authz file is
> >/exports/svn/xyz/authorizations.conf
> >[Thu Oct 27 14:58:57 2011] [debug] mod_deflate.c(615): [client
> >82.226.xxx.xxx] Zlib: Compressed 401 to 272 : URL /svn/site/trunk
> >[Thu Oct 27 14:58:57 2011] [info] Subsequent (No.2) HTTPS request
> >received for child 0 (server xyz.coda-cola.net:443)
> >[Thu Oct 27 14:58:57 2011] [debug]
> >subversion/mod_authz_svn/mod_authz_svn.c(193): [client
> >82.226.xxx.xxx] Path to authz file is
> >/exports/svn/xyz/authorizations.conf
> >[Thu Oct 27 14:58:57 2011] [info] [client 82.226.203.234] Access
> >granted: 'erwane' OPTIONS site:/trunk
> >[Thu Oct 27 14:58:57 2011] [debug] mod_deflate.c(615): [client
> >82.226.xxx.xxx] Zlib: Compressed 188 to 126 : URL /svn/site/trunk
> >[Thu Oct 27 14:58:57 2011] [info] Subsequent (No.3) HTTPS request
> >received for child 0 (server xyz.coda-cola.net:443)
> >[Thu Oct 27 14:58:57 2011] [debug]
> >subversion/mod_authz_svn/mod_authz_svn.c(193): [client
> >82.226.xxx.xxx] Path to authz file is
> >/exports/svn/xyz/authorizations.conf
> >[Thu Oct 27 14:58:57 2011] [info] [client 82.226.203.234] Access
> >granted: 'erwane' POST site:
> >[Thu Oct 27 14:59:00 2011] [debug] mod_deflate.c(615): [client
> >82.226.xxx.xxx] Zlib: Compressed 484 to 354 : URL
> >/svn/site/*!svn/me*
Received on 2011-10-28 11:42:01 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.