Jun 12, 2013

SVN Merge: List Unmerged Revision Command

One disadvantage of RabbitVCS as compared to TortoiseSVN is that with RabbitVCS you cannot see which revisions have been and have not been merged.

A nice command that I found that can do the job is:

svn mergeinfo ^/calc/branches/development  --show-revs eligible

It will just list the revisions that are not merged yet. It is a nice command that you can use in case you want to merge a branch to trunk for example.