Display SVN revisions from a reintegrated branch

Is there any way in IDEA 12 to display the revisions that were included when a branch is reintegrated? Something similar to "svn log -g" command line or the "Include merged revisions" option in TortoiseSVN. For example, let's say I create a branch (my_branch) from the trunk at revision 100. I perform two commits to my_branch at revisions 103 and 108. Then, I reintegrate my_branch into the trunk at revision 110.

An 'svn log -g' on the trunk would show me something similar to:

------------------------------------------------------------------------

r110| foo@bar | 2012-12-05 18:45:19 -0600 (Wed, 05 Dec 2012) | 1 line


Merge all from my_branch at 109 (reintegration)

------------------------------------------------------------------------

r108| foo@bar | 2012-12-05 18:41:01 -0600 (Wed, 05 Dec 2012) | 1 line

Merged via: r110


My change #2.

------------------------------------------------------------------------

r103| foo@bar | 2012-12-05 18:41:01 -0600 (Wed, 05 Dec 2012) | 1 line

Merged via: r110


My change #1.


TortoiseSVN with the "Include merged revisions" option selected shows something like:

110     foo@bar     Wednesday December 5, 2012 6:45:19 PM     Merge all from my_branch at 109 (reintegration)

108    foo@bar     Wednesday December 5, 2012 6:45:19 PM     My change #2.

103    foo@bar     Wednesday December 5, 2012 6:45:19 PM     My change #1.

Thanks in advance for any info.

0

Hello Chris,
Unfortunately there isn't such feature in IDEA. You can create an issue in YouTrack(http://youtrack.jetbrains.com)

0

请先登录再写评论。