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
).
Solution:
Step1: Have to remove “lock” file which present under “.svn” hidden file.
Step2: In case if there is no “lock” file then you would see “we.db” you have to open this database and need to delete content alone from the following tables
– lock
– wc_lock
Step3: Clean your project
Step4: Try to commit now.
Step5: Done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With