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 - All Commands (Checkout, Commit ...) fail with an AssertionError.
Summary: All Commands (Checkout, Commit ...) fail with an AssertionError.
Status: RESOLVED DUPLICATE of bug 81899
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 14:16 UTC by lubot
Modified: 2006-09-18 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My netbeans logfile (7.15 KB, application/octet-stream)
2006-09-18 14:19 UTC, lubot
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***