<?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>The Lucid &#187; Subversion</title>
	<atom:link href="http://thelucid.com/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com</link>
	<description>Lightweight ramblings</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SonicIQ are hiring &#8211; Junior Rails Developer Wanted in UK</title>
		<link>http://thelucid.com/2007/03/08/soniciq-are-hiring-junior-rails-developer-wanted-in-uk/</link>
		<comments>http://thelucid.com/2007/03/08/soniciq-are-hiring-junior-rails-developer-wanted-in-uk/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 16:20:14 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mac / OS X]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[SonicIQ]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://66bb1d68-a2cf-4da7-801f-a2dbcffb4485</guid>
		<description><![CDATA[&#8220;SonicIQ&#8221;:http://www.soniciq.com are looking for a &#8220;Junior Ruby on Rails Developer&#8221;:http://jobs.37signals.com/jobs/1203. We are based in Bournemouth, Dorset, UK. Anyone interested in working professionally with Rails on some exciting projects please &#8220;drop us your CV&#8221;:http://jobs.37signals.com/jobs/1203.]]></description>
			<content:encoded><![CDATA[<p>&#8220;SonicIQ&#8221;:http://www.soniciq.com are looking for a &#8220;Junior Ruby on Rails Developer&#8221;:http://jobs.37signals.com/jobs/1203.</p>
<p>We are based in Bournemouth, Dorset, UK. Anyone interested in working professionally with Rails on some exciting projects please &#8220;drop us your CV&#8221;:http://jobs.37signals.com/jobs/1203.</p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2007/03/08/soniciq-are-hiring-junior-rails-developer-wanted-in-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Subversion Rake task</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/</link>
		<comments>http://thelucid.com/2006/07/29/handy-subversion-rake-task/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 14:22:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rake]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc</guid>
		<description><![CDATA[Just read a post from &#8220;David&#8221;:http://david.planetargon.us at &#8220;Planet Argon&#8221;:http://planetargon.us/ showing a way to &#8220;add un-added files&#8221;:http://david.planetargon.us/articles/2006/07/28/i-love-shell-scripting in your Subversion working copy. I have made this into a simple rake task: namespace :svn do desc &#34;Adds all files with an svn status flag of '?'&#34; task&#40;:add_new&#41; &#123; `svn status &#124; awk '/\\?/ {print $2}' &#124; xargs [...]]]></description>
			<content:encoded><![CDATA[<p>Just read a post from &#8220;David&#8221;:http://david.planetargon.us at &#8220;Planet Argon&#8221;:http://planetargon.us/ showing a way to &#8220;add un-added files&#8221;:http://david.planetargon.us/articles/2006/07/28/i-love-shell-scripting in your Subversion working copy.</p>
<p>I have made this into a simple rake task:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">namespace <span style="color:#ff3333; font-weight:bold;">:svn</span> <span style="color:#9966CC; font-weight:bold;">do</span>
  desc <span style="color:#996600;">&quot;Adds all files with an svn status flag of '?'&quot;</span>
  task<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#ff3333; font-weight:bold;">:add_new</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#996600;">`svn status | awk '/<span style="color:#000099;">\\</span>?/ {print $2}' | xargs svn add`</span> <span style="color:#006600; font-weight:bold;">&#125;</span>
<span style="color:#9966CC; font-weight:bold;">end</span></pre></div></div>

<p>Just drop this code in a file called subversion.rake inside the tasks directory. Now you can run <code>rake svn:add_new</code> which will add all new files with an svn status flag of &#8216;?&#8217; in your working copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2006/07/29/handy-subversion-rake-task/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
