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

[PATCH] Add support for http_proxy and https_proxy environment variables

From: Josh Triplett <josh_at_joshtriplett.org>
Date: Wed, 12 Sep 2012 16:52:00 -0700

The attached patch implements support for the http_proxy and https_proxy
environment variables. This allows subversion to automatically make use
of system-wide proxy configuration, rather than requiring
subversion-specific proxy configuration; environment variables also make
it easier to have network-specific configuration on machines that use
more than one network. Subversion-specific configuration (in
~/.subversion/servers) will override the environment.

Written after observing some ChromeOS build system documentation that
showed how to configure proxy environment variables, and then listed
subversion as the one special case requiring its own configuration.

- Josh Triplett

Received on 2012-09-13 03:36:28 CEST

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.