SVN报错:locked; try performing 解决办法。

Posted 游龙翔隼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN报错:locked; try performing 解决办法。相关的知识,希望对你有一定的参考价值。

问题源

用Eclipse的svn插件更新文件时,直接复制服务器上css文件新增的一条样式到本地,然后保存后发生冲突,尝试标记合并冲突后发生如下异常:

Some of selected resources were not committed.
svn: Working copy \'d:\\***\\css\'
locked; try performing \'cleanup\'

且再次同步服务器更新出现该空文件夹无法操作。

尝试team菜单下的clean up后clean up也发生异常

*** Cleanup
svn cleanup "d:\\***\\css"
svn: Error processing command \'modify-entry\' in
\'d:\\***\\css\'
svn: Error modifying entry for \'*.css\'
svn: \'*.css\' is not under version control
*** Error (took 00:01.075)

复制test路径在资源管理器打开,
打开该目录下[.svn]文件夹,
发现里面有[lock]和[log]文件

lock文件内容为空,
log文件内容如图:

至此,问题渐渐明了:同步过程中发生错误导致*.css文件被svn锁住,且重新操作后未解锁该文件

解决办法:

  1. 删除lock文件
  2. 删除log文件中最下方加了 working 状态的记录
  3. 重新cleanup
  4. 重新同步

以上是关于SVN报错:locked; try performing 解决办法。的主要内容,如果未能解决你的问题,请参考以下文章

执行 update操作的时候有报错 ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction

Eclipse中提示svn: is already locked的解决办法

SVN Attempted to lock an already-locked dir异常解决方法

SVN问题之——org.apache.subversion.javahl.ClientException: Attempted to lock an already-locked dir

MySQL error : Deadlock found when trying to get lock; try restarting transaction

038 lock wait timeout exceeded;try restarting transaction