[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 Calisto Bug?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-05 14:32:10 CEST

"Stefan Ivanov" <stefko.ivanov@gmail.com> wrote on 07/05/2006 03:59:22 AM:

> May be bug: renaming a java package
> On delete the package receive the message:
> >delete --force D:/_dev/pfh/modules/pfh-mdr/src/test/package/client
> >D
> D:/_dev/pfh/modules/pfh-mdr/src/test/package/client
> >Working copy not locked; this is probably a bug, please report
> >svn: Working copy 'D:\_dev\pfh\modules\pfh-
> mdr\src\test\com\icw\pfh\mdr\client' is missing or not locked
>
> The SVN server doesn't support locking.

That is just a generic error message that Subversion itself produces. It
has nothing to do with locking in the SCM sense. The error generally
means your working copy has become "corrupted". One of the more common
causes is that the ".svn" metadata folder has been deleted.

Subversion does not allow you to rename a package twice without a commit
in between, but I think it gives a better error message than that.
My guess is that the ".svn" folder does not exist in
D:/_dev/pfh/modules/pfh-mdr/src/test/package/client

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Jul 5 14:32:22 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.