RE: svn1.5 seems to fail simple merge-tracking scenario
From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Mon, 23 Feb 2009 12:08:52 -0600
You missed a step. After you --reintegrate, you need to destroy the branch and then recreate it from the merge point on the trunk.
http://svnbook.red-bean.com/en/1.5/svn.branchmerge.basicmerging.html
=============================================================
cd ..
now the change from test-b is in test. so now, we go into test-b, and decide to remove the change we first made to a.c and commit it.
cd test-b
next, we decide to merge stuff thats been done on test back down into test-b.
svn up
*****
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.