Date: Wed, 10 Jul 2013 16:47:53 GMT From: Thomas Schweikle <tps@vr-web.de> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/180443: SVN can't connect to https://svn0.us-east.freebsd.org/ Message-ID: <201307101647.r6AGlrSO088229@oldred.freebsd.org> Resent-Message-ID: <201307101650.r6AGo0Gc063672@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180443 >Category: misc >Synopsis: SVN can't connect to https://svn0.us-east.freebsd.org/ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 10 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: 8.4-STABLE >Organization: Herr >Environment: FreeBSD test-tps-fbsd8-muc.bfs.de 8.4-STABLE FreeBSD 8.4-STABLE #8 r252161: Mon Jun 24 17:35:25 CEST 2013 root@test-tps-fbsd8-muc.bfs.de:/usr/obj/usr/src/sys/TEST-TPS-FBSD8-MUC amd64 >Description: Since it is neccessary to connect via a proxy to the internet I've set in ${HOME}/.subversion/servers: http-proxy-host = 10.167.19.1 http-proxy-port = 3128 I've set the environment-variables too: https_proxy=http://10.167.19.1:3128 http_proxy=http://10.167.19.1:3128 ftp_proxy=http://10.167.19.1:3128 proxy_enable=yes Docs state this is enough to connect to an svn-server. Thus I tried to check out some code from google-code. Worked as expected. Now I tried again to update my local sources for FreeBSD 8.0. First switching over to the new server: cd /usr/src svn switch --relocate http://svn.freebsd.org/base/stable/8 https://svn0.us-east.freebsd.org/base/stable/8 Nothing happened. After minutes of waiting: svn: E120108: Unable to connect to a repository at URL 'https://svn0.us-east.freebsd.org/base/stable/8' svn: E120108: Error running context: The server unexpectedly closed the connection. Without a proxy in between it worked. Since the very same setup works with SVN 1.7.x but not with 1.8.x it may be svn 1.8.x ignoring proxy settings? As far as I could digg, I could not dump any packet showing communication between the system and the proxy. Does SVN 1.8.x have a different way setting up proxys than 1.7.x, because of the library change neon -> snaf? >How-To-Repeat: Install svn upgrade to version 1.8.x, then connect via proxy to the internet. System wont connect to the svn-server, while a svn 1.7.x will do. >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101647.r6AGlrSO088229>