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