<?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>Global Nerdy &#187; version control</title>
	<atom:link href="http://www.globalnerdy.com/tag/version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.globalnerdy.com</link>
	<description>Tech Evangelist Joey deVilla on software development, tech news and other nerdy stuff</description>
	<lastBuildDate>Mon, 22 Mar 2010 01:05:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Putting Your Database Under Version Control</title>
		<link>http://www.globalnerdy.com/2008/02/04/putting-your-database-under-version-control/</link>
		<comments>http://www.globalnerdy.com/2008/02/04/putting-your-database-under-version-control/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 20:38:50 +0000</pubDate>
		<dc:creator>Joey deVilla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://globalnerdy.com/2008/02/04/putting-your-database-under-version-control/</guid>
		<description><![CDATA[In his latest article on Coding Horror, Jeff Atwood talks about the importance of getting your database under version control and links to K. Scott Allen&#8217;s series of articles on the topic:

Three rules for database work
The Baseline
Change Scripts
Views, Stored Procedures and the Like
Branching and Merging

Lucky me, I&#8217;ve got Rails migrations, which are suitable for small [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In his latest article on <a href="http://www.codinghorror.com/"><cite>Coding Horror</cite></a>, <a href="http://www.codinghorror.com/blog/archives/001050.html"><strong>Jeff Atwood talks about the importance of getting your database under version control</strong></a> and links to <a href="http://odetocode.com/Blogs/scott/archive/2008/01/30/11702.aspx">K. Scott Allen&#8217;s series of articles</a> on the topic:</p>
<ol>
<li><a href="http://odetocode.com/Blogs/scott/archive/2008/01/30/11702.aspx">Three rules for database work</a></li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2008/01/31/11710.aspx">The Baseline</a></li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11721.aspx">Change Scripts</a></li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2008/02/02/11737.aspx">Views, Stored Procedures and the Like</a></li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2008/02/03/11746.aspx">Branching and Merging</a></li>
</ol>
<p>Lucky me, I&#8217;ve got Rails migrations, which are suitable for small teams. Other development platforms will require different approaches, some of which are covered by Allen&#8217;s articles. If there&#8217;s a topic that&#8217;s screaming for a book or website, this is it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.globalnerdy.com/2008/02/04/putting-your-database-under-version-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
