<?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>Fictitious Nonsense &#187; Subversion</title>
	<atom:link href="http://www.fictitiousnonsense.com/archives/tag/subversion/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fictitiousnonsense.com</link>
	<description>&#38; Wasted Ink</description>
	<lastBuildDate>Thu, 14 Oct 2010 15:33:47 +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>Subversion, git, and ignoring files</title>
		<link>http://www.fictitiousnonsense.com/archives/5</link>
		<comments>http://www.fictitiousnonsense.com/archives/5#comments</comments>
		<pubDate>Sat, 03 May 2008 19:46:42 +0000</pubDate>
		<dc:creator>varikin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.fictitiousnonsense.com/archives/5</guid>
		<description><![CDATA[So I have been an SVN user for about 3 years and loved it. I had used CVS before that for a couple years. I never had an issue with it, but all the hype was SVN, so I tried it and liked it. But, there was one thing that always bothered me. How to [...]]]></description>
			<content:encoded><![CDATA[<p>So I have been an SVN user for about 3 years and loved it.  I had used CVS before that for a couple years.  I never had an issue with it, but all the hype was SVN, so I tried it and liked it.  But, there was one thing that always bothered me.  How to ignore files.  I don&#8217;t want to see all my .o files and everything under my build directory when I run svn status.  Well to do that you need to specifiy the svn:ignore property on each directory using the propset command and the propget command.  It seemed tedious, and painful.  I longed for the ignore file from CVS.</p>
<p>Today, I was looking at Git and lo and behold, it has a .gitignore file that I can add files, folders and typeglobs too.  It is recursive too!  No more setting some property that I have to lookup every time I add a new directory.  Today I am switching to git!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fictitiousnonsense.com/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

