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

Re: PATCH: using the env-var http_proxy

From: <cmpilato_at_collab.net>
Date: 2001-12-21 19:53:19 CET

Forgot to add:

> So, what I'd like to see as far as proxy-use patches goes is a
> beautiful implementation of something like:
>
> - two (2) additions to the svn_cl__optstate_t structure in the
> command-line client called `proxy_machine' and `proxy_port'.

If you want the command-line client to read the HTTP_PROXY environment
variable, that's fine. Just stick the parse results in the above
optstate_t fields, and make sure that passing the values as
command-line options always overrides the getenv() findings.

>
> - svn_cl__make_auth_baton() gets that information via it's optstate
> parameters, and stores the values in the auth baton.
>
> - the auth caching code uses, but does NOT cache those two values
> (but of course, continuing to cache usernames and passwords and
> whatever_else).

---------------------------------------------------------------------
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:53 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.