RE: More Merge Bad Behavior
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 14 Nov 2008 18:20:30 -0500
My understanding is that you can not do this. I asked about it here and
If you create a branch and you want to merge changes made in the branch
In the branch workingdir:
svn merge http://path/to/trunk
Then in the trunk workingdir:
Svn merge --reintegrate http://path/to/branch
Then you are supposed to delete the branch... because if you try to
All the above supports what they call a feature branch.
However, if you branch for a release (as we do) and you want to merge
Svn merge http://path/to/branch@300 http://path/to/branch@322
Also, that merge isn't tracked in any way so you have to remember or log
Now, this is the way I read the book and my testing has gone. If there
BOb
-----Original Message-----
I posted a few days ago about my problems merging either to a branch
Now a colleague is seeing the same problem.
He copied the trunk to a branch 3 days ago. We have been making
Svn thinks about this for a while, then says it wants to merge
This wants to do all sorts of crazy stuff, so we killed it, ran svn
Then we tried this merge command:
The output from this looks like it would do the right thing.
This is the second time now that the merge wants to merge everything
We are running the 1.5.1 client, and the server is running 1.5.0. We
We have also done a very similar merge in the past (2 months ago), and
We're sort of at a loss here. My colleague suspects there is something
- Rush
---------------------------------------------------------------------
---------------------------------------------------------------------
|
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.