Re: unexpected tree conflict on merge for same source file
From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 16 Oct 2012 18:35:21 +0200
On Tue, Oct 16, 2012 at 06:02:55PM +0200, Stefan Sperling wrote:
Sorry the above should have said:
svn merge ^/branches/testing_at_410 ^/branches/A_at_450 .
This assumes that the delta between testing_at_410 and A_at_450 contains
svn diff ^/branches/testing_at_410 ^/branches/A_at_450
If the delta contains changes you don't want to merge, you can either
svn merge ^/branches/A_at_410 ^/branches/A_at_450 .
If the above gives you tree-conflicts either resolve them as appropriate
svn merge --ignore-ancestry ^/branches/A_at_410 ^/branches/A_at_450 .
If you throw away the 'testing' branch after testing anyway, the lack of
Again, sticking to simple branching/merging patterns where all merges
|
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.