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

2013-07-21 Thread Øyvind 'bolt' Hvidsten
To clarify, svn worked fine through socks 5 using dante-client, which provides the socksify script which does pretty much the same as tsocks. I would have filed a bug against tsocks, but from what I can see the last commit on that project was in 2002. Thus, it seems dante-client is the way to

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

2013-07-20 Thread Øyvind 'bolt' Hvidsten
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. On 19/07/13 09:56, Øyvind 'bolt' Hvidsten wrote: Testcase:

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

2013-07-20 Thread Bert Huijben
-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

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

2013-07-20 Thread Andreas Krey
On Fri, 19 Jul 2013 09:44:05 +, Øyvind 'bolt' Hvidsten wrote: ... In the restricted network, the SOCKS proxy is dante, but as I mentioned, the same situation occurs with a simple ssh -D proxy. You may want to run a simple local http proxy that itself can use a SOCKS5 proxy to access the

Subversion http protocol through SOCKS 5 server (with authentication)

2013-07-19 Thread Øyvind 'bolt' Hvidsten
I am trying to access several subversion repositories from behind a socks proxy. Client machine runs Debian Linux. I use tsocks to stuff svn into the proxy. I can do tsocks svn co svn://blah.. just fine through the proxy, but tsocks svn co http://blah..; hangs for a long time and then says

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

2013-07-19 Thread Øyvind 'bolt' Hvidsten
Testcase: -- apt-get install tsocks export TSOCKS_CONF_FILE=$HOME/.tsocks.conf cat - $HOME/.tsocks.conf EOF server = 127.0.0.1 server_port = 1080 server_type = 5 local = 192.168.0.0/255.255.0.0 local =