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

Re: [Subclipse-users] bug?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-08 14:31:50 CET

deno vichas <deno@syncopated.net> wrote on 03/08/2006 01:17:29 AM:

> i'm not sure what's the best way to sumbit a bug so i'm sending it
here....
>
> i keep getting the following message when trying to sync to my repo. i
> just installed the newest version of subversion on server 2003, using
> eclipse 3.1.1 on xp with the latest version of subclipse.
>
> Problems reported while synchronizing SVNStatusSubscriber. 0 of 1
> resources were synchronized.
> An error occurred synchronizing /dispatcher: Error getting status for
> resource P/dispatcher org.tigris.subversion.javahl.ClientException:
> Working copy not locked; this is probably a bug, please report
> svn: Working copy 'C:\Documents and Settings\dvichas.AUTORETURN\My
> Documents\eclipse\workspaces\dispatcher\build\classes' is missing or not
> locked

This is a message that comes out of Subversion indicating a bug in
Subversion. However, in this case it is a very common problem. Your
build folder got added to the repository and it shouldn't be. The problem
is that when Eclipse does a full build it deletes this folder, which also
deletes the .svn metadata folder, which breaks Subversion. To fix the
problem, delete the folder directly in the repository. Then do an update.
 Then add the folder to the svn:ignore property of the parent folder.

You might need to do a new checkout. Although I suspect if you manually
delete the folder, do the update, and then do a Clean build in Eclipse to
recreate it, you will be OK.

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 Wed Mar 8 14:34:48 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.