<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BUG&#039;s Living Diary</title>
	<atom:link href="http://cwlin0416.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cwlin0416.wordpress.com</link>
	<description>蟲的生活日誌</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:45:13 +0000</lastBuildDate>
	<language>zh-tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cwlin0416.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>BUG&#039;s Living Diary</title>
		<link>http://cwlin0416.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cwlin0416.wordpress.com/osd.xml" title="BUG&#039;s Living Diary" />
	<atom:link rel='hub' href='http://cwlin0416.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Both MFT and MFT mirror corrupt in NTFS, the way to repair</title>
		<link>http://cwlin0416.wordpress.com/2011/11/24/both-mft-and-mft-mirror-corrupt-in-ntfs-the-way-to-repair/</link>
		<comments>http://cwlin0416.wordpress.com/2011/11/24/both-mft-and-mft-mirror-corrupt-in-ntfs-the-way-to-repair/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 06:40:00 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=493</guid>
		<description><![CDATA[前兩天突然覺得家裡的電腦變的很慢 突然警覺是不是硬碟快壞掉了 用了 Windows 的磁碟修復, 後又恢復正常, 後來無聊查了一下我這顆硬碟的型號, 發現原來我這顆是3年前 Seagate 出包的那顆死雞硬碟, 上了 plurk 慶幸了一下 趕緊就做了韌體的更新&#8230; 沒想到原本 SMART 沒有錯誤的 一更新完就出現紅字 = =, 想說是不是快爆炸了 順便打開 hdtune 掃描, 就跑去睡覺了.. 結果隔天早上起來就出現 = =&#8230;找不到開機磁區的訊息 真的是心頭一驚啊 我又重開了一次, 幸好還可以進入 windows.. 心想大概硬碟真的快壞了吧&#8230;趕緊關機.. 接著就把電腦關機把硬碟帶去公司備份 一開始還找的到磁碟資訊, 沒想到越copy 越慢, 時間跑到2天去了 = =..想說是不是 USB沒插好, 重插&#8230; 結果跳出了一堆視窗 顯示磁碟損壞, 您必須要格式化才能使用&#8230; 真的是當下無言 只好把久久未用的 testdisk 拿出來掃了&#8230; 只是東按按西按按, 好像不太對勁 testdisk 是可以把 partition 找回來, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=493&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2011/11/24/both-mft-and-mft-mirror-corrupt-in-ntfs-the-way-to-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>[dojo] save dijit.layout.TabContainer selected tab</title>
		<link>http://cwlin0416.wordpress.com/2011/07/31/dojo-save-dijit-layout-tabcontainer-selected-tab/</link>
		<comments>http://cwlin0416.wordpress.com/2011/07/31/dojo-save-dijit-layout-tabcontainer-selected-tab/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 16:49:48 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=491</guid>
		<description><![CDATA[用繼承的方式果然好搞很多, 直接攔截事件開始處理&#8230; 又可以重複使用 dojo.declare("dijit.MyTabContainer" , [ dijit.layout.TabContainer ] , { postCreate : function() { var childId = dojo.cookie(this.id); var tabContainerId = this.id; if (childId !== undefined) { // use dojo.addOnLoad to avoid tab content not ready. dojo.addOnLoad(function() { var selectedChild = dijit.byId(childId); if (selectedChild !== undefined) { dijit.byId(tabContainerId).selectChild(selectedChild); } }); } this.inherited(arguments); }, selectChild : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=491&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2011/07/31/dojo-save-dijit-layout-tabcontainer-selected-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN: 常用管理分支(Branching)方式</title>
		<link>http://cwlin0416.wordpress.com/2011/03/31/svn-%e5%b8%b8%e7%94%a8%e7%ae%a1%e7%90%86%e5%88%86%e6%94%afbranching%e6%96%b9%e5%bc%8f/</link>
		<comments>http://cwlin0416.wordpress.com/2011/03/31/svn-%e5%b8%b8%e7%94%a8%e7%ae%a1%e7%90%86%e5%88%86%e6%94%afbranching%e6%96%b9%e5%bc%8f/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 08:38:14 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=487</guid>
		<description><![CDATA[好久沒 PO 文了, 自從開始工作之後越來越少時間能做一些有的沒的事, 包含分享一些東西, 以前看不懂英文, 總覺得為什麼中文的資源總是這麼的少, 現在看的懂英文卻懶的將這些文章一一的翻譯成中文, 看的速度遠比打字的速度還要快, 我這條小鯨魚有時也只能量力而為。 或許很多人都對 SVN 不陌生, 也了解 Version Control 的意涵, 但在實際的開發上, 不僅僅只是要會用這些工具, 而是要能將這些東西合理順暢的在團隊的運作中使用. 並且讓所有人了解, 在我第一次將 SVN 導入開發團隊的工作中也吃了不少苦頭, 絕大多數沒有 Version Control 概念的使用者, 沒有辦法理解這樣的制度, 『為什麼要 commit, 要 update 這麼麻煩』, 『我的程式碼一 update 後就壞了怎麼辦』, 更有人是放出大絕招, 把檔案直接砍了用自己原本的蓋回去, &#8230;也就是跟別人 conflict 的東西全消失了&#8230;只剩他的, 換言之別人的心血也全沒了&#8230;。 SVNBook 其實很詳盡, 但內容太多, 所以我只能就有需要的部份翻譯, 讓大家了解概念, however, 剛好今天抽了點時間把 SVNBook 中  Common Branching Patterns [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=487&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2011/03/31/svn-%e5%b8%b8%e7%94%a8%e7%ae%a1%e7%90%86%e5%88%86%e6%94%afbranching%e6%96%b9%e5%bc%8f/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>軍旅生涯中難忘的一天</title>
		<link>http://cwlin0416.wordpress.com/2010/04/18/%e8%bb%8d%e6%97%85%e7%94%9f%e6%b6%af%e4%b8%ad%e9%9b%a3%e5%bf%98%e7%9a%84%e4%b8%80%e5%a4%a9/</link>
		<comments>http://cwlin0416.wordpress.com/2010/04/18/%e8%bb%8d%e6%97%85%e7%94%9f%e6%b6%af%e4%b8%ad%e9%9b%a3%e5%bf%98%e7%9a%84%e4%b8%80%e5%a4%a9/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 02:00:33 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=477</guid>
		<description><![CDATA[這會是一個我在軍旅生涯中難忘的一天 這也是軍旅中的第一篇文章, 因為我想好好保留 接了參三業務, 雖然很忙, 很少自由時間, 也有很多事沒做好, 被長官罵 其實當兵真的就是看你願意花多少心思做多少事 長官也不會特意要求義務役的兵去做什麼特別艱難的事, 因為時薪八塊半, 擺爛有理, 我很慶幸能遇到好長官 但業務其實還是很忙, 壓力大, 比起其他兵 連長常說, 來到東引已經夠倒楣了, 又來到東引的防X連, 連長這麼凹, 弟兄也比其他連還要累, 還要精實 小抽1抽1沒抽到, 已經夠倒楣了, 又來到防X連, 接了業務, 根本是天註定, 所以我也很認命, 但也時常有想放棄的念頭 (沒事做什麼業務啊) 我很高興在軍旅生涯中這個特別的日子, 我的朋友們沒有忘記我, 寄了一些零食, 禮物 呵呵, 收了三次包裹, 就只有開心能形容啊 本來以為 4/16 在軍中會是一如往常的一天, 但奇妙的事發生了&#8230; 晚上像平常一樣被幹的 開完了課前會議, 下去盥洗作業, 每次開完會就是一大堆事要做 到了9點, 集合時間到了, 參三突然被輔導長點起來 『建瑋, 快給我去拿課表, 馬上, 不然你就死定了』 心想, 『靠, 不會又出包了吧』 二話不說的我就衝出去把課表拿回來&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=477&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2010/04/18/%e8%bb%8d%e6%97%85%e7%94%9f%e6%b6%af%e4%b8%ad%e9%9b%a3%e5%bf%98%e7%9a%84%e4%b8%80%e5%a4%a9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>Trac &#8211; Page2Docbook on FreeBSD</title>
		<link>http://cwlin0416.wordpress.com/2009/07/11/trac-page2docbook-on-freebs/</link>
		<comments>http://cwlin0416.wordpress.com/2009/07/11/trac-page2docbook-on-freebs/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 10:57:19 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/2009/07/11/trac-page2docbook-plugin/</guid>
		<description><![CDATA[Docbook 是一種來輸出書藉的 XML 格式 Trac 中可以將 Wiki 的部份轉換為 Docbook 的格式 這樣的功能可以很方便的將 Wiki 中積存已久的文件, 以書的型式輸出 當然 Docbook 輸出的型式包含了 pdf, html, chm&#8230; 依不且需求可以使用不同的格式發行 這使得我們不需要再為每種格式都製作一份文件, 附帶一提, freebsd 的文件也是以這種方式輸出 我們需要的套件叫做 Page2Docbook &#8211; http://trac-hacks.org/wiki/Page2DocbookPlugin python 的安裝方式很件單只要透過 easy_install easy_install http://trac-hacks.org/svn/page2docbookplugin/page2docbook/ 就會幫你從 SVN 上將最新版本的 plugin 抓下來並且安裝 由於這個套件還需要一些 python 的 extensions 在它的說明文件中有提到 python-uTidyLib python-libxml2 python-libxslt 在 FreeBSD 平台上的使用者不需要擔心, 這幾個套件 FreeBSD 都納進了 Ports 當中了 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=473&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/07/11/trac-page2docbook-on-freebs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>the forward road</title>
		<link>http://cwlin0416.wordpress.com/2009/07/10/the-forward-road/</link>
		<comments>http://cwlin0416.wordpress.com/2009/07/10/the-forward-road/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:02:08 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的點點滴滴]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=471</guid>
		<description><![CDATA[終於口試完了 累積了很久的時間才有空打這篇文章 也許是幸運吧 至少到目前為止, 我對未來的路並不感到迷惑 以前只是一個人獨自接著小小的案子 直到現在可以成立一家公司的規模 看著開發團隊一點一滴的茁壯 難免有一些想法和期望寄託 我很喜歡這種感覺 有好多好多的想法想要去實現 好像回到了國中跟大家一起開發 MUD 的時候 人總是會有好多的夢想 其實我很配服像 clode 一樣他能在出社會工作之後 還能一點一滴的去實現他對遊戲想法 也許這個東西不一定會熱賣或賺錢 重要的是這份心思 總是不希望自己是一個只著眼在利益觀點的人 比起這些我更期望能完成一些夢想 嗯&#8230; 加油吧大家<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=471&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/07/10/the-forward-road/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>trac + subversion + apache + ldap with multiple projects</title>
		<link>http://cwlin0416.wordpress.com/2009/06/02/trac-subversion-apache-ldap-with-multiple-projects/</link>
		<comments>http://cwlin0416.wordpress.com/2009/06/02/trac-subversion-apache-ldap-with-multiple-projects/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:14:13 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的研究心得]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=418</guid>
		<description><![CDATA[這個標題還真長, 不過就如同標題所寫的 這是一個 tutorial, 如果你想要管理多個 project 用 trac &#38; subversion &#38; ldap 軟體版本: Subversion 1.6 Apache 2.2 Trac 0.11 mod_python 3.3 先備的動作: 安裝 subversion with mod_dav_svn option 安裝 trac on Apache using mod_python trac 跟 subversion 有一個共同的特色, 就是它們都可以透過 apache 作認證, 因此我們是透過 apache 去做 LDAP 的認證 首先你必須先建立一個存放 svn repoistories 的目錄, 我是建在 /home/svn 同樣的也需要一個存放多個 project 的 trac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=418&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/06/02/trac-subversion-apache-ldap-with-multiple-projects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>trac using apache2 + mod_python + ldap at FreeBSD 7</title>
		<link>http://cwlin0416.wordpress.com/2009/06/02/trac-at-freebsd-7/</link>
		<comments>http://cwlin0416.wordpress.com/2009/06/02/trac-at-freebsd-7/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 04:59:08 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的研究心得]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/2009/06/02/trac-at-freebsd-7/</guid>
		<description><![CDATA[FreeBSD 的 Ports collection 很貼心把 trac 都準備好了 你會需要的 ports 有: www/apache22 www/trac www/mod_python3 我把 trac 的 projects parent dir 放在 /usr/home/trac 你可以用 trac-admin 在這個目錄下開 project 你可以參考 TracAdmin 然後加上一點設定在 /usr/local/etc/apache22/httpd.conf: LoadModule python_module libexec/apache22/mod_python.so 以及新增一個檔案 /usr/local/etc/apache22/Includes/trac.conf 如下: SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnvParentDir /usr/home/trac PythonOption TracUriRoot /trac 如果要登入驗證一樣用 apache ldap 的方式在 trac.conf 的檔案中加上: AuthType Basic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=415&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/06/02/trac-at-freebsd-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>trac vs mantis</title>
		<link>http://cwlin0416.wordpress.com/2009/06/02/trac-vs-mantis/</link>
		<comments>http://cwlin0416.wordpress.com/2009/06/02/trac-vs-mantis/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 04:24:33 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的研究心得]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/2009/06/02/trac-vs-mantis/</guid>
		<description><![CDATA[why so many people is using trac to development project 為了一探究竟, 只好自已著手來試試了 目前我所使用的 issue tracker 是 mantis, trac 與 mantis 同樣對於 VCS(Version Control System) 都有可以 reference 的功能 但在專案的處理上是有點差異的我將兩個做一個比較: mantis: 它易於安裝使用, 單純的環境 php + mysql 如同大多數的網站系統, 這個 issue tracker 在 workflow 的部份是有做控管, 你可以指派的方式去 assign somebody to do something, 它可以同時掌管多個 project, 也有統計的資訊可供管理者參考, 不過談到與 VCS 整合的部份, 它比 trac [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=413&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/06/02/trac-vs-mantis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
		<item>
		<title>subversion authentication with ldap and access control  using apache 2.2</title>
		<link>http://cwlin0416.wordpress.com/2009/05/22/subversion-authentication-with-ldap-and-access-control-using-apache-2-2/</link>
		<comments>http://cwlin0416.wordpress.com/2009/05/22/subversion-authentication-with-ldap-and-access-control-using-apache-2-2/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:54:46 +0000</pubDate>
		<dc:creator>cwlin0416</dc:creator>
				<category><![CDATA[蟲的研究心得]]></category>

		<guid isPermaLink="false">http://cwlin0416.wordpress.com/?p=408</guid>
		<description><![CDATA[my operation system is FreeBSD 7 i place repositories in /usr/home/svn/ here is an example configuration fo apache at /usr/local/etc/apache22/Includes/mod_dav_svn.conf: &#60;Directory /usr/home/svn&#62; AllowOverride FileInfo AuthConfig Limit Indexes &#60;Limit GET POST OPTIONS&#62; Order allow,deny Allow from all &#60;/Limit&#62; &#60;LimitExcept GET POST OPTIONS&#62; Order deny,allow Deny from all &#60;/LimitExcept&#62; &#60;/Directory&#62; &#60;Location /svn&#62; DAV svn SVNParentPath /usr/home/svn SVNListParentPath [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cwlin0416.wordpress.com&amp;blog=621292&amp;post=408&amp;subd=cwlin0416&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cwlin0416.wordpress.com/2009/05/22/subversion-authentication-with-ldap-and-access-control-using-apache-2-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/77deb8afc6b3a9663ebaf9f0106c30a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cwlin0416</media:title>
		</media:content>
	</item>
	</channel>
</rss>
