首页 > 代码库 > svn: E155004: ..(path of resouce).. is already locked
svn: E155004: ..(path of resouce).. is already locked
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‘ lockedsvn: E155004: ‘D:\svnworkspace\crm‘ is already locked
Update and clean your working copy.
svn updatesvn 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 | |||
| 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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。