How to handle conflicts in merge operations
From: Igor Sverkos <igor.sverkos_at_googlemail.com>
Date: Tue, 8 Dec 2009 13:52:08 +0100
Hello!
I have questions regarding conflict handling and best practice with merge
That's how our repository looks actual (HEAD == r1):
/branches @1
Now, we will branch /trunk into /branches/v1.0. After commit (r2), our
/branches @2
We will start developing of v1.0 in our new branch (/branches/v1.0).
/branches @3
Another team member will fix a bug "/trunk/setEnv.cmd" After commit (r4), our
/branches @3
While another team member is fixing a bug in trunk, another member has started
/branches @5
Now we want to sync our branch with the latest version of trunk, to port the the
Doing a merge will result in a tree conflict:
If you renamed the file in trunk and just modified "setEnv.cmd" in the branch,
My questions:
2) In the example, would you do a manuall diff between "/trunk/setEnv.cmd" and
-- Regards, Igor ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2428173 Please start new threads on the <users_at_subversion.apache.org> mailing list. To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.Received on 2009-12-08 15:05:54 CET |
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.