Issue
I keep getting messages like these below whenever I try to commit
, update
or whatever.
svn: E155004: Working copy 'C:\Users\Mateusz\Documents\NetBeansProjects\futurenet\trunk\newproject' locked
svn: E155004: 'C:\Users\Mateusz\Documents\NetBeansProjects' is already locked.
I tried also to do cleanup
as other topics suggest but still the same message.
Could someone help me please?
Solution
Why this error raised
This is because the project folder is closed suddenly (without proper checkout) or some strange reasons like crashes
How to fix it
Way 1 : By doing svn cleanup
from the command line
If the way 1 doesn't help
Way 2 : You can do a fresh SVN i.e.,
Cut the .svn
that is inside the project folder to some other location
In Team->Subversion->Checkout
Do a fresh checkout
Note 1 : You can choose any client such as Git
or Mercurial
and proceed the Regular Checkout Process
Note 2 : You can find the .svn
folder again appeared in your project folder, it means you are done with fresh svn
Added screen for Reference
Answered By - Sulthan Allaudeen
Answer Checked By - Marilyn (JavaFixing Volunteer)