<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Source Control for your Operating System</title>
	<atom:link href="http://ianloic.com/2008/05/05/source-control-for-your-operating-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/</link>
	<description>from Ian McKellar</description>
	<pubDate>Fri, 05 Sep 2008 17:18:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Ian McKellar</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1266</link>
		<dc:creator>Ian McKellar</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1266</guid>
		<description>Thanks, @mike. Welcome to the conversation.</description>
		<content:encoded><![CDATA[<p>Thanks, @mike. Welcome to the conversation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1261</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 21 Jun 2008 12:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1261</guid>
		<description>you're a noob. it's so easy to develop on windows. there are so many tools to create installs. stuff simply installs on windows unlike linux which has to have all that complicated library dependencies. you're right, no comparison. it's too complicated on linux.

there has been shadow copy since Windows XP which is basically OSX's time machine without the stupid star trek cheese 3d UI. noob linux users always think they can do more in linux, NOT. get a real OS</description>
		<content:encoded><![CDATA[<p>you&#8217;re a noob. it&#8217;s so easy to develop on windows. there are so many tools to create installs. stuff simply installs on windows unlike linux which has to have all that complicated library dependencies. you&#8217;re right, no comparison. it&#8217;s too complicated on linux.</p>
<p>there has been shadow copy since Windows XP which is basically OSX&#8217;s time machine without the stupid star trek cheese 3d UI. noob linux users always think they can do more in linux, NOT. get a real OS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Luyer</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1254</link>
		<dc:creator>David Luyer</dc:creator>
		<pubDate>Thu, 15 May 2008 08:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1254</guid>
		<description>For MacOS X isn't this what -isysroot is meant to solve?

I've never built against / for release, I've always built against /Developer/SDKs/MacOSX10.[234]*.sdk (OK, so I haven't built any OS X apps on Leopard, but I assume it's also the same).

Any libraries not in the SDKs I include in my build process (to build a copy for each OS X release).  Having a library locally installed is useful during development, but if it's not in the SDK, you'll find out about it when you try and build against the SDK and that will remind you to add it to your build.

(Or, if you want the end user to install it as a prereq, add it as a specified prereq and then make a copy of the SDKs with it installed.)</description>
		<content:encoded><![CDATA[<p>For MacOS X isn&#8217;t this what -isysroot is meant to solve?</p>
<p>I&#8217;ve never built against / for release, I&#8217;ve always built against /Developer/SDKs/MacOSX10.[234]*.sdk (OK, so I haven&#8217;t built any OS X apps on Leopard, but I assume it&#8217;s also the same).</p>
<p>Any libraries not in the SDKs I include in my build process (to build a copy for each OS X release).  Having a library locally installed is useful during development, but if it&#8217;s not in the SDK, you&#8217;ll find out about it when you try and build against the SDK and that will remind you to add it to your build.</p>
<p>(Or, if you want the end user to install it as a prereq, add it as a specified prereq and then make a copy of the SDKs with it installed.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Tschumy</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1238</link>
		<dc:creator>Will Tschumy</dc:creator>
		<pubDate>Tue, 06 May 2008 03:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1238</guid>
		<description>also, check out: http://www.appzapper.com/</description>
		<content:encoded><![CDATA[<p>also, check out: <a href="http://www.appzapper.com/" rel="nofollow">http://www.appzapper.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Tschumy</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1237</link>
		<dc:creator>Will Tschumy</dc:creator>
		<pubDate>Tue, 06 May 2008 03:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1237</guid>
		<description>Time Machines does actually let you roll back system updates - you just need to make sure it's covering your entire boot hard drive.  You also have to remember to hit the "back up now" selection in the menu bar.

If you do need to roll back - you need to boot from the DVD and then select restore from a given point.  Not quite as easy as a true package management system, but it does work...</description>
		<content:encoded><![CDATA[<p>Time Machines does actually let you roll back system updates - you just need to make sure it&#8217;s covering your entire boot hard drive.  You also have to remember to hit the &#8220;back up now&#8221; selection in the menu bar.</p>
<p>If you do need to roll back - you need to boot from the DVD and then select restore from a given point.  Not quite as easy as a true package management system, but it does work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian McKellar</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1235</link>
		<dc:creator>Ian McKellar</dc:creator>
		<pubDate>Mon, 05 May 2008 23:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1235</guid>
		<description>@Will, I don't think Time Machine lets you roll back software updates and things like that. I don't really know though. I haven't bought into it yet. I'm forever putting together my backup server that will solve all my backup problems. Right? :)

I haven't heard about AppZapper. I just have to reinstall my Mac every 6 months or so, just like Windows used to need.</description>
		<content:encoded><![CDATA[<p>@Will, I don&#8217;t think Time Machine lets you roll back software updates and things like that. I don&#8217;t really know though. I haven&#8217;t bought into it yet. I&#8217;m forever putting together my backup server that will solve all my backup problems. Right? <img src='http://ianloic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I haven&#8217;t heard about AppZapper. I just have to reinstall my Mac every 6 months or so, just like Windows used to need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Tschumy</title>
		<link>http://ianloic.com/2008/05/05/source-control-for-your-operating-system/#comment-1232</link>
		<dc:creator>Will Tschumy</dc:creator>
		<pubDate>Mon, 05 May 2008 22:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://ianloic.com/?p=55#comment-1232</guid>
		<description>Hey Ian,

Does Time Machine give you the ability to roll back to a previous state of the entire disk?  It doesn't give you a package management system, but at least it gets you out of a borked system.

Also, AppZapper help a lot on the MacOS side too... :)</description>
		<content:encoded><![CDATA[<p>Hey Ian,</p>
<p>Does Time Machine give you the ability to roll back to a previous state of the entire disk?  It doesn&#8217;t give you a package management system, but at least it gets you out of a borked system.</p>
<p>Also, AppZapper help a lot on the MacOS side too&#8230; <img src='http://ianloic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
