简体   繁体   English

SVN提交失败(无法解析响应状态行)

[英]SVN Commit Failed (Could not parse response status line)

I working in my project with Visual Studio 2010 and AnkhSvn (the last version) when I like to do commit I have this error: 当我想提交时,我使用Visual Studio 2010和AnkhSvn(最新版本)在我的项目中工作时出现以下错误:

An internal error ocurred: Commit failed(details follow): MERGE of '/svn/credinform/trunk/Cotizador/Crd.Cotizador': Could not parse response status line (http:/192.168.1.10:3456) 发生内部错误:提交失败(详细信息如下):合并'/svn/credinform/trunk/Cotizador/Crd.Cotizador':无法解析响应状态行(http:/192.168.1.10:3456)

How I can resolve this problem? 我该如何解决这个问题? I probe with TortoiseSVN and the same error 我用TortoiseSVN探测并且有同样的错误

在此处输入图片说明

This could be a problem with a proxy or a firewall between the local computer and the svn server. 这可能是本地计算机和svn服务器之间的代理或防火墙出现问题。 In this case your system administator probably can help you. 在这种情况下,您的系统管理员可能会为您提供帮助。

What does the apache log at your Subversion server say? Subversion服务器上的apache日志怎么说?

This appears to be some problem at the http (or server) level. 在http(或服务器)级别,这似乎是一个问题。 I don't think you can answer this question by just using a subversion client. 我认为您不能仅通过使用Subversion客户端来回答这个问题。

It might help when you try to access the same url (I would guess http://<192.168.1.10>:3456/svn/credinform/trunk/Cotizador/Crd.Cotizardor ) by a normal webbrowser. 当您尝试通过普通的网络浏览器访问相同的URL(我想应该是http:// <192.168.1.10>:3456 / svn / credinform / trunk / Cotizador / Crd.Cotizardor)时,它可能会有所帮助。 This will probably also show some kind of error. 这可能还会显示某种错误。

My guess would be some access problem at the server that isn't transfered as a readable error to the client, but your apache server log should give you the full details. 我的猜测是服务器上的某些访问问题不会作为可读错误传递给客户端,但是您的apache服务器日志应为您提供完整的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM