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