Tortoise SVN: Show all changesets in branch that haven't been merged to trunk?

Now, that log dialog (started from the merge dialog) will show you all revisions that have already been merged from the branch into trunk in gray and with an additional icon. All revisions that are shown black were not merged yet from the branch into trunk.

Right-click on your working copy of the trunk Choose "merge" from the TSVN context menu in the merge wizard, chose "range of revision" for the url, enter the url of your branch click the "show log" button in the log dialog, check the checkbox "include merged revisions". Now, that log dialog (started from the merge dialog) will show you all revisions that have already been merged from the branch into trunk in gray and with an additional icon. All revisions that are shown black were not merged yet from the branch into trunk.

Okay, "retrieval of mergeinfo unsupported" hints that we use a stone age SVN version around here. Will get it updated and try again. – Jan P.

Sep 15 '10 at 7:26 Update done, works perfectly. "Include merged revisions" even isn't necessary, as it only shows the revisions that were merged in this commit - and as this is my dev branch there are no merges into it that are relevant to merge down. – Jan P.

Oct 19 '10 at 8:59.

A very basic approach is to use svn log --verbose on your feature as well as your development branch. If necessary you can limit the query to specified revision: svn log --verbose -r r1:r2 The following link about svn changesets might be interesting for you as well.

We spun a service that uses the mergeinfo metadata to create a webpage that displays this information. So we now setup our "merge paths" in a configuration file (including to trunk) and this service looks for outstanding revisions that have not been merged along the merge paths. It is VERY useful.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions