<?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: wcfind - avoid find(1) into subversion meta directories</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/380/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/380/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Setting svn:keywords in many files simultaneously [JeffHung.Blog]</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/380/comment-page-1/#comment-962</link>
		<dc:creator>Setting svn:keywords in many files simultaneously [JeffHung.Blog]</dc:creator>
		<pubDate>Wed, 25 Jan 2006 17:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=380#comment-962</guid>
		<description>[...] svn-set-prop.sh 還有一個很重要的功能就是 find like filtering，至少要能夠做到依據 file name pattern 決定是否要動手。既然嘗試寫作 svn-set-prop.sh 不成，轉念一想，已經有  wcfind.sh 對 working copy 作 find like filtering 了，何不也來個工具，直接對 repository 作 find like filtering？或是乾脆整合 wcfind.sh 的功能，讓它可以吃 &lt;repo-url&gt; 或 &lt;wc-path&gt; 都可以。於是我有了 svn-find.pl，準備把合適的 find 指令全放進來。寫著寫著，才又突然發覺，直接對 repository 動刀顯然不是個好主意。別說無法反悔讓人擔憂，若是我程式寫的不好，豈不變成找到一百個檔案，就多了一百個 commit 了嗎？這確實不是個好主意。 [...]</description>
		<content:encoded><![CDATA[<p>[...] svn-set-prop.sh 還有一個很重要的功能就是 find like filtering，至少要能夠做到依據 file name pattern 決定是否要動手。既然嘗試寫作 svn-set-prop.sh 不成，轉念一想，已經有  wcfind.sh 對 working copy 作 find like filtering 了，何不也來個工具，直接對 repository 作 find like filtering？或是乾脆整合 wcfind.sh 的功能，讓它可以吃 &lt;repo-url&gt; 或 &lt;wc-path&gt; 都可以。於是我有了 svn-find.pl，準備把合適的 find 指令全放進來。寫著寫著，才又突然發覺，直接對 repository 動刀顯然不是個好主意。別說無法反悔讓人擔憂，若是我程式寫的不好，豈不變成找到一百個檔案，就多了一百個 commit 了嗎？這確實不是個好主意。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: use grep(1) accompany with my wcfind via xargs(1) [JeffHung.Blog]</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/380/comment-page-1/#comment-943</link>
		<dc:creator>use grep(1) accompany with my wcfind via xargs(1) [JeffHung.Blog]</dc:creator>
		<pubDate>Fri, 20 Jan 2006 01:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=380#comment-943</guid>
		<description>[...] Sorry, the comment system do not allow me to use rich-format styles. So I reply Laurent&#8217;s comment of &quot;wcfind - avoid find(1) into subversion meta directories&quot; here. Hi, Laurent, [...]</description>
		<content:encoded><![CDATA[<p>[...] Sorry, the comment system do not allow me to use rich-format styles. So I reply Laurent&#8217;s comment of &quot;wcfind - avoid find(1) into subversion meta directories&quot; here. Hi, Laurent, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/380/comment-page-1/#comment-938</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Thu, 19 Jan 2006 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/?p=380#comment-938</guid>
		<description>Quite useful indeed...
Do you know how to get grep itself to ignore the svn meta directories. I usually end up post-processing grep output with grep -v &#039;\.svn/&#039; but that gets annoying to have to type all the time.
--exclude only seems to work on filenames

Thanks,

Laurent</description>
		<content:encoded><![CDATA[<p>Quite useful indeed...<br />
Do you know how to get grep itself to ignore the svn meta directories. I usually end up post-processing grep output with grep -v '\.svn/' but that gets annoying to have to type all the time.<br />
--exclude only seems to work on filenames</p>
<p>Thanks,</p>
<p>Laurent</p>
]]></content:encoded>
	</item>
</channel>
</rss>

