<?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 import 时出现类似 svn: Error converting entry in directory /home/data/test/dev_test_com/include to UTF-8 的解决方法 ]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 22 Apr 2011 05:07:01 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	该问题原因是&#039;/home/data/test/dev_test_com/include&#039; 目录中包含中文的文件名造成的，<br/>将中文件文件名删除，再执行<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;/usr/local/svn/bin/svn import (要导入版本库的数据)/home/data/test/dev_test_com file:///usr/local/svn/repos/test -m &quot;Initial import&quot;&nbsp;&nbsp; <br/><br/>即可 :)<br/><br/>我遇到的是：<br/><textarea name="code" class="shell" rows="15" cols="100">
svn: Error converting entry in directory &#039;src/web/style&#039; to UTF-8
svn: Valid UTF-8 data
(hex: 74 65 78 74)
followed by invalid UTF-8 sequence
(hex: da fb 2b b5)
</textarea><br/>查看，果然有这个中文的玩意：<br/><textarea name="code" class="shell" rows="15" cols="100">
cd src/web/style/
ll
有一个：
text??+???fla
</textarea>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] svn import 时出现类似 svn: Error converting entry in directory /home/data/test/dev_test_com/include to UTF-8 的解决方法 ]]></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>