11

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Yahya Arshad
  • 1,626
  • 2
  • 19
  • 34
  • This thread says how to relocate in eclipse. http://stackoverflow.com/questions/679585/can-i-switch-svn-repositories-from-eclipse – Asela Apr 30 '14 at 12:15

2 Answers2

18

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

Yahya Arshad
  • 1,626
  • 2
  • 19
  • 34
0

Solution for code.google.com is relocating the svn local copy to https url.

and next try to commit again. For me worked.