Subversion error: (405 Method Not Allowed) in response to MKCOL
- by Sergio del Amo
I am getting the following 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. How can I fix this problem?
Solution
I managed to solve the problem:
Delete the parent's directory of the folder giving the problem.
Do 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.