<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Version Control Comments and Rant</title>
	<atom:link href="http://quad341.com/2009/03/15/version-control-comments-and-rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://quad341.com/2009/03/15/version-control-comments-and-rant/</link>
	<description>Opensource Development and Life</description>
	<lastBuildDate>Mon, 26 Mar 2012 02:30:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gangster71</title>
		<link>http://quad341.com/2009/03/15/version-control-comments-and-rant/comment-page-1/#comment-22966</link>
		<dc:creator>Gangster71</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://quad341.com/?p=177#comment-22966</guid>
		<description>Always wondered about how to answer than question about a manhole cover. ,</description>
		<content:encoded><![CDATA[<p>Always wondered about how to answer than question about a manhole cover. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaco</title>
		<link>http://quad341.com/2009/03/15/version-control-comments-and-rant/comment-page-1/#comment-22953</link>
		<dc:creator>Jaco</dc:creator>
		<pubDate>Tue, 20 Oct 2009 07:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://quad341.com/?p=177#comment-22953</guid>
		<description>I&#039;ve recently started messing around with version control as well.  We&#039;re using TortoiseSVN (a subversion client for Windows)

The problem you identified with Subversion can (same as git) also be solved by creating you own branch of the trunk. 

You can commit unstable changes/revert/etc without messing up the public (release-ready) trunk.  Once you are happy with your code, you reintegrate your branch back into the trunk. 

Granted, it is a bit tricky to keep your branch updated with changes on the trunk if you are working on a looong-term project.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently started messing around with version control as well.  We&#8217;re using TortoiseSVN (a subversion client for Windows)</p>
<p>The problem you identified with Subversion can (same as git) also be solved by creating you own branch of the trunk. </p>
<p>You can commit unstable changes/revert/etc without messing up the public (release-ready) trunk.  Once you are happy with your code, you reintegrate your branch back into the trunk. </p>
<p>Granted, it is a bit tricky to keep your branch updated with changes on the trunk if you are working on a looong-term project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

