<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[SVN Could not read status line 错误，SVN版本库使用域名无法访问：Could not read status line]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 16 Oct 2012 03:01:03 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在使用apache + subversion安装配置好SVN服务器之后，遇到了一个很困惑的问题：“/svn/test/!svn/vcc/default”: Could not read status line: 远程主机强迫关闭了一个现有的连接”。这个问题直到今天也还没有完全解决。<br/>先说一下目前的情况：<br/>CentOS 5.2<br/>apahce版本：2.2.11<br/>subversion版本：1.6.12<br/>安装配置完成后，在浏览器中使用 http://192.168.1.10/svn/test 访问版本库，OK，一切正常！再使用http://www1.test.com/svn/test 访问版本库，OK，一切正常！<br/>注意：我使用apahce虚拟主机把www1.test.com绑定到了192.168.1.10这个ip上。<br/>问题在于：<br/>当我使用TortoiseSVN 1.6.12客户端连接时，使用http://192.168.1.10/svn/test 可以访问，但使用http://www1.test.com/svn/test就会返回错误：<br/>“方法 REPORT 失败于 “/svn/test/!svn/vcc/default”: Could not read status line: 远程主机强迫关闭了一个现有的连接。”<br/>这个错误简直让人崩溃，网上搜索无数次都没有解决方案。目前只好使用ip的方式进行SVN的操作。<br/>不知道大家有没有人遇到这个问题？是怎么解决的？<br/><br/>用Tsvn客户端连接时报PROPFIND of &#039;/repos/myapp&#039;: Could not read status line: 您的主机中的软件中止了一个已建立的连接。<br/>查阅N久，最后一文解惑！<br/>apache 的 http.conf中的KeepAlive&nbsp;&nbsp;设置为On<br/><br/>来自：<br/>http://www.frostsky.com/2011/12/svn-could-not-read-status-line/<br/>http://blog.csdn.net/zxl0110/article/details/5871173<br/>上面的问题，我按此试了下，最后还是不行，但发现有人无意解决，但没有说是怎么解决的，呵呵呵 。<br/> svn: REPORT of ‘/!svn/vcc/default’: Could not read status line: connection was closed by server. <br/>这个问题困扰了我很长时间，Google和官方论坛都无结果。后来昨天竟然自己无意中解决了，感动的得哭了:)
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] SVN Could not read status line 错误，SVN版本库使用域名无法访问：Could not read status line]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>