From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:16:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CD83106566B for ; Fri, 5 Oct 2012 15:16:32 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 554088FC0C for ; Fri, 5 Oct 2012 15:16:31 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.net [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id q95FGP8e057441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 5 Oct 2012 10:16:25 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 05 Oct 2012 10:16:25 -0500 From: dweimer To: FreeBSD Questions Organization: dweimer.net Mail-Reply-To: Message-ID: <9d5c0793c9b7cdf9a839135fc3563b10@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 Subject: Updating ports tree with subversion behind an http proxy server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 15:16:32 -0000 I am working on switching from updating my systems with csup to subversion, for the systems I have behind a proxy server. When I was using csup, I used an SSH connection, tunneling the 5999 port through the proxy server. Now that I am looking at subversion, I have found the ~/.subverison/servers file, edited the [global] section removed the comment # from the front of the http-proxy-host and http-proxy-port lines, and added the correct values. Realizing I may still have to add some configuration settings to allow the subversion http methods through to the proxy, I went ahead and tried to run a test check out command. However it doesn't try to hit the proxy server, I just get an immediate no route to host error returned. I know the server has access to the proxy, I was able to use pkg_add with the necessary environment variables to add subversion to this system. The system is a fresh clean install of FreeBSD 9.0-release, with only the packages added for subversion. Looking at the proxy server logs the check out doesn't log anything, which leads me to believe that svn isn't reading its configuration file, or is simply ignoring the http-proxy-host and http-proxy-port lines. Has anyone setup one of their FreeBSD systems to use subversion behind an http proxy, and know what I am missing? -- Thanks, Dean E. Weimer http://www.dweimer.net/