服务器发送意外返回值(405 Method Not Allowed)以响应OPTIONS请求

Ire*_*ene 6 eclipse svn

我有一个关于Google Code的项目,我正在使用SVN.

Eclipse中的项目一切正常.

但今天我在Google Code中创建了新项目.当我尝试将我的项目从Eclipse添加到我创建的Google存储库时,它会出错.

Eclipse控制台中的错误是:

svn:服务器发送意外返回值(405 Method Not Allowed)以响应OPTIONS请求' https://code.google.com/ ............'

Eclipse在提交时显示:

org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/a5a68afd-6b33-2247-9d70-58e42b6f6f4b'

org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/a5a68afd-6b33-2247-9d70-58e42b6f6f4b'
Run Code Online (Sandbox Code Playgroud)

Xor*_*sat 5

验证Google Code URL是否具有HTTPS协议,如果您使用的是Subclipse,请更改为svnkit库.