Is there a way in Subversion 1.6, using logs, mergeinfo, etc., to determine when a merge was done with the --reintegrate option? (This presumes one knows which commits are the results of merges.)

link|improve this question

75% accept rate
Every change within svn repository is logged with time of it happening. If you know the event then you know its time. Maybe the question is about something else? – Dialecticus Jun 3 '11 at 21:58
feedback

1 Answer

up vote 0 down vote accepted

The only information stored is the list of revisions that were merged. How they were merged is not recorded.

You can make a good guess by examining the file contents, though: After a reintegrate merge, the only difference between merge source and merge destination will be those revisions of the merge destination that were not previously merged to the merge source.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.