From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d33ebaa85598950 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.216.113.70 with SMTP id z48mr296806weg.6.1348233581499; Fri, 21 Sep 2012 06:19:41 -0700 (PDT) Path: q11ni9084552wiw.1!nntp.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!ihnp4.UCSD.Edu!nntp.club.cc.cmu.edu!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Emacs mtn support Date: Fri, 14 Sep 2012 10:20:15 +0100 Organization: A noiseless patient Spider Message-ID: References: <854nn34fv2.fsf@stephe-leake.org> <85mx0u2npq.fsf_-_@stephe-leake.org> <85r4q5106j.fsf@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="a9272c9c584810f74e3f95ce46cbeceb"; logging-data="8594"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+cb65dekPc+KaCmFQoZQ/fnDPR3wJiofQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:R1VljrSUe+dszjKMHnshBPacv7M= sha1:dkeWwmwtDlYsbWOJMbC+YsTrPfY= Content-Type: text/plain Date: 2012-09-14T10:20:15+01:00 List-Id: Stephen Leake writes: > Simon Wright writes: > >> Stephen Leake writes: >> >>> Yes, there is very primitive support. But you should try DVC (latest >>> version in ada-france, or a somewhat earlier version in bzr at >>> http://www.xsteve.at/prg/emacs_dvc/dvc.html). It provides a _much_ >>> higher level of support. >> >> The only thing I've missed in Emacs support (which is missing in its SVN >> support, too) is the idea that marking a number of files to be committed >> should be implemented as one transaction, not one transaction per >> file. > > Which is the _entire_ point of mtn. Not sure I'd go that far, but it's also the expected way of using svn, git, hg ... > DVC definitely adds that, as well as interactive support for propagating > between branches, with conflict resolution. OK, sounds good. >> Did you get my e-mail with my signed mtn key? > > Yes, but I don't actually have access to do anything with it; waiting on > Ludovic. OK, thanks. > Your version of mtn (0.48) does not support URLs; you need to use: > > $ mtn --db ~/monotone-dbs/ada-france.db pull --key '' www.ada-france.org \ > org.emacs.* > > Or upgrade to mtn 1.0. Since I'd have to build from sources, which involves building botan, which involves .. well, 0.48 seems to be OK to use, so I'll stick!