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

RE: Re: Error message "Unsupported skel POST request flavor" when using SVN proxy with mixed server/client versions 1.7/1.8

From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Tue, 10 Feb 2015 22:56:23 -0800 (PST)

On 11/02/2015 02:12, Daniel Hoenig quoth:
> I'm getting the error message "Unsupported skel POST request flavor" when trying to commit something in this configuration:
>
> TortoiseSVN Client 1.8 -> SVN Proxy server 1.8 -> SVN server 1.7
>
> Strangely enough, this configuration actually works:
> TortoiseSVN Client 1.7 -> SVN Proxy server 1.8 -> SVN server 1.7
>
> So the configurations just differs in the client version of TortoiseSVN where the newer version doesn't work.

This is just a guess, but probably when the client asks for the server version the proxy is replying with its own version, not the version of the upstream server.

As such the 1.8 client is trying to use a 1.8-only command (because it thinks it's talking to a 1.8 server), the proxy just blindly forwards this, and then the 1.7 server chokes on it, for obvious reasons.

I suggest either upgrading the end server to 1.8 or downgrading the intermediate proxy to 1.7.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3098100

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-11 07:56:31 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.