Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315545 - Error when calling SVN Info for moved resource
Summary: Error when calling SVN Info for moved resource
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 05:24 EDT by Igor Burilo CLA
Modified: 2010-07-30 04:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Burilo CLA 2010-06-03 05:24:22 EDT
Steps to reproduce:
1. move versioned folder to just created folder (don't add folder to version control)
2. call SVN Info action(Properties/SVN Info) for file under moved folder and get error:
Info operation for 'W.java' failed.
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: URL 'http://localhost/repos/first/ProjectsData/Subversive/WorkingProject/a/b/tg/W.java' non-existent in revision '7 635'
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handleClientException(SVNKitConnector.java:1424)
	at org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.java:1080)
	at org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.info(ThreadNameModifier.java:698)
	at org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility.java:351)
	at org.eclipse.team.svn.core.operation.local.InfoOperation.runImpl(InfoOperation.java:92)

Version:	0.7.9.I20100528-1600

SVN Client:	org.eclipse.team.svn.connector.svnkit16 2.2.2.I20100512-1900 SVN/1.6.6 SVNKit/1.3.2 (http://svnkit.com/) r6267

JVM Properties:
{java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, java.runtime.version=1.5.0_05-b05, java.vendor=Sun Microsystems Inc., line.separator=
 , java.class.version=49.0, os.name=Windows NT (unknown), os.arch=x86, user.country=RU, os.version=6.1, eclipse.commands=-os win32 -ws win32 -arch x86 -showsplash D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\\plugins\org.eclipse.platform_3.3.202.v201002111343\splash.bmp -launcher D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\eclipse.exe -name Eclipse --launcher.library D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup D:\Runtime-Programs\eclipse\eclipse-rcp-galileo-SR2\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -product org.eclipse.epp.package.rcp.product -vm C:\Program Files (x86)\Java\jre1.5.0_05\bin\client\jvm.dll , java.version=1.5.0_05, osgi.framework.version=3.5.2.R35x_v20100126, file.separator=\, java.vm.info=mixed mode, path.separator=;, user.timezone=GMT, user.language=ru, java.vm.name=Java HotSpot(TM) Client VM, file.encoding=Cp1251}
Comment 1 Igor Burilo CLA 2010-07-30 04:42:31 EDT
Fixed