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 85816 - Svn client module causing exception and freezing of IDE
Summary: Svn client module causing exception and freezing of IDE
Status: RESOLVED DUPLICATE of bug 86674
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 18:36 UTC by setdosa
Modified: 2006-10-23 16:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file (268.31 KB, text/plain)
2006-09-26 18:37 UTC, setdosa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description setdosa 2006-09-26 18:36:00 UTC
I installed the subversion client module on my netbeans 5.5beta2. When I tried
setting it up, it threw an exception that subversion client version >=1.3 is
needed. I didnt have it and didnt want to upgrade yet. But after that whenever I
restarted my IDE and I click on  file-> and move the mouse pointer below open
project the IDE would freeze. None of the other menu items seem to be causing
that. The messages.log(attached) showed that svn client module was throwing an
exception. I uninstalled the module and everything is working fine.
Comment 1 setdosa 2006-09-26 18:37:09 UTC
Created attachment 34530 [details]
messages.log file
Comment 2 Jan Chalupa 2006-09-26 19:16:10 UTC
Re-assigning...
Comment 3 Maros Sandor 2006-09-27 11:17:55 UTC
The module is checking whether the Subversion client is available and may be
causing some delay in the UI. It happens once per IDE session. We may try to
work around this by eagerly initialize the module in some other thread.
Comment 4 Tomas Stupka 2006-10-06 16:05:03 UTC

*** This issue has been marked as a duplicate of 86674 ***