<?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>Schadenfreude &#187; cvs</title>
	<atom:link href="http://www.ralree.com/tag/cvs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ignoring SVN and CVS files with rsync</title>
		<link>http://www.ralree.com/2007/03/06/ignoring-svn-and-cvs-files-with-rsync/</link>
		<comments>http://www.ralree.com/2007/03/06/ignoring-svn-and-cvs-files-with-rsync/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 21:07:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/ignoring-svn-and-cvs-files-with-rsync</guid>
		<description><![CDATA[I found out how to get rid of those pesky Subversion and CVS files as well as some other crappy files laying around when rsyncing. It&#8217;s really quite simple. It turns out the *-C* switch does this for you: rsync -Cavrx ... Very nice.]]></description>
			<content:encoded><![CDATA[<p>I found out how to get rid of those pesky Subversion and CVS files as well as some other crappy files laying around when rsyncing.  It&#8217;s really quite simple.  It turns out the <em>*-C</em>* switch does this for you:</p>
<pre><code>
rsync -Cavrx ...
</code></pre>
<p>Very nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/03/06/ignoring-svn-and-cvs-files-with-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

