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

Re: TortoiseMerge whitespace options and conflicts

From: Jon Daley <jon_at_limedaley.com>
Date: 2007-07-10 19:36:11 CEST

On Tue, 10 Jul 2007, Graham Bloice wrote:
> Recently a user had a conflict after a merge into the working copy, so they
> fired up TortoiseMerge. In the options they had the radio button set to
> "Ignore all whitespaces" and this had the effect of hiding the conflicts
> which were partially due to whitespaces. Even though they couldn't see the
> conflicts, they still clicked the "Mark as resolved". What happened next
> isn't clear, but somehow they managed to commit the file to the trunk with
> the conflict markers still in the file. The ancillary conflict files were
> deleted.
>
> Out of this arose a number of questions:
> 1. Should the TortoiseMerge option "Ignore all whitespaces" hide conflicts
> in files?

> 2. Can anyone explain why the conflict markers were not removed. My best
> guess is that the file was locked by another process, maybe an editor, but
> shouldn't TSVN have warned about this?
         When you say "mark as resolved" you are effectively telling
subversion - all set, I know what I am doing, go away. And so, it does.
The file was not locked by another process. The user had a file that had
markers in it, and he said that it was what he wanted. Subversion did the
right thing in this case. You have an argument with TortoiseMerge not
highlighting conflicts, even though it is only due to whitespace. You'll
notice that I ignored your first question, since that one is harder than
the latter two, and also, I haven't seen that behavior, so I can't verify
if that is really what happened.

> 3. Not really a TSVN question, but how does svn determine that a conflict
> still exists, it isn't only the presence of the ancillary files, is it
> something in the entries file?
         A conflict exists when the merge happens (doing pretty fancy magic
code as far as I can tell, since it works so well). The file stays in the
conflicted state until the user tells it to stop (revert or resolved)

-- 
Jon Daley
http://jon.limedaley.com/
Sanity calms, but madness is more interesting.
-- John Russell
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Jul 10 19:39:47 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.