<?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: my new favourite one liner</title>
	<atom:link href="http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/</link>
	<description>Random commentary...</description>
	<pubDate>Mon, 13 Oct 2008 20:30:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/#comment-15023</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Wed, 13 Sep 2006 17:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/#comment-15023</guid>
		<description>Indeed Lloyd your right I don't need the &lt;em&gt;*&lt;/em&gt; there.

I've now added the following to my &lt;code&gt;.bashrc&lt;/code&gt; so that I can just copy the patch urls straight from the ticket page and not have to remember to collect the raw file url:

&lt;blockquote&gt;&lt;code&gt;
trac-patch() {
    svn revert -R . &#38;&#38; curl "$1?format=raw" &#124; patch -p0
}
&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Indeed Lloyd your right I don&#8217;t need the <em>*</em> there.</p>
<p>I&#8217;ve now added the following to my <code>.bashrc</code> so that I can just copy the patch urls straight from the ticket page and not have to remember to collect the raw file url:</p>
<blockquote><p><code><br />
trac-patch() {<br />
    svn revert -R . &amp;&amp; curl "$1?format=raw" | patch -p0<br />
}<br />
</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd D Budd</title>
		<link>http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/#comment-14780</link>
		<dc:creator>Lloyd D Budd</dc:creator>
		<pubDate>Thu, 07 Sep 2006 02:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/archives/2006/09/06/my-new-favourite-one-liner/#comment-14780</guid>
		<description>I had a good time. Thank you for being a welcoming part of my 1st WordPress bug hunt. 

That is a great tip. Looks like the makings of a very useful bash function! Nit: I would probably make the 1st part "svn revert -R ."</description>
		<content:encoded><![CDATA[<p>I had a good time. Thank you for being a welcoming part of my 1st WordPress bug hunt. </p>
<p>That is a great tip. Looks like the makings of a very useful bash function! Nit: I would probably make the 1st part &#8220;svn revert -R .&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
