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 j0VAHr1W004501 for ; Mon, 31 Jan 2005 10:17:54 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf3.us4.outblaze.com (Postfix) with ESMTP id E7A005389C for ; Mon, 31 Jan 2005 10:18:31 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvYmS-00058k-MT for migo@homemail.com; Mon, 31 Jan 2005 05:27:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CvYK7-0004ud-E8 for gnu-arch-users@gnu.org; Mon, 31 Jan 2005 04:58:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CvYK3-0004rz-Rg for gnu-arch-users@gnu.org; Mon, 31 Jan 2005 04:58:22 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CvYK2-0004Zu-4f for gnu-arch-users@gnu.org; Mon, 31 Jan 2005 04:58:19 -0500 Received: from [218.214.224.138] (helo=smtp.syd.swiftdsl.com.au) by monty-python.gnu.org with smtp (Exim 4.34) id 1CvXkv-0001pE-3K for gnu-arch-users@gnu.org; Mon, 31 Jan 2005 04:22:01 -0500 Received: (qmail 26439 invoked from network); 31 Jan 2005 09:22:11 -0000 Received: from unknown (HELO home.puzzling.org) (218.214.66.203) by smtp.syd.swiftdsl.com.au with SMTP; 31 Jan 2005 09:22:11 -0000 Received: from localhost (flay [127.0.0.1]) by home.puzzling.org (Postfix) with ESMTP id 922847880CC for ; Mon, 31 Jan 2005 20:21:51 +1100 (EST) Received: from home.puzzling.org ([127.0.0.1]) by localhost (flay [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25947-07 for ; Mon, 31 Jan 2005 20:21:51 +1100 (EST) Received: from trogdor.home.puzzling.org (trogdor.home.puzzling.org [10.0.0.6]) by home.puzzling.org (Postfix) with ESMTP id 777DC7880C7 for ; Mon, 31 Jan 2005 20:21:51 +1100 (EST) Received: by trogdor.home.puzzling.org (Postfix, from userid 1000) id 66992128234; Mon, 31 Jan 2005 20:21:55 +1100 (EST) Date: Mon, 31 Jan 2005 20:21:55 +1100 From: Andrew Bennetts To: gnu-arch-users@gnu.org Subject: Re: [Gnu-arch-users] Bazaar and TLA compatability? Message-ID: <20050131092155.GE9030@localhost.localdomain> References: <41FDA060.9050107@cfconsulting.ca> <20050131072351.GA11836@vagabond> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050131072351.GA11836@vagabond> User-Agent: Mutt/1.5.6+20040907i X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at home.puzzling.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: , 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: 1139 Lines: 34 On Mon, Jan 31, 2005 at 08:23:52AM +0100, Jan Hudec wrote: > On Sun, Jan 30, 2005 at 19:05:04 -0800, Colin Fox wrote: [...] > > > And for the developers working on a project, can some people use tla and > > some baz with no issues? > > No. IIRC bazaar uses an improved archive, that did not make it in tla > yet. So while baz can always work with archives created with tla, tla > might not be able to work with archives created with baz. The new format > is expected to be implemented in next version of tla so then they should > be compatible again. $ baz make-archive -h | grep tla -t, --tla Create a tla format archive. Existing tla format archives will stay in that format -- baz doesn't automatically convert them. For new archives, you can use the --tla option to baz make-archive. I believe you can even have your local archive in baz format, but mirror it in tla format. -Andrew. _______________________________________________ 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/