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 85304 - NullPointerException on svn "Show Changes"
Summary: NullPointerException on svn "Show Changes"
Status: RESOLVED DUPLICATE of bug 81899
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 06:47 UTC by jinho
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (104.22 KB, text/plain)
2006-09-20 08:09 UTC, jinho
Details
svn --version output (15.11 KB, image/png)
2006-09-20 09:20 UTC, jinho
Details
.svn (1.97 KB, application/octet-stream)
2006-09-20 09:21 UTC, jinho
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jinho 2006-09-20 06:47:34 UTC
1. All Project Files delete.
2. check out 
3. open project

java.lang.NullPointerException
	at
org.netbeans.modules.subversion.util.SvnUtils.getRepositoryUrl(SvnUtils.java:586)
	at org.netbeans.modules.subversion.util.SvnUtils.getBranch(SvnUtils.java:802)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.setupModels(VersioningPanel.java:250)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.access$1000(VersioningPanel.java:62)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel$RefreshViewTask.run(VersioningPanel.java:465)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Tomas Stupka 2006-09-20 08:00:51 UTC
hi, we need a bit more to know.

the best think for the beginning would be to attach your messages.log file also
and what subversion version are you running?
Comment 2 jinho 2006-09-20 08:09:28 UTC
Created attachment 34211 [details]
log file
Comment 3 jinho 2006-09-20 08:10:51 UTC
yes subversion version are you running. And file log file upload.
Comment 4 Tomas Stupka 2006-09-20 08:20:21 UTC
> yes subversion version are you running. And file log file upload.
my question was what svn commandline client version you got. 
run svn --version from the commandline

however, from the messages log file it looks like zou have the 1.4, so i'm
goiing to set this as a duplicate




*** This issue has been marked as a duplicate of 81899 ***
Comment 5 jinho 2006-09-20 08:49:16 UTC
1.3 -> 1.4 update. but

1. netbenas startup

java.lang.NullPointerException
	at
org.netbeans.modules.subversion.util.SvnUtils.getRepositoryUrl(SvnUtils.java:586)
	at org.netbeans.modules.subversion.util.SvnUtils.getBranch(SvnUtils.java:802)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.setupModels(VersioningPanel.java:250)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel.access$1000(VersioningPanel.java:62)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel$RefreshViewTask.run(VersioningPanel.java:465)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)

2. show changes action

java.lang.AssertionError: Unable to get repository, context contains only
unmanaged files!
	at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:227)
	at
org.netbeans.modules.subversion.ui.status.StatusAction.executeStatus(StatusAction.java:77)
	at
org.netbeans.modules.subversion.ui.status.VersioningPanel$6.perform(VersioningPanel.java:359)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:81)
	at
org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:73)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 6 Tomas Stupka 2006-09-20 09:11:34 UTC
could you please - 

1. run 
svn --version 
from the commandline and post the output

2. attach the entries file from any .svn directory in your working copy?

thanks
Comment 7 jinho 2006-09-20 09:20:23 UTC
Created attachment 34215 [details]
svn --version output
Comment 8 jinho 2006-09-20 09:21:02 UTC
Created attachment 34216 [details]
.svn
Comment 9 Tomas Stupka 2006-09-20 09:27:38 UTC
again.
your svn commandline client is 1.4

this is a _DUPLICATE_

see issue #81899

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