When I\'m trying to update or commit code from a project it\'s telling me that the folder is locked. When I try to \"release lock\" it says that there\'s nothing to unlock in th
Using svn command line to unlock the local folders, just use svn cleanup.
svn cleanup
Before:
# svn commit -m "fixing #1234"
# svn st
# svn cleanup
After: