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 |
||
|
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#
时间: 2024-10-17 21:26:02