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

Unexpected merge result

From: David Aldrich <David.Aldrich_at_EMEA.NEC.COM>
Date: Wed, 16 Jul 2014 15:04:10 +0000

Hi

I am running a svn 1.8.9 client on Windows against a 1.8.9 server.

Today I created a new branch from my trunk and made some changes to the branch. I want to merge those changes back to the trunk. The trunk has not been changed since creating the branch.

First I did a merge from trunk to branch, expecting nothing to merge, but one file did change:

C:\>svn status
X <snip>\dsp_include

Performing status on external item at '<snip>\dsp_include':

C:\>svn merge ^^/trunk
--- Recording mergeinfo for merge of r5824 through r5827 into '.':
U .
--- Eliding mergeinfo from '<snip>\StarCoMPLTE.h':
U <snip>\StarCoMPLTE.h

C:\SVNProj\zodiac\branches\TRY_NECA_SBM_16July2014>svn status
M .
X <snip>\dsp_include
M <snip>\StarCoMPLTE.h

The change to StarCoMPLTE.h is to properties only but I don't why the properties have changed since nothing changed on the trunk.
Is this a bug? How should I handle this please?

Best regards

David
Received on 2014-07-16 17:04:50 CEST

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.