Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 00:19:37 +0100
From:      staf wagemakers <staf.wagemakers@belgacom.net>
To:        freebsd questions <freebsd-questions@freebsd.org>
Subject:   Re: cvsup behind http proxy
Message-ID:  <20031210231936.GB7165@staflaptop.antw.the-ecorp.com>
In-Reply-To: <20031210221414.32347.qmail@web40607.mail.yahoo.com>
References:  <20031210221414.32347.qmail@web40607.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 10, 2003 at 10:14:14PM +0000, Feroz F. Basir wrote:
> 
> anybody ever cvsup behind http proxy? The only way to
> go out (internet) is going through http proxy. And
> this http require authentication as well. Any ideas?
> 
> Thank you in advance.
>

Try to set "HTTP_PROXY" & "HTTP_AUTH" variable:

# HTTP_PROXY=your.proxy
# HTTP_AUTH=login:pass
# export HTTP_PROXY HTTP_AUTH
# cvsup -L 2 my_supfile

-- 
Staf Wagemakers

email:          staf@patat.org
homepage:       http://staf.patat.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031210231936.GB7165>