<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Bluehost 筆記</title>
	<atom:link href="http://blog.tarotoast.com/2007/04/04/360/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tarotoast.com/2007/04/04/360/</link>
	<description>Personal blog</description>
	<pubDate>Thu, 08 Jan 2009 17:20:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: I-Paa</title>
		<link>http://blog.tarotoast.com/2007/04/04/360/comment-page-1/#comment-28990</link>
		<dc:creator>I-Paa</dc:creator>
		<pubDate>Fri, 13 Apr 2007 13:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tarotoast.com/2007/04/04/360/#comment-28990</guid>
		<description>Li koh kai pan-bin.
Chin chan!</description>
		<content:encoded><![CDATA[<p>Li koh kai pan-bin.<br />
Chin chan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarotoast</title>
		<link>http://blog.tarotoast.com/2007/04/04/360/comment-page-1/#comment-28906</link>
		<dc:creator>tarotoast</dc:creator>
		<pubDate>Mon, 09 Apr 2007 08:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tarotoast.com/2007/04/04/360/#comment-28906</guid>
		<description>這邊有一堆安裝 1.4.2 的 note:
http://blog.matharvard.com/2006/11/16/installing-subversion</description>
		<content:encoded><![CDATA[<p>這邊有一堆安裝 1.4.2 的 note:<br />
<a href="http://blog.matharvard.com/2006/11/16/installing-subversion" onclick="javascript:pageTracker._trackPageview('/outbound/comment/blog.matharvard.com');" rel="nofollow">http://blog.matharvard.com/2006/11/16/installing-subversion</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarotoast</title>
		<link>http://blog.tarotoast.com/2007/04/04/360/comment-page-1/#comment-28905</link>
		<dc:creator>tarotoast</dc:creator>
		<pubDate>Mon, 09 Apr 2007 08:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tarotoast.com/2007/04/04/360/#comment-28905</guid>
		<description>上面那樣裝 subversion 不會有 ra_dav 這個 module
也就是說並不能去存取 http:// 或 https:// 的 repository
要解決這個問題，在 ./configure 之前先抓個 dependency 檔
&lt;pre&gt;wget http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz&lt;/pre&gt;
會解到同一個目錄下 subversion-1.4.3
然後再到 subversion-1.4.3/neon 下面打
&lt;pre&gt;./configure --prefix=$HOME --enable-shared&lt;/pre&gt;
最後再回到 subversion-1.4.3 下面打 make, make install
然後再用 svn --version 測試一下:
&lt;pre&gt;
svn, version 1.4.3 (r23084)
   compiled Apr  9 2007, 02:52:00

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
&lt;/pre&gt;
ra_dav 出來了 XD</description>
		<content:encoded><![CDATA[<p>上面那樣裝 subversion 不會有 ra_dav 這個 module<br />
也就是說並不能去存取 <a href="http://" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">http://</a> 或 <a href="https://" onclick="javascript:pageTracker._trackPageview('/outbound/comment/');" rel="nofollow">https://</a> 的 repository<br />
要解決這個問題，在 ./configure 之前先抓個 dependency 檔</p>
<pre>wget <a href="http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz" onclick="javascript:pageTracker._trackPageview('/outbound/comment/subversion.tigris.org');" rel="nofollow">http://subversion.tigris.org/downloads/subversion-deps-1.4.3.tar.gz</a></pre>
<p>會解到同一個目錄下 subversion-1.4.3<br />
然後再到 subversion-1.4.3/neon 下面打</p>
<pre>./configure --prefix=$HOME --enable-shared</pre>
<p>最後再回到 subversion-1.4.3 下面打 make, make install<br />
然後再用 svn &#8211;version 測試一下:</p>
<pre>
svn, version 1.4.3 (r23084)
   compiled Apr  9 2007, 02:52:00

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see <a href="http://subversion.tigris.org/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/subversion.tigris.org');" rel="nofollow">http://subversion.tigris.org/</a>
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
</pre>
<p>ra_dav 出來了 XD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
