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

Re: Can't commit -- working copy missing or not locked

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-06-09 14:11:04 CEST

William Trenker wrote:
> I'm still getting used to using the svn mv/rm etc commands so I went
> and removed a directory in my working copy using a plain linux rm -rf
> command. Now when I try to commit my most recent changes I get a
> "working copy ... missing or not locked" message.
>
> How to I get myself out of this?
>
> Thanks for any help,
> Bill

    svn checkout [directory from repository] [deleted directory]

Or:

    svn update

svn update will update everything else in your local directory, too, which
you may not want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 9 14:12:13 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.