<?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>don't feed the seagulls &#187; svn</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontfeedtheseagulls.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 13:28:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using awk to add new files to svn</title>
		<link>http://dontfeedtheseagulls.com/2009/07/17/using-awk-to-add-new-files-to-svn/</link>
		<comments>http://dontfeedtheseagulls.com/2009/07/17/using-awk-to-add-new-files-to-svn/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[shell commands]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/?p=56</guid>
		<description><![CDATA[svn add `svn status &#124; grep "^?" &#124; awk '{print $2 }'` you can also use grep -v to exclude specific files svn add `svn status &#124; grep "^?" &#124; awk '{print $2 }' &#124; grep -v prefs.inc.php`]]></description>
			<content:encoded><![CDATA[<pre>svn add `svn status | grep "^?" | awk '{print $2 }'`</pre>
<p>you can also use grep -v to exclude specific files</p>
<pre>svn add `svn status | grep "^?" | awk '{print $2 }' | grep -v prefs.inc.php`</pre>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2009/07/17/using-awk-to-add-new-files-to-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SquirrelMail SVN command</title>
		<link>http://dontfeedtheseagulls.com/2007/11/06/squirrelmail-svn-command/</link>
		<comments>http://dontfeedtheseagulls.com/2007/11/06/squirrelmail-svn-command/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 17:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SquirrelMail]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[shell commands]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/2007/11/06/squirrelmail-svn-command/</guid>
		<description><![CDATA[svn co https://squirrelmail.svn.sourceforge.net/svnroot/squirrelmail/branches/SM-1_4-STABLE/squirrelmail squirrelmail]]></description>
			<content:encoded><![CDATA[<pre>svn co https://squirrelmail.svn.sourceforge.net/svnroot/squirrelmail/branches/SM-1_4-STABLE/squirrelmail squirrelmail</pre>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2007/11/06/squirrelmail-svn-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
