I am trying to find out list of revision on a branch in which a Merge was performed (This could be from any of the branches in SVN)
I have been doing a lot of search and have found ways to identify Revision which were merged and even revision which should be merged (using svn mergeinfo) but that is not what I am looking for.
I want revision in which a merge was performed on development line for which a URL is passed in as a parameter. I note that this repository makes use of mergeinfo and I only want to use that.
After hours of search I am finally giving up on this. It seems its either not possible or I am looking in the wrong direction :(
Does anyone know how to do this?