[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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]
> Sent: Friday, December 20, 2013 3:29 AM
> To: users_at_subversion.apache.org
> Subject: log reporting some strange (for me) merged paths

> (Q.1)Why is the
>
> M /sis/branches/JDK7/ide-project/NetBeans/nbproject/genfiles.properties
>
> present in the merge log (r1400370)whether it is not in the (r1400377)
> log. Does it mean that the genfiles.properties_at_1400370 was merged into
> the /sis/branches/JDK6_at_1400377 but it was just the same file and
> therefore it was not modified in the r1400377?

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.

>
> (Q.2) What does it mean? It looks like the /sis/branches/JDK6 
> directory was merged against itself...

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.
Received on 2013-12-20 15:28:13 CET

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.