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

Re: [Subclipse-users] Subclipse is trashing my whole Eclipse installation

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-29 17:39:29 CEST

On 3/29/07, Jean-Noël Rivasseau <elvanor@gmail.com> wrote:
>
>
> I am using Eclipse 3.2.2, Subclipse 1.2 under Linux 64 (Gentoo).
>
> Subclipse was working perfectly well until today. For some reason it
> started to have problems, saying:
>
> MESSAGE The SVN synchronization information for 'PPH' has become corrupt
> or does not exist
>
> PPH is the name of my Eclipse project.
>
> I did everything, doing some svn cleanups with the official SVN client,
> closing and reopening the Eclipse project, even reinstalling Subclipse...
> but the problem is still there.
>
> It is bad to the point that everything else in Eclipse does not work, for
> example a right click on an item on the explorer will result in some kind of
> infinite loop, all I can do is kill Eclipse.
>
>
Doing things outside of Eclipse is more likely to create problems than solve
them. Subclipse uses the same code as the command line.

In the messages I notice something about a cache, so where is the cache data
> stored? I should maybe delete that.
>
> If someone can help me, please do by all means - currently my whole
> Eclipse installation is trashed

To delete the cache, close Eclipse. The cache is stored in:

[workspace]/.metadata/.plugins/org.eclipse.core.resources/.projects/PROJECTNAME/.syncinfo

So you can just find and delete all files named .syncinfo in
[workspace]/.metadata/.plugins/org.eclipse.core.resources/.projects.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Thu Mar 29 17:39:45 2007

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.