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.)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.