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 85141

Summary: All Commands (Checkout, Commit ...) fail with an AssertionError.
Product: versioncontrol Reporter: lubot <lubot>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: My netbeans logfile

Description lubot 2006-09-18 14:16:30 UTC
I did "Import into Repository" for my new project now i get the following error
on every SVN command:

java.lang.AssertionError: Unable to get repository, context contains only
unmanaged files!
	at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:213)
	at
org.netbeans.modules.subversion.ui.status.StatusAction.executeStatus(StatusAction.java:78)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel$6.perform(VersioningPanel.java:354)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:69)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:62)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)


I am using subversion 1.4 and allready tried the pre-1.4-compatible switch
("svnadmin create --pre-1.4-compatible repo").
Comment 1 lubot 2006-09-18 14:19:13 UTC
Created attachment 34079 [details]
My netbeans logfile
Comment 2 Peter Pis 2006-09-18 14:23:45 UTC

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