Re: Subversion Merge
From: Bob Proulx <bob_at_proulx.com>
Date: 2006-07-27 06:48:24 CEST
Ram, Chrishneel N wrote:
Hmm... What does that mean? Merging in the common case implies that
--> A1 ----> A2
The branch from A1 to B1 creates a parallel development branch. A1
--> A1 ----> A2 ----> A3 --->
Effectively that is done by taking a diff from B1 to B2 and using that
diff -u B1 B2 | patch A2 > A3
In this case three files are involved creating a fourth. But that is
> Can subversion tell me later on that file3 was originated from the
No. Subversion does not do any merge tracking. That is a high want
http://svnbook.red-bean.com/en/1.2/svn.branchmerge.copychanges.html#svn.branchmerge.copychanges.bestprac.track
Bob
---------------------------------------------------------------------
|
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.