Subversion error: (405 Method Not Allowed) in response to MKCOL
- by Sergio del Amo
I am getting the next error while trying to commit a new directory addition.
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for '....
I have never seen this error before. Can someone help me?
Solution
I managed to solve the problem:
Delete the parent's directory of the folder giving the problem.
Did SVN Update
A folder with the same name as the new one already existed in repository.
Delete this folder
SVN Commit
Copy the new folder, Schedule for addition and SVN Commit