Hi all, When issuing the following command, I get the following error: $ svn -v log svn: E120107: Unable to connect to a repository at URL 'https://svncvs.myhost.mydomain/repos/myrepo/trunk/hybris/bin/platform' svn: E120107: Error running context: The proxy server returned an error while setting up the SSL tunnel.
I am using subversion 1.8.1 on Mac OS X installed with homebrew. I have configured the proxy the following way in ~/.subversion/servers : [groups] # group1 = *.collab.net # othergroup = repository.blarggitywhoomph.com # thirdgroup = *.example.com mygroup = *.myhost.mydomain # Information for my group: [mygroup] http-proxy-host = 192.168.xxx.xxx http-proxy-port = 1234 http-proxy-username = john http-proxy-password = doe This configuration used to work with subversion 1.7. Do have any idea? -- Guillaume Lasnier