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 76604

Summary: Subversion plugin throws NullPointerException when trying to import Module Suite Project into subversion
Product: versioncontrol Reporter: adeanva <adeanva>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description adeanva 2006-05-19 13:31:48 UTC
Subversion plugin throws NullPointerException when trying to import Module Suite
Project into subversion.  Repository is a local file:/// url.


*********** Exception occurred ************ at 8:17 AM on May 19, 2006
java.lang.NullPointerException
	at
org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:180)
	at
org.netbeans.modules.subversion.ui.project.ImportAction$1.perform(ImportAction.java:109)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:54)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:47)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:926)
Comment 1 Peter Pis 2006-05-19 13:43:54 UTC

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