Re: Detect if a revision is exclusively the result of merge(s)?
Andreas Stieger <[email protected]> Wed, 14 May 2025 13:11:21 +0200
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <[email protected]> |
On 2025-05-14 03:41, Sassone, Brian via users wrote: > > Can I reliably determine if a specific revision is exclusively the > result of one or more merge operations? > > Without resorting to parsing difference listings? > No. Changes to svn:mergeinfo are meta-information about the textual or tree changes committed along with them. There may be discrepancies: intentional (e.g. blocking merges), accidental, even malicious. Andreas