[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New Tarball with connections fixed.

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-01 00:29:14 CET

On Wed, Oct 31, 2001 at 10:58:35AM -0500, Mark Benedetto King wrote:
>...
> It also might make sense to include my http_proxy patch, since that would
> broaden the accessibility of the repository.

There have been a couple different approaches to handling proxies. Honestly,
I'm not really sure what is "best".

I know that an environment variable is not preferred, unless there is a
hugely widespread, typical usage (like EDITOR). We just don't want to use
environment variables, if at all possible.

Second, we need to consider that proxies require (at least) four more pieces
of information:

1) proxy host
2) proxy port (default to 80 or whatever)
3) proxy username
4) proxy password

Somehow, we need to be able to specify any/all of these. Of course, some can
go in the .svnrc file, but they could also be needed on a per-project basis.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:46 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.