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

catching up to the trunk.

From: Ruslan Sivak <rsivak_at_istandfor.com>
Date: 2006-10-18 16:27:38 CEST

I'm not sure if I'm doing this correctly. Let's say you are working on a branch. You want to get the latest changes from trunk because you need/want them in your branch as well and in general want to make sure that it will integrate cleanly with the trunk.

It was my impression that if you do the same change twice, it will just ignore it instead of creating a conflict. Perhaps its not the same with binary files.

So let's say you are switched to the branch and do a merge from trunk for certain revisions that you want to catch up with.

After you get those changes into your branch, you test and make sure everything works and then commit everything (including changes merged from trunk) into your branch.

Now you switch to trunk and merge in changes from the branch. Theoretically, it should only end up merging whatever changes were made to the branch, and since the changes that were merged from trunk are already there, it should not modify those files.

Either I'm doing something wrong or this doesn't work correctly with binary files, but I had a bunch of images which were updated in trunk, merged to the branch, committed to the branch, merged back into trunk, and they all caused conflicts. This is particularly annoying as there doesn't seem to be a way to resolve these conflicts in subclupse short of reverting which seemed to take forever.

Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 18 16:28:32 2006

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.