Re: Detect if a revision is exclusively the result of merge(s)?

2025-05-14 Thread Andreas Stieger
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 cha

Detect if a revision is exclusively the result of merge(s)?

2025-05-14 Thread Sassone, Brian via users
I'm not subscribed and would appreciate an explicit cc: please! Can I reliably determine if a specific revision is exclusively the result of one or more merge operations? Without resorting to parsing difference listings? It seems I can detect merges by using 'svn log -g -xml -r ' and looking fo