<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Achim Bohnet wrote:
<blockquote cite="mid200510041508.49036.ach@mpe.mpg.de" type="cite">
  <pre wrap="">On Tuesday 04 October 2005 14:17, Oliver Dörr wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

just because i'm not very firm of SVN. For the last few days i'll get 
the message that 'kipi-plugins/batchprocessimages'  is locked and that i 
should do a SVN cleanup during the checkout of digikam, kipi, etc.

svn: Arbeitskopie 'kipi-plugins/batchprocessimages' gesperrt
svn: Starten Sie 'svn cleanup', um die Sperren zu entfernen (Aufruf: 
'svn help cleanup' für Details)

So do i'll have to do something, so that i don't get out of sync? For me 
the message looks like somebody had started to work on that plugin and 
simply forgot to tell SVN, that his work is finished.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Usually this mean that you aborted svn with Crtl-C or lost network connection
during an svn command.  svn cleanup will finish or rollback the aborted
transaction.

Play save (this happened only once for me) and

 rsync -a ./ ../bck/
 svn cleanup
 svn update
 ...

and remove ../bck when happy again.
  </pre>
</blockquote>
Thanks for your help<br>
This solved the problem<br>
Oliver<br>
</body>
</html>