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 224410 - AssertionError at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbRoot.<init>
Summary: AssertionError at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbRoot.<init>
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 09:59 UTC by lehel
Modified: 2013-01-04 02:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186246


Attachments
stacktrace (4.28 KB, text/plain)
2013-01-03 09:59 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2013-01-03 09:59:51 UTC
Build: NetBeans IDE Dev (Build 201212280001)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows XP

User Comments:
GUEST: checking out a new repo

GUEST: Importing an existing PHP project to SVN repository

GUEST: check out from svn repository

GUEST: Importing a Free-form C Project into a SVN server

lehel: connecting with subversion to sourceforge

Oleg_Bogryakov: Just checking out project from SVN

GUEST: importing to svn

GUEST: svn

GUEST: Tying to import files from project into new repository branch.




Stacktrace: 
java.lang.AssertionError
   at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbRoot.<init>(SVNWCDbRoot.java:80)
   at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.parseDir(SVNWCDb.java:1519)
   at org.tmatesoft.svn.core.wc2.SvnOperationFactory.detectWcGeneration(SvnOperationFactory.java:1637)
   at org.tmatesoft.svn.core.wc2.SvnOperationFactory.getImplementation(SvnOperationFactory.java:1301)
   at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1227)
   at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:291)
Comment 1 lehel 2013-01-03 09:59:53 UTC
Created attachment 129842 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-01-03 14:12:23 UTC
seems to be an insufficient synchronization during svn checkout, when metadata folder is being created, not yet fully completed and a FS event for ".svn" is delivered in afterCreate.
Comment 3 Ondrej Vrabec 2013-01-03 14:21:50 UTC
fix: http://hg.netbeans.org/core-main/rev/6388320af5b8
Comment 4 Quality Engineering 2013-01-04 02:30:26 UTC
Integrated into 'main-golden', will be available in build *201301040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6388320af5b8
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #224410 - AssertionError at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDbRoot.<init>
quick fix: skip afterCreate events for metadata files and folders