From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Mundell Newsgroups: gmane.emacs.devel Subject: Re: Compilation to native Date: 14 Apr 2004 23:49:59 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87ad1eb2eg.fsf@sno.mundell.ukfsn.org> References: <20040413210028.GB15097@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1081983125 4230 80.91.224.253 (14 Apr 2004 22:52:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2004 22:52:05 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , rms@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 15 00:51:56 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDtEa-0007iZ-00 for ; Thu, 15 Apr 2004 00:51:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BDtEU-0000Lx-00 for ; Thu, 15 Apr 2004 00:51:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDtEI-0005k7-WD for emacs-devel@quimby.gnus.org; Wed, 14 Apr 2004 18:51:39 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDtDO-00055l-KC for emacs-devel@gnu.org; Wed, 14 Apr 2004 18:50:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDtCm-0004ZJ-A8 for emacs-devel@gnu.org; Wed, 14 Apr 2004 18:50:36 -0400 Original-Received: from [217.158.120.143] (helo=mail.ukfsn.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDtCl-0004Wh-2z; Wed, 14 Apr 2004 18:50:03 -0400 Original-Received: from localhost (lucy.ukfsn.org [127.0.0.1]) by mail.ukfsn.org (Postfix) with ESMTP id C72BFE6EA1; Wed, 14 Apr 2004 23:47:17 +0100 (BST) Original-Received: from mail.ukfsn.org ([127.0.0.1]) by localhost (lucy.ukfsn.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26359-08; Wed, 14 Apr 2004 23:47:17 +0100 (BST) Original-Received: from sno.mundell.ukfsn.org (dsl213-218-238-16.as15444.net [213.218.238.16]) by mail.ukfsn.org (Postfix) with ESMTP id 89D83E6E7A; Wed, 14 Apr 2004 23:47:17 +0100 (BST) Original-Received: from sno.mundell.ukfsn.org ([10.0.0.3]) by sno.mundell.ukfsn.org with esmtp (Exim 3.36 #1 (Debian)) id 1BDtCi-0006uT-00; Wed, 14 Apr 2004 23:50:00 +0100 Original-To: Miles Bader Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21650 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21650 Miles Bader writes: > On Tue, Apr 13, 2004 at 08:03:41PM +0100, Matthew Mundell wrote: > > > Sounds generally useful (something similar is used in the `lexical' branch > > > of Miles, you might want to check that out). > > > > I've been verging on checking out his branch, but have been putting > > off learning arch, partly because the documentation is excluded from > > Debian, mostly because it looks like it'll take a while. > > A simple `check out a tree' usage with tla is only two commands (basically > the same as CVS, but the archive location is set with a command instead of an > envvar/option). tla my-id "Matthew Mundell " tla register-archive miles@gnu.org--gnu-2004 http://sourcecontrol.net/~miles/miles@gnu.org--gnu-2004 tla get miles@gnu.org--gnu-2004/emacs--lexbind--0 emacs-lexbind That's three! It seems quite similar to CVS in general. Racing through the tutorial did take a while though.