| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
この付録は、それぞれのコマンドや機能が詳しく説明されているところへの参
照とともに、CVS の実行のしかたを説明します。他の参照は、cvs
--help コマンドを実行するか、Index を参照してください。
CVS コマンドは以下の様になります:
cvs [ global_options ] command [ command_options ] [ command_args ] |
標準オプション:
--allow-root=rootdir
-a
-b
-d root
-e editor
-f
-H
--help
-n
-Q
-q
-r
-s variable=value
-T tempdir
-t
-v
--version
-w
-x
-z gzip-level
キーワード展開モード (see section 12.4 置換モード):
-kkv $Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp $ -kkvl $Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $ -kk $Id$ -kv file1,v 1.1 1993/12/09 03:21:13 joe Exp -ko 非展開 -kb 非展開、ファイルはバイナリ |
キーワード (see section 12.1 キーワード一覧):
$Author: joe $ $Date: 1993/12/09 03:21:13 $ $Header: /home/files/file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $ $Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $ $Locker: harry $ $Name: snapshot_1_14 $ $RCSfile: file1,v $ $Revision: 1.1 $ $Source: /home/files/file1,v $ $State: Exp $ $Log: file1,v $ Revision 1.1 1993/12/09 03:30:17 joe Initial revision |
コマンド、コマンドのオプション、コマンドの引数:
add [options] [files...]
-k kflag
-m msg
admin [options] [files...]
-b[rev]
-cstring
-ksubst
-l[rev]
-mrev:msg
-orange
-q
-sstate[:rev]
-t
-tfile
-t-string
-u[rev]
annotate [options] [files...]
-D date
-F
-f
-l
-R
-r tag
checkout [options] modules...
-A
-c
-D date
-d dir
-f
-j rev
-k kflag
-l
-N
-n
-P
-p
-R
-r tag
-s
commit [options] [files...]
-F file
-f
-l
-m msg
-n
-R
-r rev
diff [options] [files...]
-D date1
-D date2
-l
-N
-R
-r rev1
-r rev2
edit [options] [files...]
-a actions
actions, edit,
unedit, commit, all, none のどれかです。
10.6.3 監視下にあるファイルの編集方法 参照。
-l
-R
editors [options] [files...]
-l
-R
export [options] modules...
-D date
-d dir
-f
-k kflag
-l
-N
-n
-R
-r tag
history [options] [files...]
-a
-b str
-c
-D date
-e
-l
-m module
-n module
-o
-p repository
-r rev
-T
-t tag
-u user
-w
-x types
TOEFWUPCGMAR から1つ以上指定しま
す。A.12.1 history のオプション 参照。
-z zone
import [options] repository vendor-tag release-tags...
-b bra
-d
-k kflag
-m msg
-I ign
-W spec
init
kserver
log [options] [files...]
-b
-d dates
-h
-l
-N
-R
-rrevs
-s states
-t
-wlogins
login
logout
pserver
rannotate [options] [modules...]
-D date
-D date
-F
-f
-l
-R
-r tag
rdiff [options] modules...
-c
-D date
-f
-l
-R
-r rev
-s
-t
-u
-V vers
release [options] directory
-d
remove [options] [files...]
-f
-l
-R
rlog [options] [files...]
-b
-d dates
-h
-l
-N
-R
-rrevs
-s states
-t
-wlogins
rtag [options] tag modules...
-a
-b
-B
-D date
-d
-F
-f
-l
-n
-R
-r rev
server
status [options] files...
-l
-R
-v
tag [options] tag [files...]
-b
-c
-D date
-d
-F
-f
-l
-R
-r rev
unedit [options] [files...]
-l
-R
update [options] [files...]
-A
-C
-D date
-d
-f
-I ign
-j rev
-k kflag
-l
-P
-p
-R
-r tag
-W spec
version
使用している CVS のバージョンを表示します。 遠隔リポジトリの場合はクライアントとサーバの両方のバージョンを 表示します。
watch [on|off|add|remove] [options] [files...]
on/off: ファイルの読み込み専用取り出しを on/off します。10.6.1 監視するファイルを CVS に教える 参照。
add/remove: 動作の通知を追加削除します。10.6.2 誰に通知するか CVS に教える 参照。
-a actions
edit, unedit,
commit, all, none のどれかです。
10.6.3 監視下にあるファイルの編集方法 参照。
-l
-R
watchers [options] [files...]
-l
-R
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |