SVN常见错误:svn:server sent unexpected return value 405 method not allowed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN常见错误:svn:server sent unexpected return value 405 method not allowed相关的知识,希望对你有一定的参考价值。

参考技术A svn:server sent unexpected return value 405 method not allowed

Description : An error occurred while contacting the repository.
Suggestion : The server may be unreachable or the URL may be incorrect.

Technical Information

Error : V4CommunicationError
Exception : ZSVNCommunicationException

Causal Information

Description : Commit failed (details follow):
Status : 175002
File : subversion/libsvn_client/commit.c, 867

Description : Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for 'XXX'
Status : 175002
File : subversion/libsvn_ra_neon/util.c, 563

svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for-解决方(示例

来源:http://blog.csdn.net/xhu_eternalcc/article/details/18454481

--------------------------------------------------------------------------------------------

这是由于本地用户信息配置错误造成的,只需将用户配置信息删除,然后重新登录即可。

删除本地用户配置信息的方法:

一、linux下
删除~/.subversion/auth即可
[[email protected] ~]# rm -rf ~/.subversion/auth

二、windows下
方法1:对于TortoiseSVN软件,右键出TortoiseSVN菜单Settings->Saved Data->Authentication data,Clear 
或者
方法2:C:\Documents and Settings\Administrator\Application Data\Subversion\auth
删除auth下面的所有文件夹
如果以上2个方法都不起作用,那么只能卸载 TortoiseSVN,
再重新安装一次,之后上面的2个方法就能起作用了.

以上是关于SVN常见错误:svn:server sent unexpected return value 405 method not allowed的主要内容,如果未能解决你的问题,请参考以下文章

连接svn server时提示 不知道这样的主机

SVN Server 服务的安装和使用,SVN 客户端

群晖SVN Server远程访问

Linux install svn server

Linux系统下的SVN Server搭建过程

如何使用CentOS Linux搭建SVN Server