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

AW: Working copy 'foo1' not locked: I deleted 'foo1' directory

From: Felix Gilcher <gilcher_at_exozet.com>
Date: 2005-09-07 18:40:18 CEST

thomas Armstrong <mailto:tarmstrong@gmail.com> schrieb am Mittwoch, 7.
September 2005 18:33:

> Hi
>
> I've got a project on my PC with some directories:
> /home/myproject/trunk/foo1
> /home/myproject/trunk/foo2
> /home/myproject/trunk/foo3
>
> And they are under SVN control.
>
> By accident, I deleted one of these directories:
> /home/myproject/trunk/foo1
>
> And I created it again by hand. But I got this error
> message when trying to update my project again from the
> SVN server:
>
> [root@local] cd /home/myproject/trunk/
> [root@local] svn --username thomas --password diana22 co
> http://www.myserver.com/svn/myproject
> svn: Working copy 'foo1' not locked
>
> How can I fix it? Thank you very much

first:
 $ svn cleanup
to remove any remaining locks

then:
 $ svn update /home/myproject/trunk/foo1
to get the directory back

last:
 $ svn delete /home/myproject/trunk/foo1
to mark the directory for deletion at you next commit

this *should* do it

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

regards

fg

-- 
Felix Gilcher
Head of IT Development
Exozet Berlin GmbH
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 7 18:42:17 2005

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.