I was uploaded my code to code.google and successfully committed two times but now when ever i try to commit my code it always gives
Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY
i can still successfully checkout my project but when i made little change in a file and than try to commit it, It always gives same error now. i was trying SVNTrotoise i even clear its temporary data in /user/AppData/SVN... but still same problem. I tried to commit my project from MAC terminal and still same error.
On internet i searched this error and they says that it is dew to a folder which you are trying to add and that already exist but in my case i even tried to commit my project right after checking out and making a little change in single file
After Alot of search after all i found answer on google code itself when i checkout my project i was checkout it with http://repUrl.com and than when i try to commit it it was giving that error. If you want to commit a project after checkout you have to checkout it with https://repoUrl.com instead of http://repoUrl.com
Solution for code.google.com is relocating the svn local copy to https url.
and next try to commit again. For me worked.
来源:https://stackoverflow.com/questions/12283150/405-method-not-allowed-in-response-to-mkactivity-during-committing-on-google-c