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 - NPE on import
Summary: NPE on import
Status: RESOLVED DUPLICATE of bug 76254
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 03:42 UTC by deeptinker
Modified: 2006-05-18 04:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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