You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tony Lenzi <le...@gmail.com> on 2006/08/03 13:10:03 UTC

SVN Update error suggests probable bug

While trying to update my checked out svn repository from Subclipse I
received the following error message:

org.tigris.subversion.javahl.ClientException: Working copy not locked; this
is probably a bug, please report
svn: Working copy 'C:\workspace\myproject\build' is missing or not locked.

I'm running Eclipse 3.1.2 and the Subclipse plugin 1.0.2 on a Windows XP pro
box.
The repository is running on a Fedora Core 5 server, version 1.3.0 and we
use the svn:\\ protocol to access the repository.

I was trying to update my repository to see if any of my development team
had added anything new when I got this error.  We've been experiencing
problems when one of us creates a directory in our source tree and runs an
update or commit after someone else had already committed that directory.
Instead of merging with the existing directory or asking if that's the
action I'd like to take, it throws an error and refuses to commit.  The only
way I could finally get code committed yesterday was to delete my local
versions of those folders, clean up, run an update, and then put those
folders and files back in, add them if new, and then commit them.  Very
frustrating.

Am I doing something wrong or is this a probably bug in SVN?

Thanks for the help,

Tony

Re: SVN Update error suggests probable bug

Posted by Mark Phippard <ma...@softlanding.com>.
"Tony Lenzi" <le...@gmail.com> wrote on 08/03/2006 09:10:03 AM:

> While trying to update my checked out svn repository from Subclipse I 
> received the following error message:
> 
> org.tigris.subversion.javahl.ClientException: Working copy not locked; 
this 
> is probably a bug, please report 
> svn: Working copy 'C:\workspace\myproject\build' is missing or not 
locked.
> 
> I'm running Eclipse 3.1.2 and the Subclipse plugin 1.0.2 on a Windows XP 
pro box.
> The repository is running on a Fedora Core 5 server, version 1.3.0 and 
we 
> use the svn:\\ protocol to access the repository.

See this Subclipse FAQ:

http://subclipse.tigris.org/faq.html#wc-not-locked

You should not have your build folder versioned and in your repository.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org