Re: order of merging around trunk and branch
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-08-20 09:57:10 CEST
On Aug 19, 2007, at 22:20, Steven Woody wrote:
> since a branch B had been created out of trunk T, changes have
Neither. Generally you will want to do either one or the other:
To merge branch changes into the trunk:
cd working_copy_of_trunk
...where A is the revision in which the branch was created, and B is
That assumes you have not yet merged anything from the branch into
It also assumes you never merged anything from the trunk into the
To merge trunk changes into a branch:
cd working_copy_of_branch
...where A is the revision in which the branch was created, and B is
If you want to then merge the branch changes into the trunk:
cd working_copy_of_trunk
...where B is the same revision as in the above merge.
The above is from memory, but I hope it's correct. Merging is covered
---------------------------------------------------------------------
|
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.