Subversion error: (405 Method Not Allowed) in response to MKCOL
Posted
by Sergio del Amo
on Server Fault
See other posts from Server Fault
or by Sergio del Amo
Published on 2009-05-25T14:35:54Z
Indexed on
2010/04/19
19:53 UTC
Read the original article
Hit count: 378
subversion
|svn
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
© Server Fault or respective owner