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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Using Monotone to access the OpenToken sources References: <85r3rlg6dd.fsf@stephe-leake.org> <312ec5eb-f57b-4723-a1ea-140deed73875@googlegroups.com> <83774558-ac49-414e-b779-c5890fb0a091@googlegroups.com> <87y4lj10s5.fsf@adaheads.sparre-andersen.dk> <85a8xxeux9.fsf@stephe-leake.org> <87tww5ljet.fsf_-_@adaheads.sparre-andersen.dk> Date: Sat, 25 Apr 2015 08:25:45 -0500 Message-ID: <85d22scpba.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:RMAFBIiPQNoiC2u+66Awq1yI1Dc= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: da2a9553b95dbe97f808411736 X-Received-Bytes: 1833 X-Received-Body-CRC: 2353961003 Xref: news.eternal-september.org comp.lang.ada:25618 Date: 2015-04-25T08:25:45-05:00 List-Id: Jacob Sparre Andersen writes: > Stephen Leake wrote: > >> as it says on http://stephe-leake.org/ada/opentoken.html, monotone >> server www.ada-france.org, branch org.opentoken. > > It is probably just because I haven't used Monotone before, but when I > use the commands there I just get a single SQLite3 database file out of > it. > > I've tried: > > mtn --db ~/.monotone/ada-france.db checkout --branch org.opentoken > > but the result is just > > mtn: misuse: branch 'org.opentoken' is empty > > Any idea what I've done wrong? I can't see what I'm doing differently > from the various Monotone examples I've found. You must have a sync problem; possibly a default sync branch filter? Make sure the filter covers "org.opentoken". The branch filter is displayed when you execute "mtn sync"; it's set by a "--set-default" option to the sync command. -- -- Stephe