google code提交代码报405错误

今天提交很久以前做的一个插件代码却屡屡提交不上去,错误:

svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '****'

试了几次无果后放狗得到结论,从网站上checkout出来的地址是http的,而提交的时候却要https的,那么只需要把项目给relocate到https的地址上就Ok了

原文地址:https://www.cnblogs.com/walkerwang/p/2386048.html