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

proxy config for windows?

From: Wolf Josef <josef.wolf_at_siemens.com>
Date: 2002-10-16 19:27:51 CEST

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'

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. Same values on a linux machine work pretty well.
I have double-checked with regedt32, and the values are what I
expected.

What I am doing wrong? Any Ideas?

BTW: This is svn-0.14.3-r3200-setup.exe if it makes any difference.

---------------------------------------------------------------------
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:28:36 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.