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

RE: Subversion http protocol through SOCKS 5 server (with authentication)

From: Bert Huijben <bert_at_qqmail.nl>
Date: Sat, 20 Jul 2013 15:56:32 +0200

> -----Original Message-----
> From: Øyvind 'bolt' Hvidsten [mailto:bolt_at_dhampir.no]
> Sent: zaterdag 20 juli 2013 08:47
> To: users_at_subversion.apache.org
> Subject: Re: Subversion http protocol through SOCKS 5 server (with
> authentication)
>
> For future reference, in case anyone is interested, switching out tsocks
> for the more complicated dante-client makes svn http:// through socks 5
> run perfectly.

I don't think this is a problem that Subversion can fix for you. Did you
report the problem at the tsocks project?

tsocks works by replacing some standard socket functions with its own
implementation, which then magically adds socks supports. Subversion
switched to using the serf library in 1.8 and I would guess that library
uses functions not mapped by tsocks. (Guess: poll support)

The only thing I could offer is that we open a feature request to directly
support socks servers, without such a library. But as this is an open source
project and the number of requests for this feature is (up until now) rather
low I don't expect any of the core committers to spend much time on it.

Isn't there a http/https proxy that you can use with Subversion. We do have
standard support for those.

        Bert
Received on 2013-07-20 15:57:42 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.