<?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"
	>
<channel>
	<title>Comments on: Subversion. Easy merge for feature branches</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 21 May 2012 08:11:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Irina Chernushina (JetBrains)</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-245101</link>
		<dc:creator>Irina Chernushina (JetBrains)</dc:creator>
		<pubDate>Mon, 26 Mar 2012 14:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-245101</guid>
		<description>@James, @Vladimir, @Randell, @Thorsten

It is Subversion limitation, please read here (in the end of subtopic:)

http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.branchemerge.basicmerging.reintegrate

Quotation:

"... Once a --reintegrate merge is done from branch to trunk, the branch is no longer usable for further work. It's not able to correctly absorb new trunk changes, nor can it be properly reintegrated to trunk again. For this reason, if you want to keep working on your feature branch, we recommend destroying it and then re-creating it from the trunk:

$ svn delete http://svn.example.com/repos/calc/branches/my-calc-branch \
      -m "Remove my-calc-branch, reintegrated with trunk in r391."
Committed revision 392.

$ svn copy http://svn.example.com/repos/calc/trunk \
           http://svn.example.com/repos/calc/branches/my-calc-branch
      -m "Recreate my-calc-branch from trunk@HEAD."
Committed revision 393.
"</description>
		<content:encoded><![CDATA[<p>@James, @Vladimir, @Randell, @Thorsten</p>
<p>It is Subversion limitation, please read here (in the end of subtopic:)</p>
<p><a href="http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.branchemerge.basicmerging.reintegrate" rel="nofollow">http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.branchemerge.basicmerging.reintegrate</a></p>
<p>Quotation:</p>
<p>&#8220;&#8230; Once a &#8211;reintegrate merge is done from branch to trunk, the branch is no longer usable for further work. It&#8217;s not able to correctly absorb new trunk changes, nor can it be properly reintegrated to trunk again. For this reason, if you want to keep working on your feature branch, we recommend destroying it and then re-creating it from the trunk:</p>
<p>$ svn delete <a href="http://svn.example.com/repos/calc/branches/my-calc-branch" rel="nofollow">http://svn.example.com/repos/calc/branches/my-calc-branch</a> \<br />
      -m &#8220;Remove my-calc-branch, reintegrated with trunk in r391.&#8221;<br />
Committed revision 392.</p>
<p>$ svn copy <a href="http://svn.example.com/repos/calc/trunk" rel="nofollow">http://svn.example.com/repos/calc/trunk</a> \<br />
           <a href="http://svn.example.com/repos/calc/branches/my-calc-branch" rel="nofollow">http://svn.example.com/repos/calc/branches/my-calc-branch</a><br />
      -m &#8220;Recreate my-calc-branch from trunk@HEAD.&#8221;<br />
Committed revision 393.<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-245066</link>
		<dc:creator>Thorsten</dc:creator>
		<pubDate>Mon, 26 Mar 2012 12:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-245066</guid>
		<description>Same here with PS-117.65 - really annoing...</description>
		<content:encoded><![CDATA[<p>Same here with PS-117.65 - really annoing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randell Benavidez</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-236478</link>
		<dc:creator>Randell Benavidez</dc:creator>
		<pubDate>Thu, 09 Feb 2012 07:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-236478</guid>
		<description>I'm experiencing this very same problem in PhpStorm 3.0.2 #111.296.</description>
		<content:encoded><![CDATA[<p>I&#8217;m experiencing this very same problem in PhpStorm 3.0.2 #111.296.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Konkov</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-212608</link>
		<dc:creator>Vladimir Konkov</dc:creator>
		<pubDate>Mon, 12 Dec 2011 15:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-212608</guid>
		<description>I've the same issue as James Crow.
How can I merge bug fixes from relese branch to trunk without closing branch?

Currently I do that by command line... :(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve the same issue as James Crow.<br />
How can I merge bug fixes from relese branch to trunk without closing branch?</p>
<p>Currently I do that by command line&#8230; <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Crow</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-160148</link>
		<dc:creator>James Crow</dc:creator>
		<pubDate>Wed, 05 Jan 2011 16:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-160148</guid>
		<description>I use Version Control -&#62; Integrate... with source 1 &#38; source 2 populated as a release branch of our code to merge changes back to the development trunk.  This works fine but feel that using the "Merge From" feature would be easier to use.

However, it says the branch will no longer be available after I perform the merge which is fine for feature branches but not for release branches.  Is there any way around this or do I need to keep using integrate?</description>
		<content:encoded><![CDATA[<p>I use Version Control -&gt; Integrate&#8230; with source 1 &amp; source 2 populated as a release branch of our code to merge changes back to the development trunk.  This works fine but feel that using the &#8220;Merge From&#8221; feature would be easier to use.</p>
<p>However, it says the branch will no longer be available after I perform the merge which is fine for feature branches but not for release branches.  Is there any way around this or do I need to keep using integrate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irina</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-155223</link>
		<dc:creator>Irina</dc:creator>
		<pubDate>Fri, 10 Dec 2010 17:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-155223</guid>
		<description>@Jeppe Please create a ticket (I think it's better since I need more details)
and please describe what is your copy URL and what is source branch URL, and what settings you have in configure branches

IDEA must 1) know from settings what is your branch URL and how to translate its contents into source URLS (i.e. /root/trunk/subfolder into /root/branches/branch/subfolder)
2) IDEA goes down the history and tries to find the revision when either trunk was copied to branch (or its parent) or vice versa, branch to trunk

Thank you</description>
		<content:encoded><![CDATA[<p>@Jeppe Please create a ticket (I think it&#8217;s better since I need more details)<br />
and please describe what is your copy URL and what is source branch URL, and what settings you have in configure branches</p>
<p>IDEA must 1) know from settings what is your branch URL and how to translate its contents into source URLS (i.e. /root/trunk/subfolder into /root/branches/branch/subfolder)<br />
2) IDEA goes down the history and tries to find the revision when either trunk was copied to branch (or its parent) or vice versa, branch to trunk</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeppe</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-154676</link>
		<dc:creator>Jeppe</dc:creator>
		<pubDate>Wed, 08 Dec 2010 14:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-154676</guid>
		<description>When I try to merge from trunk to my feature branch using the instructions above, Idea complains saying "Merge start wasn't found".

What to do? I used Idea's "create branch" SVN option from I created the branch. What did I miss?

Thanks.</description>
		<content:encoded><![CDATA[<p>When I try to merge from trunk to my feature branch using the instructions above, Idea complains saying &#8220;Merge start wasn&#8217;t found&#8221;.</p>
<p>What to do? I used Idea&#8217;s &#8220;create branch&#8221; SVN option from I created the branch. What did I miss?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-150337</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-150337</guid>
		<description>I can attest that SVN integration works great in IDEA. There will always be bugs in any product that you buy in any market. Even Toyota had an accelerator that got stuck to the floor every now and then. Atta boy IDEA.</description>
		<content:encoded><![CDATA[<p>I can attest that SVN integration works great in IDEA. There will always be bugs in any product that you buy in any market. Even Toyota had an accelerator that got stuck to the floor every now and then. Atta boy IDEA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-149153</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 21 Oct 2010 17:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-149153</guid>
		<description>I understand JetBrains needs to keep pushing out new features to justify new releases and make money.  But in a perfect world where money didnt matter, I could see JetBrains fixing all the bugs and making the product better instead of feature ridden.  It's like Microsoft with Office - how many new features can you (or do you) really want to add to Word or Excel?  I mean, enough with the features.  Let's make this thing run like the fastest stable thing out there.  However I do love the IDE so nice work.</description>
		<content:encoded><![CDATA[<p>I understand JetBrains needs to keep pushing out new features to justify new releases and make money.  But in a perfect world where money didnt matter, I could see JetBrains fixing all the bugs and making the product better instead of feature ridden.  It&#8217;s like Microsoft with Office - how many new features can you (or do you) really want to add to Word or Excel?  I mean, enough with the features.  Let&#8217;s make this thing run like the fastest stable thing out there.  However I do love the IDE so nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blogs.jetbrains.com/idea/2010/06/subversion-easy-merge-for-feature-branches/#comment-139089</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 27 Jul 2010 07:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3032#comment-139089</guid>
		<description>I have a question about this merge functionality - does it require any specific SVN version on the server side as  we are still stuck on 1.4 on the server?</description>
		<content:encoded><![CDATA[<p>I have a question about this merge functionality - does it require any specific SVN version on the server side as  we are still stuck on 1.4 on the server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

