<?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>Blog - ShiftEleven &#187; mercurial</title>
	<atom:link href="http://shifteleven.com/articles/tag/mercurial/feed" rel="self" type="application/rss+xml" />
	<link>http://shifteleven.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 19 Sep 2009 11:19:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>Version Control Isn&#8217;t for Just the Big Projects</title>
		<link>http://shifteleven.com/articles/2008/04/30/version-control-isnt-for-just-the-big-projects</link>
		<comments>http://shifteleven.com/articles/2008/04/30/version-control-isnt-for-just-the-big-projects#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:37:01 +0000</pubDate>
		<dc:creator>K. Adam Christensen</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://shifteleven.com/?p=69</guid>
		<description><![CDATA[We know that when you are working with a bunch of developers for code that&#8217;s going to be deployed to the world that version control is something that you want in your toolbox.  I would like to submit that it&#8217;s not the only reason to use source control.
I bought a Flex book to, well, [...]]]></description>
			<content:encoded><![CDATA[<p>We know that when you are working with a bunch of developers for code that&#8217;s going to be deployed to the world that version control is something that you want in your toolbox.  I would like to submit that it&#8217;s not the only reason to use source control.</p>
<p>I bought a <a href="http://www.amazon.com/Adobe-Flex-3-Training-Source/dp/0321529189">Flex book</a> to, well, teach myself Flex.  The book right now is taking me though one application and is building it out piece by piece.  So I began to think: &#8220;What if I just keep track of all my changes through git?&#8221;</p>
<p>For one, Flex is nice because it&#8217;s all XML, so that makes revision tracking fairly easy.  Also, git is very easy to get started because you don&#8217;t have to do any server setup.  Just issue a <code>git init</code> command and get going.  Then after each chapter, I can tag the repository for posterity&#8217;s sake.  And I have to say, it&#8217;s been great to see how the code has changes, especially since <a href="http://www.adobe.com/products/flex/">Flex Builder</a> generates code.</p>
<p>That&#8217;s one thing I love about git, and mercurial, it&#8217;s so easy to start using version control for even the littlest of tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://shifteleven.com/articles/2008/04/30/version-control-isnt-for-just-the-big-projects/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
