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

Merge conflict markers... indicate what?

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 18 Jun 2010 15:09:42 -0400

Hi All,

I am doing our weekly merge from our release version project path to our new version development path. I am a bit confused at what the conflict markers are showing me... here is the snippet of the code with the conflict markers:

<<<<<<< .working
                                If loBudgetCheck.OBMsg Is Nothing Then
                                    Exit For
                                End If
=======
                                If Not loBudgetCheck.OBMsg Is Nothing Then
>>>>>>> .merge-right.r40712

What does this mean? I expected to see the change made in the target as working and the change made in the source as "right".

BOb
Received on 2010-06-18 21:10:27 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.