<?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"
	>
<channel>
	<title>Comments on: Setting svn:keywords in many files simultaneously</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/436/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/436/</link>
	<description>(My smile insists of having nose. :-)</description>
	<pubDate>Tue, 07 Oct 2008 06:17:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/436/#comment-1048</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Thu, 02 Mar 2006 07:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/articles/jeffhung/436/#comment-1048</guid>
		<description>&lt;p&gt;發現用這個方法抓有哪些檔案要處理，會更好：&lt;/p&gt;
&lt;pre class="code"&gt;SHELL&#62; svn pg svn:keywords --recursive &#60;wc-path&#62; \&lt;br /&gt;      &#124; egrep 'Id&#124;LastChangedDate&#124;LastChangedRevision&#124;LastChangedBy&#124;HeadURL' \&lt;br /&gt;      &#124; sed -e 's/ - .*$//' \&lt;br /&gt;      ;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;但是這個方法有一個缺點就是，沒辦法揪出那些應設 &lt;code class="inline_code"&gt;svn:keywords&lt;/code&gt; 卻仍未設的檔案了。不過，應設仍未設的問題，可以另外處理。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>發現用這個方法抓有哪些檔案要處理，會更好：</p>
<pre class="code">SHELL&gt; svn pg svn:keywords --recursive &lt;wc-path&gt; \      | egrep 'Id|LastChangedDate|LastChangedRevision|LastChangedBy|HeadURL' \      | sed -e 's/ - .*$//' \      ;</pre>
<p>但是這個方法有一個缺點就是，沒辦法揪出那些應設 <code class="inline_code">svn:keywords</code> 卻仍未設的檔案了。不過，應設仍未設的問題，可以另外處理。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
