short question about merge [PROPOSAL] vs. tree-deltas
From: Tom Lord <lord_at_emf.net>
Date: 2003-04-16 02:28:18 CEST
v.a.p. looks at a revision tree like this:
ANCESTOR
Let's suppose that the trees for ANCESTOR and ORIG have:
dir1/file1 == node_N.copy_C.rev_R
(Note that the two file-rev nodes are identical.)
The tree for MOD has:
dir1/file1 == node_N.copy_C3.rev_R3
(the files have not been renamed since ORIG, but they have been
And the tree for for TARGET has:
dir5/file5 == node_N.copy_C5.rev_R5
(the files have been both renamed (multiple times, let's assume) and
Now I want to merge ORIG...MOD into TARGET.
This is the first merge between these branches.
What happens?
-t
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.