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

Re: proxy config for windows?

From: <cmpilato_at_collab.net>
Date: 2002-10-16 19:44:13 CEST

Wolf Josef <josef.wolf@siemens.com> writes:

> Hello!
>
> The ~/.subversion/README which is created on unix machines
> mentiones that the configuration is to be stored in the registry
> on Win-machines. Therefore I tried (with cygwin's regtool):
>
> regtool add /machine/software/tigris.org/subversion/proxies
> regtool -s set /machine/software/tigris.org/subversion/proxies/no_proxy
> '*.foo.com'
> regtool -s set /machine/software/tigris.org/subversion/proxies/host
> 'proxy.foo.com'
> regtool -s set /machine/software/tigris.org/subversion/proxies/port '8080'

You left out the 'DEFAULT' "section" portion of the keys. Try
   /machine/software/tigris.org/subversion/proxies/DEFAULT/host
   /machine/software/tigris.org/subversion/proxies/DEFAULT/port

> But this does not seem to work. I have tried the setting for the
> port with -s (==REG_SZ) and with -i (==REG_DWORD). Neither of
> them work.

All Subversion registry items are strings (for the sake of consistency
with the option files). Just so you know.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 19:46:18 2002

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.