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

Re: TortoiseSVN overrides command line svn proxy configuration?

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 15 Oct 2010 12:42:43 +0200

On Fri, Oct 15, 2010 at 10:51:36AM +0100, emerson wrote:
> It was quite surprising today when we were having problems with the
> proxy, and then we noticed that TortoiseSVN would override command
> line svn. Is that suppose to happen?
> After unchecking the proxy configuration on tortoisesvn, the command
> line started to work again, showing command line svn was actually
> using tortoise proxy configuration.

The proxy settings are read by the Subversion client library,
and are thus shared between TortoiseSVN and other Subversion clients.
So nothing is "overridden". It's shared.

Just FYI, on Windows, this configuration can be stored in the registry,
or in the "Application Data" area inside a folder called Subversion
(something like C:\Documents and Settings\User\Subversion).
See http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html

If you need separate configurations for clients you could either
make the svn command client use a different configuration (see the
--config-dir option), or you could try to make tortoise store its
configuration elsewhere (but I don't know if that's possible).

Stefan
Received on 2010-10-15 12:43:24 CEST

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

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