RE: svn merge --reintegration.
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 21 Sep 2010 10:53:43 -0400
> I am having some issues with merging that I could use some advice
Have you been applying stuff that was committed to trunk into the branch manually? If so, that would explain all the conflicts. If this is the case you just need to do a "record only" merge from trunk to branch. Once you have everything from trunk merged into the branch then you can do a reintegrate merge from branch into trunk. After that, assuming you want to continue work in the branch you can do a record only merge from trunk of the rev that contains the merge from branch. If you are not going to continue the branch you are advised to delete it.
If you haven't applied anything from trunk into the branch, then you should just be able to merge from the branch into the trunk.
> I was kind of hoping that it would be able to "know" that changes
Yes, it "knows" what has been merged from trunk to branch... as long as it was done with a merge, and not done manually... for example you made a change to trunk and committed it, then you made that same change to branch and committed it. In this case svn has no idea that this happened.
> but I am certain that there are files that are textually the same
hth,
|
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.