Received: from spf1.us4.outblaze.com (spf1.us4.outblaze.com [205.158.62.23]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iBL6n4M4021771 for ; Tue, 21 Dec 2004 06:49:04 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf1.us4.outblaze.com (Postfix) with ESMTP id 8C2A653AD2 for ; Tue, 21 Dec 2004 06:48:44 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CgdzZ-0001VN-5s for migo@homemail.com; Tue, 21 Dec 2004 01:59:33 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cgdz9-0001UP-Cd for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 01:59:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cgdz7-0001TN-C4 for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 01:59:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cgdz7-0001Sx-2d for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 01:59:05 -0500 Received: from [66.216.124.41] (helo=server4.panoramicfeedback.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CgdnW-0004K4-Nn for gnu-arch-users@gnu.org; Tue, 21 Dec 2004 01:47:06 -0500 Received: from [192.168.0.7] (server4.panoramicfeedback.com [66.216.124.41]) by server4.panoramicfeedback.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id iBL6l2il002904; Tue, 21 Dec 2004 01:47:02 -0500 Message-ID: <41C7C6E6.3060302@panoramicfeedback.com> Date: Tue, 21 Dec 2004 01:47:02 -0500 From: Aaron Bentley User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Zenaan Harkness Subject: Re: [Gnu-arch-users] star-merge: unable to merge unrelated trees References: <1103504548.30881.678.camel@localhost.localdomain> <41C650A3.4040005@panoramicfeedback.com> <1103606383.4576.255.camel@localhost.localdomain> In-Reply-To: <1103606383.4576.255.camel@localhost.localdomain> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Panometrics-MailScanner: Found to be clean Cc: arch X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 1188 Lines: 37 Zenaan Harkness wrote: > Thanks. Now for step 2: > > Because of the above, we have some funky 3D changes in this working tree > thusly created. > > Now, STABLE 1.0 needs to stay stable 1.0 until at least Thursday, and > possibly over the christmas break, in case I need to apply some quick > fix or two during that time. > > I want to take the thusly created working tree above, and turn that into > STABLE 1.1. So in other words, you want to apply the difference between STABLE 1.0 and your current devel to a new tree. > If I "tla tag $archa--1.0 $archa--1.1" to create a 1.1 version, how do I > apply the working tree above (with the funky changes) to the 1.1 tree, > to create the desired 1.1 (development, but next stable) tree? $ tla get $archa--1.1 new $ cd new $ tla apply-delta $(tla logs -fr $arca--1.0 |head -n 1) $WORKINGTREE $ tla commit -s "applied changes from $WORKINGTREE" # $WORKINGTREE can be a revision or (less commonly) a directory. Aaron _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/