It works. Thank you very much.
2005/9/7, Felix Gilcher <gilcher@exozet.com>:
> 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 Thu Sep  8 12:02:42 2005