RE: Merge question
From: Tennebø Frode <frode.tennebo_at_saabgroup.com>
Date: Fri, 26 Sep 2008 15:25:06 +0200
:
> 1. Take our changes from 2591 to 3020 and merge that
:
You forget the third option:
3) Take the changes from 10v1 (?) to 11v1 and merge into rev 3020 (I think you mean head):
cd ~
Of course this means that you need to have the entire 10v1 in svn and 11v1 as a delta. The way to do this is to import 10v1 in the usual way and use svn_load_dirs.pl to create the delta. Soemthin like this:
(The directories ./10v1 and ./11v1 contains the source as delivered from the vendor)
svn import ./10v1 URL/vendor/current
(I used a vendor branch, replace with tags if that's the way you prefer this)
-Frode
-- ^ Frode Tennebø | email: Frode.Tennebo_at_saabgroup.com ^ | SAAB Microwave Systems AS | Isebakkeveien 49 | | N-1788 Halden | Phone: +47 45 24 99 39 | | with Standard.Disclaimer; use Standard.Disclaimer; | --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-09-26 15:25:40 CEST |
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.