Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » cannot override and update any more
cannot override and update any more [message #15065] Thu, 03 April 2008 14:51 Go to next message
Edoardo Comar is currently offline Edoardo ComarFriend
Messages: 102
Registered: July 2009
Senior Member
nothing happens on selecting resources in the synchronize view and
executing 'override and update'. An error gets added to the log.

This with 3.4M5 and 3.4M6 and svn team provider 0.7.0.v20080321


Error - Unhandled event loop exception

java.lang.ClassCastException:
org.eclipse.team.svn.core.svnstorage.SVNLocalFile incompatible with
org.eclipse.team.svn.core.resource.IResourceChange
at
org.eclipse.team.svn.ui.synchronize.update.action.UpdateActi on.splitByPegRevision(UpdateAction.java:134)
at
org.eclipse.team.svn.ui.synchronize.update.action.OverrideAn dUpdateAction.getOperation(OverrideAndUpdateAction.java:96)
at
org.eclipse.team.svn.ui.synchronize.action.AbstractSynchroni zeModelAction.getSubscriberOperation(AbstractSynchronizeMode lAction.java:78)
at
org.eclipse.team.ui.synchronize.SynchronizeModelAction.runOp eration(SynchronizeModelAction.java:114)
at
org.eclipse.team.ui.synchronize.SynchronizeModelAction.run(S ynchronizeModelAction.java:96)
at
org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:582)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:499)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:410)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :83)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1145)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3346)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2982)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2375)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2339)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 05)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:478)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:473)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:106)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:362)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Re: cannot override and update any more [message #15071 is a reply to message #15065] Thu, 03 April 2008 14:54 Go to previous messageGo to next message
Edoardo Comar is currently offline Edoardo ComarFriend
Messages: 102
Registered: July 2009
Senior Member
Edoardo Comar wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225578

> nothing happens on selecting resources in the synchronize view and
> executing 'override and update'. An error gets added to the log.
>
> This with 3.4M5 and 3.4M6 and svn team provider 0.7.0.v20080321
>
>
> Error - Unhandled event loop exception
>
> java.lang.ClassCastException:
> org.eclipse.team.svn.core.svnstorage.SVNLocalFile incompatible with
> org.eclipse.team.svn.core.resource.IResourceChange
> at
> org.eclipse.team.svn.ui.synchronize.update.action.UpdateActi on.splitByPegRevision(UpdateAction.java:134)
>
> at
> org.eclipse.team.svn.ui.synchronize.update.action.OverrideAn dUpdateAction.getOperation(OverrideAndUpdateAction.java:96)
>
> at
> org.eclipse.team.svn.ui.synchronize.action.AbstractSynchroni zeModelAction.getSubscriberOperation(AbstractSynchronizeMode lAction.java:78)
>
> at
> org.eclipse.team.ui.synchronize.SynchronizeModelAction.runOp eration(SynchronizeModelAction.java:114)
>
> at
> org.eclipse.team.ui.synchronize.SynchronizeModelAction.run(S ynchronizeModelAction.java:96)
>
> at
> org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEv ent(BaseSelectionListenerAction.java:168)
>
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:582)
>
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:499)
>
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:410)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :83)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1145)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3346)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2982)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2375)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2339)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 05)
> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:478)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:473)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:106)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:362)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:175)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:79)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:618)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Re: cannot override and update any more [message #15088 is a reply to message #15071] Fri, 04 April 2008 14:59 Go to previous message
Eclipse UserFriend
Originally posted by: alexander.gurov.polarion.org

Hello Edoardo,


Thank you for reporting this issue. Fix will be available in the next
Subversive build at the end of this week.
Previous Topic:How to browse deleted directories?
Next Topic:Single, project-spanning commits?
Goto Forum:
  


Current Time: Tue Apr 23 11:22:13 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top