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

merge shows redundant updates

From: Gerasimov, Ivan <Ivan.Gerasimov_at_transas.com>
Date: 2006-03-10 14:33:57 CET

Hello!

I'm using TortoiseSVN 1.3.2, Build 5840 - 32 Bit on WinXP.

Here is the scenario:

1) create a file under a folder: /trunk/a.txt
2) create two branches (copies of the trunk): /branch and /branch-base
3) modify /branch/a.txt (say, add a single character 'a' in it), and commit it.
4) modify /branch-base/a.txt in the same way as /branch/a.txt, so there is no difference between /branch/a.txt and /branch-base/a.txt, commit it.

If you switch from /trunk/a.txt to either /branch/a.txt or /branch-base/a.txt, Tortoise will show you that the file a.txt is updated. That's fine. If you switch from /branch/a.txt to /branch-base/a.txt, Tortoise will not show any updates. That's also fine.

5) Now, switch working copy to /trunk and perform merge, comparing /branch-base with /branch.
Pushing the button "Unified diff", you will get the message "No differences found". Though if you push buttons "Dry run" or "Merge", you will see that the file a.txt is got updated, which is not true.

When doing the same merge with command line client (1.2.1), no updates are shown.

Thank you!

Sincerely yours,
Ivan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Mar 10 14:35:05 2006

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

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