名前

tla get-changeset — アーカイブからチェンジセットを抽出します

用法

tla get-changeset [options] revision [dir]

説明

REVISION で指定されたチェンジセットを抽出し DIR で指定 したディレクトリに保存します(あるいは REVISION.patches とい う名前のディレクトリに保存します)。DIR はあらかじめ存在して いてはいけません。

別名

なし

変更: [----]

新しいディレクトリを作って、そこに対する書き込みは発生 します。

スイッチ

-A, --archive  Override `my-default-archive'

tla get と同様ですが、リビジョン全体ではなくチェンジセッ トを取り出してみます:

$ ls
hello--proj--1.0--patch-5
$ tla get-changeset hello--proj--1.0--patch-5
$ ls
hello--proj--1.0--patch-5  hello--proj--1.0--patch-5.patches
$ ls hello--proj--1.0--patch-5.patches/
mod-dirs-index              new-files-archive  original-only-dir-metadata
mod-files-index             orig-dirs-index    patches
modified-only-dir-metadata  orig-files-index   removed-files-archive
$

今度は hello--proj--1.0--patch-5.patches という名前の サブディレクトリを作り、そこにチェンジセットの内容を展開して います。通常の基本的な GNU arch の利用ではチェンジセットを明 示的に扱うことはあまりありません。

CVS対応コマンド

なし