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 
            2011/11/28
            9:59 UTC
        
        
        Read the original article
        Hit count: 355
        
svn
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.
 
© Server Fault or respective owner