RE: MERGE: Command Line Results Different from TortoiseSVN Results
From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Thu, 15 Jan 2015 14:14:49 -0800 (PST)
On 16/01/2015 08:25, Marcia Almeida Rocha quoth:
In general, it is not a good idea to merge unrelated/sibling branches. You *can* do it if you're careful, and they do get tracked, but it creates quite a mess.
You should try to always merge between parent & child branches only, never to siblings or grandparents/children.
So with the above layout, never merge between 1.0-work and 1.0 -- merge 1.0-work to trunk and then trunk to 1.0.
Alternatively, you should change your practices such that you create 1.0-work from trunk and then 1.0 from 1.0-work. Then the merges will flow more naturally.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.