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

Re: missing or not locked

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-18 19:10:34 CEST

On 4/17/06, Craig White <craigwhite@azapple.com> wrote:
> $ svn commit --message="more doc updates"
> svn: Commit failed (details follow):
> svn: Working copy '/home/craig/th-db/doc/app' is missing or not locked
>
> $ svn status
> ~ doc/app
>
> $ svn delete doc/app
> svn: Working copy 'doc/app' is missing or not locked
>
> How do I solve this?

Well, a ~ in status output means that there's an item of an unexpected
type there. i.e. if doc/app used to be a directory it's now a file,
or vice-versa. One way to fix things would be to remove it (regular
rm, not svn rm) and then run 'svn update' to pull down the old version
of it from the repository.

How did the working copy get in that state in the first place?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 18 19:16:47 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.