Hello,
During the update I've received NullPointerException.
I do not know exactly how to reproduce it, I have launched two Eclipse copies, made and commit changes in one Eclipse copy and tried to update in another Eclipse copy. The result was the exception below.
Exception:
java.lang.NullPointerException
at org.tigris.subversion.subclipse.core.client.OperationManager.onNotify(OperationManager.java:134)
at org.tigris.subversion.svnclientadapter.SVNNotificationHandler.notifyListenersOfChange(SVNNotificationHandler.java:185)
at org.tigris.subversion.svnclientadapter.javahl.JhlNotificationHandler.onNotify(JhlNotificationHandler.java:189)
at org.tigris.subversion.javahl.SVNClient.update(Native Method)
at org.tigris.subversion.javahl.SVNClientSynchronized.update(SVNClientSynchronized.java:315)
at org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.update(JhlClientAdapter.java:887)
at org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:52)
at org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:55)
at org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159)
at org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java:179)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Received on Tue Feb 8 22:10:13 2005