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 76526

Summary: NPE on import
Product: versioncontrol Reporter: deeptinker <deeptinker>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description deeptinker 2006-05-18 03:42:02 UTC
Imported a project into svn and got an NPE at the end (after clicking finish).
First import into svn, using file:/// syntax, into a subdirectory created with
svn mkdir.  svnlook tree shows

/
 cvs2xml/
  csv2xml5/
  cvs2xml5/

where cvs2xml/cvs2xml5 was what was committed.
Versions: Mac OS X 10.4.6, Java 1.5.0_06, svn 1.3.1 (r19032)
NB 5.5 Beta (Build 200605090801)
NB Subversion 1.0 (Client Library 1.0)

NPE details:
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)

Need any other info?  Let me know.

Travis
Comment 1 Tomas Stupka 2006-05-18 04:11:48 UTC

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