<?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>Witheringtree &#187; Windows</title>
	<atom:link href="http://www.witheringtree.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.witheringtree.com</link>
	<description>If a tree falls in the forest and no one is around to hear it fall… yeah, it still makes a sound.</description>
	<lastBuildDate>Mon, 23 Jan 2012 02:07:39 +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>Mercurial .hgignore file</title>
		<link>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/</link>
		<comments>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 16:09:07 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips/Tricks]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=913</guid>
		<description><![CDATA[If you are using Mercurial, there is this handy file in your repository root called .hgignore. This is a file that keeps track of all of the files that should not be tracked by Mercurial. For example, log files or cache files should not be committed to repositories. I do a lot of work with &#8230; <a href="http://www.witheringtree.com/2011/04/mercurial-hgignore-file/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you are using Mercurial, there is this handy file in your repository root called .hgignore. This is a file that keeps track of all of the files that should not be tracked by Mercurial. For example, log files or cache files should not be committed to repositories.</p>
<p>I do a lot of work with PHP, Codeigniter, and Eclipse on the Mac. This is what my .igignore file looks like:</p>
<p>application/logs/(?!index\.html|\.htaccess)<br />
application/cache/(?!index\.html|\.htaccess)<br />
syntax: glob<br />
.DS_Store<br />
*.[Bb][Aa][Kk]<br />
[Bb][Aa][Kk]<br />
*.[Cc]ache<br />
.buildpath<br />
.project<br />
.settings</p>
<p>The first two lines keep my logs and cache directories empty on commit except for the index.html and .htaccess files that are in there. .DS_Store is used by Finder. It’s similar to the desktop.ini file on Windows. The last three lines are to keep my Eclipse project files out of the repo. Everything else is files and directories that I tend to call things.</p>
<p>If you are on Windows, instead of .DS_Store you will probably need [Tt]humbs.db as well. If you are working with Microsoft Visual Studio and .Net, you are going to need a few more things. The ones I can think of off the top of my head are:</p>
<p>syntax: glob<br />
*.suo<br />
*.webinfo<br />
[Bb]in<br />
*/[Bb]in<br />
[Rr]elease<br />
*/[Rr]elease<br />
[Dd]ebug<br />
*/[Dd]ebug</p>
<p>All of this will of course change depending on the IDE, preferences, and framework you are using. This will help you get started.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2011/04/mercurial-hgignore-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hard Drive Crash</title>
		<link>http://www.witheringtree.com/2009/05/hard-drive-crash/</link>
		<comments>http://www.witheringtree.com/2009/05/hard-drive-crash/#comments</comments>
		<pubDate>Wed, 06 May 2009 06:14:57 +0000</pubDate>
		<dc:creator>David Freerksen</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.witheringtree.com/?p=126</guid>
		<description><![CDATA[My second hard drive crashed today. While I was working, out of nowhere, my computer locks up. Not a big deal right? Windows does that every now and again. So I had to do a hard shutdown. When I go to boot it back up I get &#8220;Operating System not found.&#8221; Not good news. So &#8230; <a href="http://www.witheringtree.com/2009/05/hard-drive-crash/" title="Continue reading">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My second hard drive crashed today. While I was working, out of nowhere, my computer locks up. Not a big deal right? Windows does that every now and again. So I had to do a hard shutdown. When I go to boot it back up I get &#8220;Operating System not found.&#8221; Not good news. So I spend all day trying to get my data off my primary drive. As it turns out, it was the second hard drive that crash and not the primary. So I bought a new second hard drive and put that in. But now the problem remains of getting my data off of the drive that crashed. I got a hard drive enclosure so I can get the files off of it but it&#8217;s not being recognized still. So I read online about people putting their hard drives in the freezer. For some reason it works. So it&#8217;s in the freezer right now and I&#8217;ll keeping my fingers crossed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.witheringtree.com/2009/05/hard-drive-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

