You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Cyriaque Dupoirieux <Cy...@pcotech.fr> on 2005/08/10 10:53:28 UTC

[SVN] Locked working copy ?

Just a question to svn experts :
svn update returns :

svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Do you know how I have locked a file ?

-- 

Amicalement,
Cyriaque,


Re: [SVN] Locked working copy ?

Posted by Ron Blaschke <ma...@rblasch.org>.
Wednesday, August 10, 2005, 11:35:10 AM, Ross Gardler wrote:
> Cyriaque Dupoirieux wrote:
>> Just a question to svn experts :
>> svn update returns :
>> 
>> svn: Working copy '.' locked
>> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for 
>> details)
>> 
>> Do you know how I have locked a file ?

> SVN does this occasionally. I think it is when communications between 
> the client and server break down. Just do "svn cleanup"

See also:
http://subversion.tigris.org/faq.html#wedged-wc

Ron


Re: [SVN] Locked working copy ?

Posted by Ross Gardler <rg...@apache.org>.
Cyriaque Dupoirieux wrote:
> Just a question to svn experts :
> svn update returns :
> 
> svn: Working copy '.' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for 
> details)
> 
> Do you know how I have locked a file ?

SVN does this occasionally. I think it is when communications between 
the client and server break down. Just do "svn cleanup"

Ross