I haven't been able to narrow down the exact scenario, but I'm getting an NPE when I
do a Team Synchronize. Here is the stack trace:
java.lang.NullPointerException
at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.getInfo(JhlClientAdapter.java:1491)
at
org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.fetchNodeKind(StatusAndInfoCommand.java:100)
at
org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.fetchNodeKinds(StatusAndInfoCommand.java:83)
at
org.tigris.subversion.subclipse.core.client.StatusAndInfoCommand.execute(StatusAndInfoCommand.java:59)
at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.findChanges(SVNWorkspaceSubscriber.java:239)
at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:217)
at
org.tigris.subversion.subclipse.core.sync.SVNWorkspaceSubscriber.refresh(SVNWorkspaceSubscriber.java:194)
at
org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSubscriberJob.java:341)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Received on Wed Jul 27 05:37:32 2005