> -----Original Message----- > From: Øyvind 'bolt' Hvidsten [mailto:b...@dhampir.no] > Sent: zaterdag 20 juli 2013 08:47 > To: users@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