When I retrieve (using svnlook pg) the svn:mergeinfo property on a file (in the example, /myProject/trunk/file.txt), I get these pieces of information: /myProject/branches/branch_013/file.txt:121-125 /myProject/branches/branch_019/file.txt:157-162 /myProject/branches/branch_023/file.txt:204-206 /myProject/trunk:197-199 /myProject/trunk/file.txt:197 I interpret it this way: each line contains a "source" path that was merged to the "target" /myProject/trunk/file.txt alongside the range of source revisions that were merged. I wonder how I can identify which target revision was created by the merge operation. Is there any other property that contains such an information? Or is it possible only by comparing the outputs of several svnlook pg with different -r options?
Last updated