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 82410 - NPE when using Commit All
Summary: NPE when using Commit All
Status: RESOLVED DUPLICATE of bug 76254
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-08-10 19:17 UTC by jsinai
Modified: 2006-08-11 08:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (34.86 KB, text/plain)
2006-08-10 19:17 UTC, jsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jsinai 2006-08-10 19:17:08 UTC
I cannot commit the files in my project because I get the following (log file is
attached):
--------------------------------
java.lang.NullPointerException
	at
org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:180)
--------------------------------
The root cause might be the absence of a lock file, for which you can see an
exception in the log file.

I imported two other projects into the subversion repository with no issues.
Restarting made no difference.

Also, a small thing I would not file a separate issue for: please correct the
spelling of "Comitting" that is used in all your messages. The correct spelling
is "Committing".

Thanks.
Comment 1 jsinai 2006-08-10 19:17:47 UTC
Created attachment 32775 [details]
messages.log
Comment 2 Peter Pis 2006-08-11 08:36:15 UTC

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