[svn]VisualSVN Server使用检出时出错:OPTIONS of 'http://localhost/svn/attendance': 200 OK (http://localhost)

错误描述:

        svn server端安装在本机,之前可以正常使用,一段时间后无法正常检出代码,提示错误信息:

OPTIONS of 'http://localhost/svn/attendance': 200 OK (http://localhost)

image

错误原因:

         svn server程序可以选择使用http协议或者https协议提供服务。我经常使用的是https协议,默认使用了443端口。期间安装软件XAMPP占用了443端口,造成svn server程序无法启动,因此检出不成功。

解决办法:

        如下图,将端口号改为未使用的端口如:8443。让后重启服务即可。

image

原文地址:https://www.cnblogs.com/wanping/p/3123594.html