This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262301 - Cannot disable proxy for subversion
Summary: Cannot disable proxy for subversion
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-01 23:24 UTC by jomu
Modified: 2016-06-01 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jomu 2016-06-01 23:24:55 UTC
Netbeans has proxy settings enabled (Tools/Options -> Proxy settings -> manual proxy settings -> proxy.mycompany.com) but I am not connected to the company network so the proxy is not available. 

So, if I execute "Show changes", I correctly get org.apache.subversion.javahl.ClientException: E175002: unknown host
E175002.

But if I disable the proxy settings (select no proxy in the config dialog) it works for Netbeans itself (e.g check for updates) but for subversion the proxy settings seem to stay active and the above error stays. 

The only way to resolve this is to restart Netbeans. The other way round (start without proxy, enable proxy) works. 

Tested with Netbeans 8.1 and NetBeans IDE Dev (Build 201606010002)