RE: log reporting some strange (for me) merged paths
From: Andrew Reedick <Andrew.Reedick_at_cbeyond.net>
Date: Fri, 20 Dec 2013 09:25:03 -0500
> From: Pablo Beltran [mailto:pbeltranl_at_gmail.com]
> (Q.1)Why is the
The file wasn't changed during the merge so it doesn't get committed, so it doesn't show up in r1400377.
The file is listed the 'merged via' because 'svn log' includes all files/changes for a revision. 'svn log -g' doesn't automagically trim any "unmerged" changes from the "merged via" revision.
>
Merges tend to change the svn:mergeinfo property on directories. Try doing a 'svn diff -r 1400377 /sis/branches/JDK6'. Use the '--properties-only' switch to make it clearer.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.