From owner-freebsd-questions@FreeBSD.ORG Fri Oct 5 15:40:50 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 7F4CC1065733 for ; Fri, 5 Oct 2012 15:40:50 +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 45F058FC08 for ; Fri, 5 Oct 2012 15:40:50 +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 q95Fen1w058164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 5 Oct 2012 10:40:49 -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:40:49 -0500 From: dweimer To: Organization: dweimer.net Mail-Reply-To: In-Reply-To: <9d5c0793c9b7cdf9a839135fc3563b10@dweimer.net> References: <9d5c0793c9b7cdf9a839135fc3563b10@dweimer.net> Message-ID: <8d93ea4eed17fcce6c6d733188b0719d@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 Subject: Re: 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:40:50 -0000 On 2012-10-05 10:16, dweimer wrote: > 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? Never mind, turns out I was just doing something stupid, had to use svn co http:// instead of svn co svn://... -- Thanks, Dean E. Weimer http://www.dweimer.net/