<?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>Rich Sae Kang &#187; programming</title>
	<atom:link href="http://rich.saekang.co.uk/c/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://rich.saekang.co.uk</link>
	<description>Every other fucker has one, guess it's time to join in</description>
	<lastBuildDate>Tue, 27 Oct 2009 02:49:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>svn recursive add keywords</title>
		<link>http://rich.saekang.co.uk/a/12</link>
		<comments>http://rich.saekang.co.uk/a/12#comments</comments>
		<pubDate>Tue, 24 Jul 2007 16:04:43 +0000</pubDate>
		<dc:creator>rich</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.saekang.co.uk/stuff/2007/07/24/svn-recursive-add-keywords/</guid>
		<description><![CDATA[find ./ -name '*.html' -or -name '*.php' \-print0 &#124; xargs -0 svn propset svn:keywords Id
edit: quick correction, thanks Lukas
]]></description>
			<content:encoded><![CDATA[<pre><pre class="bash"><ol><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;"><span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span> -name <span style="color: #ff0000;">'*.html'</span> -or -name <span style="color: #ff0000;">'*.php'</span> \</div></li><li style="font-weight: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal; font-style: normal;">-print0 <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">xargs</span> <span style="color: #000000;">-0</span> svn propset svn:keywords Id</div></li></ol></pre></pre>
<p>edit: quick correction, thanks Lukas</p>
]]></content:encoded>
			<wfw:commentRss>http://rich.saekang.co.uk/a/12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
