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 62866 - Problems retrying CVS actions w/ different proxy settings
Summary: Problems retrying CVS actions w/ different proxy settings
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 60708 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-23 15:06 UTC by Jesse Glick
Modified: 2007-01-04 17:14 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 Jesse Glick 2005-08-23 15:06:02 UTC
I go on and off SWAN frequently so I am always having to change my proxy
settings for cvslite. (I wish it would just follow the IDE's proxy settings,
since these I can change in the Options dialog - there appears to be nowhere to
change it in advance for cvslite, so you have to wait five minutes for it to
fail before you are offered a dialog to change it. Nasty.)

But changing proxy settings does not always seem to work. Just today I was
trying to commit a set of files. I was on SWAN but I guess my proxy setting was
still "No Proxy". OK, it timed out eventually, gives me the retry dialog, so I
open the Proxy Settings subdialog, set it to webcache:8080, click OK, click
Retry. Doesn't work, times out again five minutes later. I go to the Proxy
Settings dialog again, and it is back on "No Proxy"! I correct it and press OK,
then open that dialog again to confirm that it the proxy is set (press Cancel),
then retry. Again times out, and back on "No Proxy".

I cannot get it to work at all (without going off SWAN) -> P2.
Comment 1 _ pkuzel 2005-08-24 13:53:55 UTC
There is "Use system proxy" option (default). It reads actual proxy settings
from IDE options. Well, HTTP proxy only because no SOCKS setting exists. It's
bad luck if the proxy does not support CONNECT tunneling.
Comment 2 Jesse Glick 2005-08-24 14:09:41 UTC
Re. Use System Proxy: not much help for me; see issue #62946.

Anyway, the bug is that explicit changes to cvslite's proxy settings don't seem
to take effect.
Comment 3 _ pkuzel 2005-08-24 17:09:34 UTC
I can reproduce only if new proxy setting is not working. In such case error
message is silently ignored and no proxy change applied.
Comment 4 _ pkuzel 2005-08-25 10:33:23 UTC
Checking in ui/wizards/RootWizard.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/wizards/RootWizard.java,v
 <--  RootWizard.java
new revision: 1.7; previous revision: 1.6
done
Checking in ExecutorSupport.java;
/cvs/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ExecutorSupport.java,v
 <--  ExecutorSupport.java
new revision: 1.16; previous revision: 1.15
done
IDE: [8/25/05 11:32 AM] Committing 2 files finished
Comment 5 _ pkuzel 2005-09-07 15:11:33 UTC
*** Issue 60708 has been marked as a duplicate of this issue. ***