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

Confusing status message when merging branch with binaries

From: Adam Jakubek <ajakubek_at_static.int.pl>
Date: 2005-06-07 22:35:37 CEST

Hello,

I've noticed strange subversion behaviour today. I had a branch in my project
and I was going to merge it to trunk (and delete the branch afterwards).
Several files (including one binary file) have been modified on the trunk, so
I updated it and then merged all changes to my branch with:

$ svn merge -r X:Y trunk branches/feature
$ svn ci branches/feature

Note, that at this point, binary files on trunk and branch were identical.
Then I performed a merge between latest revisions of my branch and trunk,
updating the latter:

$ svn merge --dry-run trunk@head_rev branches/feature@head_rev trunk
...a lot of updates...
U trunk/binary_file

This message was quite confusing, since I haven't modified binary files on my
branch. I decided to proceed with the merge and removed the --dry-run switch.
Binary files didn't show in the 'svn st' result afterwards. It seems that
they weren't modified at all during the merge.
Does this qualify as a bug, or am I missing something? It doesn't cause any
data loss, but it can be confusing when merging large branches (since diffing
binaries is impossible). I was able to reproduce this on svn 1.1.1, 1.1.4 and
1.2.0. If anyone is interested, I can send a short script which recreates
this problem.

Regards
Adam Jakubek

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 22:37:10 2005

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.