[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Subclipse 1.1.6 wants to update already deleted files in synchronize view

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-09-26 16:12:11 CEST

Hi,

(Please CC: me)

I tested a recent Subclipse version (1.1.6) together with Eclipse 3.2.1 M20060921 and
noticed that Subclipse wants to readd deleted files from BASE with a synchronisation.
Outgoing changes are OK but the incoming one are all bogus ...
(The commandline version works great and also the stable Subclipse with Eclipse 3.2.)

I do not know whether it's related but I'm also no longer able to use public key file
authentification. It worked in the past and works with passwords. I use JavaSVN
and followed the steps in http://svn.haxx.se/subusers/archive-2006-07/0126.shtml.

I wonder how to specify a directory on the server after deleting the Eclipse
keyring file? svn+ssh://<my IP>/svn-repository is my repository but I can only
insert svn+ssh://<my IP> in the key/password dialog.

Another item: I start eclipse after setting LANG=C (because of really many
critical bugs in eclipse), nevertheless I got the "File not found" message in
German.

Once I try to update one of this pseudo files I get:

console message:
svn: URL 'svn+ssh://<my IP>/svn-repository/project/branches/branch1/src/file.cc' non-existent in revision '732'
    svn: File not found: Revision 732, Pfad '/project/branches/branch1/src/file.cc'

org.tigris.subversion.subclipse.core.SVNException: Can't get remote resource svn+ssh://<my IP>/svn-repository/project/branches/branch1/src/file.cc at revision HEAD
        at org.tigris.subversion.subclipse.core.commands.GetRemoteResourceCommand.run(GetRemoteResourceCommand.java:62)
        at org.tigris.subversion.subclipse.core.resources.LocalResource.getRemoteResource(LocalResource.java:315)
        at org.tigris.subversion.subclipse.core.resources.LocalResource.getLatestRemoteResource(LocalResource.java:300)
        at org.tigris.subversion.subclipse.ui.subscriber.ShowHistorySynchronizeAction.getSubscriberOperation(ShowHistorySynchronizeAction.java:59)
        at org.eclipse.team.ui.synchronize.SynchronizeModelAction.runOperation(SynchronizeModelAction.java:114)
        at org.eclipse.team.ui.synchronize.SynchronizeModelAction.run(SynchronizeModelAction.java:96)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3166)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2842)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
        at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
        at org.eclipse.core.launcher.Main.run(Main.java:977)
        at org.eclipse.core.launcher.Main.main(Main.java:952)

From my .log file:

!ENTRY org.tigris.subversion.subclipse.core 4 -6 2006-09-26 15:28:49.837
!MESSAGE org.tigris.subversion.javahl.ClientException: svn: File not found: Revision 732, Pfad '/project/branches/branch1/src/file.cc'
!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: Datei nicht gefunden: Revision 732, Pfad '/project/branches/branch1/src/file.cc'
  at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:1759)
  at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:1715)
  at org.tigris.subversion.subclipse.core.commands.GetLogsCommand.run(GetLogsCommand.java:73)
  at org.tigris.subversion.subclipse.core.resources.BaseResource.getLogEntries(BaseResource.java:210)
  at org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$FetchLogEntriesJob.run(SVNHistoryPage.java:1509)
  at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Caused by: org.tigris.subversion.javahl.ClientException: svn: Datei nicht gefunden: Revision 732, Pfad '/project/branches/branch1/src/file.cc'
  at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:435)
  at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1208)
  at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:279)
  at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:1750)
 
Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Sep 26 16:11:10 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.