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

Re: "SVN synchronization information does not exist"

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-14 14:39:50 CEST

"Michael Herger" <slim@herger.net> wrote on 07/14/2005 06:04:13 AM:

> When I try to "Discard location", I get the following error:
>
> "The SVN synchronization information for {0} has become corrupt or does
> not exist."
>
> I then can't remove that location. Any idea on how I can get rid of it?
>
> Eclipse 3.1 final, Subclipse 0.9.27/29/31, Mandrake 10.1

When you run this option, we have run some code that gets a list of all
projects that are currently being managed by Subclipse (Eclipse gives us
the list) and we then check each one to make sure that it is not attached
to the location you are trying to discard. It is in the process of
getting the repository location for one of these projects that we get this
error. The error would occur if the project does not have .svn folder
under its root. My guess would be that there is some corruption in
Eclipse, and it is giving us a project that either doesn't exist any more,
or that you no longer had associated with Subclipse.

I added some code to swallow the exception and let the process continue.
So we will just assume that the project that is throwing the exception is
not linked to that connection.

This will be in the 0.9.32 release.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Thu Jul 14 22:39:50 2005

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.