<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>BrandonSavage.net &#187; Version Control</title>
	<atom:link href="http://www.brandonsavage.net/category/version-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Wed, 28 Jul 2010 15:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Git Versus Subversion: A Reconsideration</title>
		<link>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/</link>
		<comments>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:00:17 +0000</pubDate>
		<dc:creator>Brandon Savage</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[DVCS]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[VCS]]></category>

		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1254</guid>
		<description><![CDATA[Back in January, I wrote about my feelings that Subversion still beats Git when it comes to the corporate environment. I pointed out that Git has some great features, but that the corporate world was heavily invested in Subversion, and was likely to stay that way. I subsequently got flamed. Two months later, after using [...]]]></description>
		<wfw:commentRss>http://www.brandonsavage.net/git-versus-subversion-a-reconsideration/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Why Subversion Still Beats Git</title>
		<link>http://www.brandonsavage.net/why-subversion-still-beats-git/</link>
		<comments>http://www.brandonsavage.net/why-subversion-still-beats-git/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:00:11 +0000</pubDate>
		<dc:creator>Brandon Savage</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[VCS]]></category>

		<guid isPermaLink="false">http://www.brandonsavage.net/?p=1143</guid>
		<description><![CDATA[Note: This post is outdated, and has been superseded by Git Versus Subversion: A Reconsideration. There are lots of projects heading over to Git these days. It&#8217;s not hard to see why: Git offers great merging support, distributed version control, and a great playground. Spots like Github even offer centralization crucial to large open source [...]]]></description>
		<wfw:commentRss>http://www.brandonsavage.net/why-subversion-still-beats-git/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>PECL Extension Review: SVN Is A Great Product</title>
		<link>http://www.brandonsavage.net/pecl-extension-review-svn-is-a-great-product/</link>
		<comments>http://www.brandonsavage.net/pecl-extension-review-svn-is-a-great-product/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 02:32:18 +0000</pubDate>
		<dc:creator>Brandon Savage</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Version Control]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Trac]]></category>

		<guid isPermaLink="false">http://dev.brandonsavage.net/?p=66</guid>
		<description><![CDATA[Even though the SVN extension for PHP is still in beta, the team has done a fantastic job with this PECL package. They&#8217;ve captured the most common SVN functions, put them into the package, and provided an easy way to view, manage, and control a Subversion repository right from PHP. That&#8217;s not to say that [...]]]></description>
		<wfw:commentRss>http://www.brandonsavage.net/pecl-extension-review-svn-is-a-great-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Post-Commit Hook</title>
		<link>http://www.brandonsavage.net/the-post-commit-hook/</link>
		<comments>http://www.brandonsavage.net/the-post-commit-hook/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 03:11:48 +0000</pubDate>
		<dc:creator>Brandon Savage</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://dev.brandonsavage.net/?p=36</guid>
		<description><![CDATA[One of the least discussed features of Subversion is the post-commit hook, or really any of the built-in hooks that Subversion offers. These hooks are executed at a variety of different times, and the one I&#8217;m focusing on is the one that is executed just after you commit changes to the repository. Keith Casey mentioned [...]]]></description>
		<wfw:commentRss>http://www.brandonsavage.net/the-post-commit-hook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (feed is rejected)
Page Caching using apc (user agent is rejected)
Database Caching 47/55 queries in 0.030 seconds using disk
Content Delivery Network via Amazon Web Services: S3: files.brandonsavage.net.s3.amazonaws.com

Served from: www.brandonsavage.net @ 2010-07-31 10:52:30 -->