码迷,mamicode.com
首页 > 其他好文 > 详细

svn: E155004: ..(path of resouce).. is already locked

时间:2014-11-10 15:26:07      阅读:2114      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   os   sp   for   

svn: E155004: ..(path of resouce).. is already locked

 

  I‘m getting an error when trying to commit a change to a repository. I‘m sure that my resources (classes) are not locked but it still gives me the error:

Some resources were not updated.
svn: E155004: Working copy D:\svnworkspace\crm\weblayer\com\lmkr\crm\web\model\dashboard locked
svn: E155004: D:\svnworkspace\crm is already locked

 

Update and clean your working copy.

svn update
svn cleanup

 

  If nothing else works, save your changes as a patch (TortoiseSVN → Create patch... or svn diff > changes.diff), and check out the repository anew. You can then apply the patch to the new working copy (TortoiseSVN → Apply patch... or svn patch changes.diff).

 

 
how i could clean working copy ? and what will be the effect by doing this, i mean my new code will remain same –  bitguider May 8 ‘13 at 6:48
    
many thanks Markus Jarderot , its working fine now –  bitguider May 8 ‘13 at 6:58
1  
Does not work, svn says my working copy is locked... –  Ruben Feb 10 at 9:01 
    
@Ruben See my update. –  Markus Jarderot Feb 10 at 9:30
    
Thanks for your reply. I got it working already, svn service was not running #whatashame–  Ruben Feb 10 at 11:04

 

 

link   :http://stackoverflow.com/questions/16433933/svn-e155004-path-of-resouce-is-already-locked#

svn: E155004: ..(path of resouce).. is already locked

标签:style   blog   http   io   color   ar   os   sp   for   

原文地址:http://www.cnblogs.com/mjorcen/p/4087112.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!