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 76718 - Unable to commit binary files to subversion repository
Summary: Unable to commit binary files to subversion repository
Status: RESOLVED DUPLICATE of bug 76254
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 06:54 UTC by jhowk
Modified: 2006-05-23 08: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 jhowk 2006-05-23 06:54:14 UTC
I am unable to commit a binary file to a subversion repository in the 5.5 beta.
 When I do I see this in the logs:

java.lang.NullPointerException
        at
org.netbeans.modules.subversion.ui.commit.CommitAction.performCommit(CommitAction.java:180)
        at
org.netbeans.modules.subversion.ui.commit.CommitAction$1.perform(CommitAction.java:124)
        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)

If you need more info, I'd be more than happy to help.

--J.
Comment 1 Peter Pis 2006-05-23 08:11:14 UTC

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