<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>effective life plus &#187; neon</title>
	<atom:link href="http://www.binzywu.com/tag/neon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binzywu.com</link>
	<description>Binzy&#039;s blog</description>
	<lastBuildDate>Sun, 23 Oct 2011 21:43:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>subversion client and http</title>
		<link>http://www.binzywu.com/2009/10/subversion-client-and-http/</link>
		<comments>http://www.binzywu.com/2009/10/subversion-client-and-http/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:05:07 +0000</pubDate>
		<dc:creator>binzywu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[neon]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.binzywu.com/?p=76</guid>
		<description><![CDATA[I hate subversion&#8230; while using linux, I thought subversion client should natively support http schema,  but actually it doesn&#8217;t. By reading installation instruction, it says I need Neon&#8230; Then I download Neon and configure with &#8211;with-neon=&#60;neonpath&#62;, doesn&#8217;t work! try copy neon to subversion source code, reconfigure it&#8230; without &#8211;with-neon option&#8230; still doesn&#8217;t work! Shit&#8230; via [...]]]></description>
			<content:encoded><![CDATA[<p>I hate subversion&#8230;</p>
<p>while using linux, I thought subversion client should natively support http schema,  but actually it doesn&#8217;t. By reading installation instruction, it says I need Neon&#8230; Then I download Neon and configure with &#8211;with-neon=&lt;neonpath&gt;, doesn&#8217;t work! try copy neon to subversion source code, reconfigure it&#8230; without &#8211;with-neon option&#8230; still doesn&#8217;t work! Shit&#8230; via looking into configure log, it says&#8230;</p>
<blockquote><p>checking neon library version&#8230; 0.29.0<br />
You have a neon/ subdir containing version 0.29.0,<br />
but Subversion needs neon 0.28.4.</p>
<p>An appropriate version of neon could not be found, so libsvn_ra_neon<br />
will not be built.  If you want to build libsvn_ra_neon, please either<br />
install neon 0.28.4 on this system</p>
<p>or</p>
<p>get neon 0.28.4 from:<br />
    <a href="http://www.webdav.org/neon/neon-0.28.4.tar.gz">http://www.webdav.org/neon/neon-0.28.4.tar.gz</a><br />
unpack the archive using tar/gunzip and rename the resulting<br />
directory from ./neon-0.28.4/ to ./neon/</p>
<p>no suitable neon found</p></blockquote>
<p>&#8230; download 0.28.4, copy to sub folder, configure&#8230; yeah&#8230; works, finally. You can check whether it supports http via &#8220;svn &#8211;version&#8221;, there should be a ra_neon module.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binzywu.com/2009/10/subversion-client-and-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

