アーカイブ中への最初のリビジョンの保存

最後に arch に対してアーカイブにソースを追加するように 指示することができます:

        % larch import
        [....]

いくつかの方法で、このコマンドの副作用を見ることができます。

ます、今回のプロジェクトについて、アーカイブ中に どのようなリビジョンが存在しているかを arch に問い合わせることが できます:

        % larch revisions hello-world--mainline--0.1
        base-0

実際にはもっと詳細情報を得ることもできます:

        % larch revisions --summary --creator --date \
                          hello-world--mainline--0.1 
        base-0
            2003-01-28 00:45:50 GMT
            Tom (testing) Lord <lord@emf.net>
            initial import

プロジェクトツリー中で何が変更されたのでしょうか? "パッチログ"と呼ばれるものがあるのを思い出してください:

        % larch logs
        lord@emf.net--2003-example/hello-world--mainline--0.1

いまの場合それは、以下のエントリーを持ちます:

        % larch log-ls hello-world--mainline--0.1
        base-0

        % larch log-ls --summary --creator --date \
                       hello-world--mainline--0.1
        base-0
            2003-01-28 00:45:50 GMT
            Tom (testing) Lord <lord@emf.net>
            initial import

        % larch cat-log hello-world--mainline--0.1--base-0
        Revision: hello-world--mainline--0.1--base-0
        Archive: lord@emf.net--2003-example
        Creator: Tom (testing) Lord <lord@emf.net>
        Date: Mon Jan 27 16:45:50 PST 2003
        Standard-date: 2003-01-28 00:45:50 GMT
        Summary: initial import
        Keywords: 
        New-files: ./hw.c ./main.c
        New-patches: \
          lord@emf.net--2003-example/hello-world--mainline--0.1--base-0

        This is the initial import of hello-world, the killer app
        that will propel our new .com company to a successful IPO.