Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325456 - ID-ADXR8
Summary: ID-ADXR8
Status: RESOLVED WONTFIX
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Igor Burilo CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 08:57 EDT by Jose Luis Moya Sobrado CLA
Modified: 2010-10-31 04:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Moya Sobrado CLA 2010-09-16 08:57:39 EDT
Version:	0.7.9.I20100512-1900

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) 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=Linux, os.arch=amd64, user.country=US, os.version=2.6.34.4-0.1-desktop, eclipse.commands=-os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/eclipse/eclipse -name Eclipse --launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503/eclipse_1307.so -startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -exitdata 9f0006 -product org.eclipse.epp.package.modeling.product -showlocation -clean -data /root/Jose/projects/Linux/eclipse/workspace/GlobalOffice -vm /usr/bin/java , 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/Costa_Rica, user.language=en, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding=UTF-8}

org.eclipse.core.internal.resources.ResourceException: Errors occurred while refreshing resources with the local file system.
org.eclipse.core.internal.resources.ResourceException: Errors occurred while refreshing resources with the local file system.
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:827)
	at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:808)
	at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1661)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation$2.run(RefreshResourcesOperation.java:131)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation.doRefresh(RefreshResourcesOperation.java:129)
	at org.eclipse.team.svn.core.operation.local.RefreshResourcesOperation$1.run(RefreshResourcesOperation.java:106)
	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.operation.local.RefreshResourcesOperation.runImpl(RefreshResourcesOperation.java:96)
	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.ui.utility.WorkspaceModifyCancellableOperationWrapper.execute(WorkspaceModifyCancellableOperationWrapper.java:58)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	at org.eclipse.team.svn.ui.utility.SVNTeamOperationWrapper.run(SVNTeamOperationWrapper.java:35)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
	at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Contains: Failed to read the project description file (.project) for 'tests'.  The file has been changed on disk, and it now contains invalid information.  The project will not function properly until the description file is restored to a valid state.
Comment 1 Alexander Gurov CLA 2010-10-31 04:07:17 EDT
The reason is described in this part of error report:

"Contains: Failed to read the project description file (.project) for 'tests'. 
The file has been changed on disk, and it now contains invalid information. 
The project will not function properly until the description file is restored
to a valid state."

So, in order to avoid the problem please use Synchronize View to solve conflicts prior to updating projects.