Peter Johansson wrote:
> I get the very same problem as of recently with a setup that had had no
> problems whatsoever to access the SVN through a proxy before. No changes
> have been made to the installed cygwin components so my guess is that
> some change to the SVN repository has introduced this change in behavior.
Can you run the following commands from a Cygwin command prompt?
regtool get \
/HKCU/Software/Microsoft/Windows/CurrentVersion/Internet\ Settings/ProxyEnable
regtool get \
/HKCU/Software/Microsoft/Windows/CurrentVersion/Internet\ Settings/ProxyServer
I recently modified tools/win32-setup.sh to try to determine proxy settings
automatically, under the assumption that if IE is using a proxy then we should too.