I *had* all of this working a few weeks ago, and now (after a few weeks of
not using eclipse) the Pending SVN operations tab is refusing to show
anything. (commuting and updating still work, however). And when I open a
project I receive a *TON* (guessing one for every file) of Null pointer
exceptions. I'm using eclipse 3.1M5 (still as M7 doesn't work with
the released PHPeclipse). And Subversion 1.1.4 w/ the javaHL over sun JDK
1.5.0_02 x86_64 build.
I already tried running eclipse -clean.
Problems occurred when invoking code from plug-in:
"org.tigris.subversion.subclipse.core".
java.lang.NullPointerException
at
org.tigris.subversion.subclipse.ui.pending.PendingOperationsView.updateChangedResourcesWith(PendingOperationsView.java:510)
at
org.tigris.subversion.subclipse.ui.pending.PendingOperationsView.resourceSyncInfoChanged(PendingOperationsView.java:522)
at
org.tigris.subversion.subclipse.core.SVNProviderPlugin$1.run(SVNProviderPlugin.java:224)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
at org.eclipse.core.runtime.Platform.run(Platform.java:757) at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.broadcastSyncInfoChanges(SVNProviderPlugin.java:231)
at
org.tigris.subversion.subclipse.core.resourcesListeners.SyncFileChangeListener.resourceChanged(SyncFileChangeListener.java:141)
at
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:285)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
at org.eclipse.core.runtime.Platform.run(Platform.java:757) at
org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:279)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:153)
at
org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:182)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:136)
at
org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:199)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
Received on Sat May 21 01:28:43 2005