Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324332

Summary: ID-AWMEM
Product: [Technology] Subversive Reporter: David M. Karr <davidmichaelkarr>
Component: CoreAssignee: Igor Burilo <igor.burilo>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: a.gurov
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David M. Karr CLA 2010-09-02 13:27:04 EDT
I don't know what other information to report.  I was attempting a merge from the trunk to a branch with a revision range.  I had attempted earlier merges with particular revision ranges, and I was expanding the range until I did this one.
---------------------------------------------------
Version:	0.7.9.I20100512-1900

SVN Client:	org.eclipse.team.svn.connector.svnkit 2.2.2.I20100512-1900 SVN/1.4.5 SVNKit/1.1.7 (http://svnkit.com/) r4142

JVM Properties:
{java.runtime.name=Java(TM) SE Runtime Environment, java.runtime.version=1.6.0_21-b06, java.vendor=Sun Microsystems Inc., line.separator=
 , java.class.version=50.0, os.name=Windows XP, os.arch=x86, user.country=US, os.version=5.1, eclipse.commands=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\eclipse-jee-helios\eclipse\eclipse.exe -name Eclipse --launcher.library C:\eclipse-jee-helios\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503\eclipse_1307.dll -startup C:\eclipse-jee-helios\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -exitdata 4fe4_40 -product org.eclipse.epp.package.jee.product -showlocation -vm c:/jdk1.6.0_21/bin/javaw.exe , java.version=1.6.0_21, osgi.framework.version=3.6.0.v20100517, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=America/Los_Angeles, user.language=en, java.vm.name=Java HotSpot(TM) Client VM, file.encoding=Cp1252}

java.lang.RuntimeException: Error_UnrecognizedNodeKind
java.lang.RuntimeException: Error_UnrecognizedNodeKind
	at org.eclipse.team.svn.core.utility.SVNUtility.getNodeKind(SVNUtility.java:1074)
	at org.eclipse.team.svn.core.synchronize.MergeSubscriber$1.getNodeKind(MergeSubscriber.java:153)
	at org.eclipse.team.svn.core.synchronize.MergeSubscriber.handleResourceChange(MergeSubscriber.java:177)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber$2.runImpl(AbstractSVNSubscriber.java:287)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOperation.java:95)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.findChanges(AbstractSVNSubscriber.java:314)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber$UpdateStatusOperation$2.run(AbstractSVNSubscriber.java:349)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doSubTask(ProgressMonitorUtility.java:118)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.protectStep(AbstractActionOperation.java:154)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.protectStep(AbstractActionOperation.java:149)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber$UpdateStatusOperation.runImpl(AbstractSVNSubscriber.java:347)
	at org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActionOperation.java:81)
	at org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java:39)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMonitorUtility.java:104)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:90)
	at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(ProgressMonitorUtility.java:81)
	at org.eclipse.team.svn.core.synchronize.AbstractSVNSubscriber.refresh(AbstractSVNSubscriber.java:186)
	at org.eclipse.team.svn.core.synchronize.MergeSubscriber.refresh(MergeSubscriber.java:129)
	at org.eclipse.team.internal.ui.synchronize.RefreshSubscriberParticipantJob.doRefresh(RefreshSubscriberParticipantJob.java:116)
	at org.eclipse.team.internal.ui.synchronize.RefreshParticipantJob.run(RefreshParticipantJob.java:309)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Alexander Gurov CLA 2011-05-20 10:51:11 EDT
I've had returned to this report several times but without any actual success: I just can't reproduce this issue.
And if I remember correctly some of old SVN Kit versions had the bug leading to a similar problems (some repository resources were reported not as files or directories). That is why the only thing for this report I could recommend is to update to the recent SVN Kit version (the latest one is 1.3.5 and is available to download from the Subversive Connectors update site).