Received: from spf3.us4.outblaze.com (spf3.us4.outblaze.com [205.158.62.25]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j11JsRu4023392 for ; Tue, 1 Feb 2005 19:54:29 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf3.us4.outblaze.com (Postfix) with ESMTP id 7A7D65376D for ; Tue, 1 Feb 2005 19:55:09 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw4Jp-0007oQ-NS for migo@homemail.com; Tue, 01 Feb 2005 15:08:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cw4Ge-0006gG-BY for gnu-arch-users@gnu.org; Tue, 01 Feb 2005 15:04:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cw4Ga-0006eB-1t for gnu-arch-users@gnu.org; Tue, 01 Feb 2005 15:04:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw4GZ-0006c7-89 for gnu-arch-users@gnu.org; Tue, 01 Feb 2005 15:04:51 -0500 Received: from [64.26.151.4] (helo=cymlink-stage.hgn.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cw3xH-0001gh-Hl for gnu-arch-users@gnu.org; Tue, 01 Feb 2005 14:44:55 -0500 Received: by cymlink-stage.hgn.ca (Postfix, from userid 65534) id 0CDC65F762; Tue, 1 Feb 2005 14:44:50 -0500 (EST) Received: from kitson (kitson.wisq.org [192.168.16.1]) by cymlink-stage.hgn.ca (Postfix) with ESMTP id 98F1D5F62B; Tue, 1 Feb 2005 14:44:46 -0500 (EST) Received: by kitson (Postfix, from userid 1000) id 4A8E3F007; Tue, 1 Feb 2005 14:44:46 -0500 (EST) Date: Tue, 1 Feb 2005 14:44:46 -0500 From: Adrian Irving-Beer To: Colin Fox Subject: Re: [Gnu-arch-users] Partial update Message-ID: <20050201194446.GC5568@wisq.net> Mail-Followup-To: Colin Fox , gnu-arch-users@gnu.org References: <41FFD773.1040905@cfconsulting.ca> Mime-Version: 1.0 In-Reply-To: <41FFD773.1040905@cfconsulting.ca> User-Agent: Mutt/1.5.6+20040907i Cc: gnu-arch-users@gnu.org 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: , Content-Type: multipart/mixed; boundary="===============2087682749==" 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: 1938 Lines: 78 --===============2087682749== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 01, 2005 at 11:24:35AM -0800, Colin Fox wrote: > For example, I have a production tree currently at patch 10, and I > want it to update to patch 16. The archive is now at patch 19. I think you could do tla missing --full > +file then edit +file (or whatever) and delete the patches you don't want, then xargs tla replay < +file Untested, but should work. Not too elegant. Standard disclaimers apply. > And also, if we do an update to patch 10 and realize that there is a > problem, how would we roll back the tree to patch 9? If you just want to roll back the current tree, tla replay --reverse `tla tree-version`--patch-10 If you then want to commit that reversal, tla sync-tree `tla tree-version` tla commit The python wrapper 'fai' aliases these actions to the command 'reject', minus the commit. HTH. --Bu8it7iiRSEf40bY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB/9wu8ARHrB3FJfkRAqlUAJ4mViytJw5xr1VVFZ4SHLtFatW5FgCeJI/U 13mcGs1wyAm9ZPwo4ds5Bdk= =VqML -----END PGP SIGNATURE----- --Bu8it7iiRSEf40bY-- --===============2087682749== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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/ --===============2087682749==--