문제

I working in my project with Visual Studio 2010 and AnkhSvn (the last version) when I like to do commit I have this error:

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)

How I can resolve this problem? I probe with TortoiseSVN and the same error

enter image description here

도움이 되었습니까?

해결책

This could be a problem with a proxy or a firewall between the local computer and the svn server. In this case your system administator probably can help you.

다른 팁

What does the apache log at your Subversion server say?

This appears to be some problem at the http (or server) level. I don't think you can answer this question by just using a subversion client.

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. 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top