I’m trying to delete the folder D:\SVN_HOME\EclipseWorkspace\MF_CENTER_INFO from svn.
Right click on the folder => TortoiseSVN => Delete => Yes to all
This returns the error: No Write-lock in D:\SVN_HOME\EclipseWorkspace

How can I fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do a SVN-rename (not regular rename), commit, then you can do a SVN-delete successfully. I tried doing a regular rename first and renamed back to the original name, but still received the error when trying to delete the folder.