SVN提交时报"405 Method Not Allowed"错误的解决方法
昨天在往Google Code上提交代码时遇到的小问题,记录下来以备后查。
错误描述:
SVN Commit时有错误如下:
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed)
in response to MKACTIVITY request for '....
?
?
解决方法
经过搜索得知,是Google Code允许用户以Http协议Update代码,但Commit时必须以Https协议。所以在SVN目录下利用Relocate功能将SVN协议从Http改为Https后就可以了。
?
?
?