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 79105 - Exception while svn client is not available.
Summary: Exception while svn client is not available.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: PERFORMANCE
: 79119 79577 81310 82108 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-26 15:33 UTC by Peter Pis
Modified: 2006-10-23 16:41 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (980 bytes, text/plain)
2006-06-26 15:35 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-06-26 15:33:18 UTC
NetBeans IDE Dev (Build 200606251800)
1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
(Make sure that subversion command line is not installed)
1. Start NB.

Exception is thrown. It is not correct if NB complains that subversion is not
available if subversion module is not being used by user.
Comment 1 Peter Pis 2006-06-26 15:35:51 UTC
Created attachment 31382 [details]
exception
Comment 2 Maros Sandor 2006-06-29 11:24:01 UTC
This exception is informational and is not visible to the user, it is just
written to the log. Moreover, the subversion module, if turned on, is used even
if the user does not explicitly use it. Take node annotations for example, we
must at least check if the project is managed by Subversion.
Comment 3 Peter Pis 2006-07-03 12:03:51 UTC
Reopen.
Comment 4 Peter Pis 2006-07-03 12:04:44 UTC
*** Issue 79577 has been marked as a duplicate of this issue. ***
Comment 5 Peter Pis 2006-07-28 09:43:23 UTC
*** Issue 81310 has been marked as a duplicate of this issue. ***
Comment 6 Peter Pis 2006-08-08 07:49:54 UTC
*** Issue 82108 has been marked as a duplicate of this issue. ***
Comment 7 Marian Mirilovic 2006-08-09 15:33:24 UTC
Increased to P1 :
- caused regression on startup - see my comments in issue 81310
- please fix it ASAP, it's hard to track startup regressions when I have to
count this one as default ;(
Comment 8 Maros Sandor 2006-08-09 16:52:24 UTC
Ignore action now does not initialize subversion if unnecessary.

/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/ignore/IgnoreAction.java,v
 <--  IgnoreAction.java
new revision: 1.14; previous revision: 1.13
Comment 9 Maros Sandor 2006-08-10 15:45:52 UTC
Merged into 5.5.
/shared/data/ccvs/repository/subversion/main/src/org/netbeans/modules/subversion/ui/ignore/IgnoreAction.java,v
 <--  IgnoreAction.java
new revision: 1.9.4.6; previous revision: 1.9.4.5
Comment 10 Maros Sandor 2006-08-21 09:22:23 UTC
*** Issue 79119 has been marked as a duplicate of this issue. ***
Comment 11 Peter Pis 2006-08-22 15:58:25 UTC
No exception is printed. Verified - NetBeans 5.5 Dev (Build 060822)