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 91865 - exception window pops up on every edit of file
Summary: exception window pops up on every edit of file
Status: RESOLVED DUPLICATE of bug 86674
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:
: 95060 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-05 07:02 UTC by Milos Kleint
Modified: 2007-02-09 13:22 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 Milos Kleint 2007-01-05 07:02:29 UTC
when I open a subversion managed file, I keep on getting an exception popup on
every keypress. hightly annoying, can be workarounded by disabling the diff sidebar.

current netbeans cvs trunk, subversion 1.3.2, mandriva linux/kde, jdk 1.5
the url of the repository is
https://svn.codehaus.org/mevenide/branches/NB60COMPATIBLE

java.lang.AssertionError: Unable to get repository:
/home/mkleint/src/mevenide60/netbeans/nb-project/src/main/java/org/codehaus/mevenide/netbeans/nodes/DependenciesNode.java
is probably unmanaged.
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:248)
        at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:243)
        at
org.netbeans.modules.subversion.VersionsCache.getFileRevision(VersionsCache.java:70)
        at
org.netbeans.modules.subversion.Subversion$SubversionOriginalContent.getText(Subversion.java:510)
        at
org.netbeans.modules.versioning.diff.DiffSidebar$RefreshDiffTask.fetchOriginalContent(DiffSidebar.java:602)
        at
org.netbeans.modules.versioning.diff.DiffSidebar$RefreshDiffTask.computeDiff(DiffSidebar.java:575)
        at
org.netbeans.modules.versioning.diff.DiffSidebar$RefreshDiffTask.run(DiffSidebar.java:565)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 Tomas Stupka 2007-01-05 14:33:17 UTC
it looks like your working copy was created with a svn client older than 1.3.0,
what is an unsupported scenario.

checkout your WC again and feel free to reopen if the exception still happens.

an another thing is that instead of an assert we could inform the user about a
possible solution to this so i am going to set this as an duplicvate of #86674

*** This issue has been marked as a duplicate of 86674 ***
Comment 2 Tomas Stupka 2007-02-09 13:22:08 UTC
*** Issue 95060 has been marked as a duplicate of this issue. ***