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 255457 - AssertionError at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.scanDeletion
Summary: AssertionError at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.scanDeletion
Status: RESOLVED INCOMPLETE
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 19:03 UTC by gholmer
Modified: 2015-11-13 19:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220077


Attachments
stacktrace (7.83 KB, text/plain)
2015-09-21 19:03 UTC, gholmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2015-09-21 19:03:18 UTC
Build: NetBeans IDE Dev (Build 201509190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
gholmer: Copying a folder of Javadoc from one directory to another using the Favorites pane. Error dialog appeared several times.




Stacktrace: 
java.lang.AssertionError
   at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.scanDeletion(SVNWCDb.java:4622)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared.scanDeletion(SvnWcDbShared.java:349)
   at org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbShared.scanDeletion(SvnWcDbShared.java:344)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetInfo.buildInfo(SvnNgGetInfo.java:232)
   at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgGetInfo.nodeFound(SvnNgGetInfo.java:111)
   at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.nodeWalkChildren(SVNWCContext.java:1563)
Comment 1 gholmer 2015-09-21 19:03:21 UTC
Created attachment 156333 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-21 19:15:25 UTC
What external svn client version do you use? Did you checkout with external 1.9 svn?
Comment 3 Ondrej Vrabec 2015-09-25 15:03:48 UTC
... is it subversion 1.9 issue?