<?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: Subversion tree conflicts make my brain hurt</title>
	<atom:link href="http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/</link>
	<description>Here lies da booty</description>
	<lastBuildDate>Fri, 02 Dec 2011 00:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jed</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-4237</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-4237</guid>
		<description>Rob, thanks for the link.  I agree that knowing why a conflict occurs is not so difficult, but resolving the conflict is still sometimes a pain in the butt.  Merging is almost always the only option since nobody wants to lose their work.  Coordination is the key to preventing them, which requires organization, which some small groups of developers don&#039;t always practice.  Oh well, the more you know and so on and so forth &lt;flying-star /&gt;</description>
		<content:encoded><![CDATA[<p>Rob, thanks for the link.  I agree that knowing why a conflict occurs is not so difficult, but resolving the conflict is still sometimes a pain in the butt.  Merging is almost always the only option since nobody wants to lose their work.  Coordination is the key to preventing them, which requires organization, which some small groups of developers don&#8217;t always practice.  Oh well, the more you know and so on and so forth <flying -star /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-4236</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 09 Mar 2011 14:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-4236</guid>
		<description>They are not so bad if you understand what is fundamentally going on: http://www.duchnik.com/tutorials/vc/svn-conflicts</description>
		<content:encoded><![CDATA[<p>They are not so bad if you understand what is fundamentally going on: <a href="http://www.duchnik.com/tutorials/vc/svn-conflicts" rel="nofollow">www.duchnik.com/tutorials/vc/svn-conflicts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-2512</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Fri, 10 Apr 2009 17:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-2512</guid>
		<description>Michael,

Thanks for the response!  You&#039;re right, I went through the logs of the then-trunk and the branch and there were definitely changes.  Now that I&#039;ve already clobbered all of that, I don&#039;t know if it&#039;s possible to completely re-create the situation, but I&#039;m going to seek assistance from the SVN user list in the future.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Thanks for the response!  You&#8217;re right, I went through the logs of the then-trunk and the branch and there were definitely changes.  Now that I&#8217;ve already clobbered all of that, I don&#8217;t know if it&#8217;s possible to completely re-create the situation, but I&#8217;m going to seek assistance from the SVN user list in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Michael Pilato</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-2506</link>
		<dc:creator>C. Michael Pilato</dc:creator>
		<pubDate>Wed, 08 Apr 2009 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-2506</guid>
		<description>If you discontinued work on your trunk after making your branch, you shouldn&#039;t have seen any conflicts at all when merging the branch back to the trunk.

It sounds like your workaround was essentially just to replace trunk with your branch (which probably would have been more easily done as &#039;svn rm url-of-trunk; svn cp url-of-branch url-of-trunk&#039;).  That&#039;s fine, but (as I said) *should* have been unnecessary.  If your repository is publicly accessible, perhaps you could get convince someone on the Subversion users list (users@subversion.tigris.org) to walk with you through the process you used; maybe see if they can spot some wrong turn taken.</description>
		<content:encoded><![CDATA[<p>If you discontinued work on your trunk after making your branch, you shouldn&#8217;t have seen any conflicts at all when merging the branch back to the trunk.</p>
<p>It sounds like your workaround was essentially just to replace trunk with your branch (which probably would have been more easily done as &#8216;svn rm url-of-trunk; svn cp url-of-branch url-of-trunk&#8217;).  That&#8217;s fine, but (as I said) *should* have been unnecessary.  If your repository is publicly accessible, perhaps you could get convince someone on the Subversion users list (<a class="autohyperlink" href="mailto:users@subversion.tigris.org" title="mailto:users@subversion.tigris.org">users@subversion.tigris.org</a>) to walk with you through the process you used; maybe see if they can spot some wrong turn taken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-2502</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Wed, 08 Apr 2009 05:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-2502</guid>
		<description>I use Facebook for social interaction.  I use my blog to communicate with other nerds (usually).  Thanks for checking though! :-)</description>
		<content:encoded><![CDATA[<p>I use Facebook for social interaction.  I use my blog to communicate with other nerds (usually).  Thanks for checking though! <img src='http://www.cyberpir8.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ginamonster</title>
		<link>http://www.cyberpir8.net/2009/04/06/subversion-tree-conflicts-make-my-brain-hurt/comment-page-1/#comment-2501</link>
		<dc:creator>Ginamonster</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberpir8.net/?p=172#comment-2501</guid>
		<description>Every so often, I pop in to see if you have started speaking english around here. Apparently, the answer is still &quot;no&quot;.</description>
		<content:encoded><![CDATA[<p>Every so often, I pop in to see if you have started speaking english around here. Apparently, the answer is still &#8220;no&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

