I’m on laptop (Ubuntu) with a network that use HTTP proxy (only http connections allowed).
When I use svn up for url like ‘http://…..’ everything is cool (google chrome repository works perfect), but right now I need to svn up from server with ‘svn://….’ and I see connection refused.
I’ve set proxy configuration in /etc/subversion/servers but it doesn’t help.
Anyone have opinion/solution?
I’m on laptop (Ubuntu) with a network that use HTTP proxy (only http connections
Share
In
/etc/subversion/serversyou are settinghttp-proxy-host, which has nothing to do withsvn://which connects to a different server usually running on port 3690 started bysvnservecommand.If you have access to the server, you can setup
svn+ssh://as explained here.Update: You could also try using
connect-tunnel, which uses your HTTPS proxy server to tunnel connections:Then you would use