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

AW: [Subclipse-users] WG: Possible Bug

From: Markus Karg <markus.karg_at_quipsy.de>
Date: 2006-01-24 15:10:29 CET

Mark,
 
thank you for your kind help. Actually I tried a lot but nothing helped. So I removed my local copy and pulled anotherone from the repository.
 
 
 
Mit freundlichem Gruss / With kind regards
Markus KARG, Staatl. gepr. Inf.
Entwicklung / R & D
QUIPSY QUALITY GmbH

________________________________

Von: Mark Phippard [mailto:markp@softlanding.com]
Gesendet: Di 24.01.2006 14:52
An: users@subclipse.tigris.org
Betreff: Re: [Subclipse-users] WG: Possible Bug

"Markus Karg" <markus.karg@quipsy.de> wrote on 01/24/2006 04:04:01 AM:

> I don't know whether this is the right place to report it, but Subclipse
wants
> me to send a report, so I do it. Using latest Subclipse in Eclipse
3.1.1, I'm
> getting the following message after I reverted from a really large local
modification:
>
> Revert Changes
> org.tigris.subversion.javahl.ClientException: Working copy not locked;
this is
> probably a bug, please report
> svn: Working copy 'C:\Dokumente und
> Einstellungen\Karg\workspace\Server\MyProject\src" is missing or not
locked.
>
> What to do?

That message actually comes directly from Subversion, so techincally it is
Subversion telling you to report the bug to them. For them to do
anything, they need a reproduction recipe. Also, in many cases, all this
error means is that there code encountered an unexpected condition and
they do not have a better error message to give you. So sometimes, the
only fix would be to learn more about what the error is so that they could
give a better error message.

Most of the time when you get the above error, it is because a versioned
folder in your working copy has been deleted, and then possibly recreated.
 The problem, is that since that folder contained another folder named
".svn" that has all of the Subversion metadata, even when the folder was
recreated that .svn folder is now missing. So Subversion does not know
what to do anymore.

Your folder is named "src" so it seems a bit odd that this would be the
case. Usually it happens with "bin" folders that are versioned because
Eclipse will delete and recreate this folder as part of doing a full
project build.

Anyway, I know this doesn't give you a lot to go on, but maybe it will be
something.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jan 24 15:09:53 2006

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.