[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This appendix describes how to invoke CVS, with
references to where each command or feature is
described in detail. For other references run the
cvs --help
command, or see Index.
A CVS command looks like:
cvs [ global_options ] command [ command_options ] [ command_args ] |
Global options:
--allow-root=rootdir
-a
-b
-d root
-e editor
-f
-H
--help
-l
-n
-Q
-q
-r
-s variable=value
-T tempdir
-t
-v
--version
-w
-x
-z gzip-level
Keyword expansion modes (see section 12.4 Substitution modes):
-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 no expansion -kb no expansion, file is binary |
Keywords (see section 12.1 Keyword List):
$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 |
Commands, command options, and command arguments:
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
edit
, unedit
,
commit
, all
, or none
. See
10.6.3 How to edit a file which is being watched.
-l
-R
editors [options] [files...]
-l
-R
export [options] modules...
-D date
-d dir
-f
-k kflag
-l
-N
-n
-P
-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
TOEFWUCGMAR
. See A.11.1 history options.
-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
-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
Display the version of CVS being used. If the repository is remote, display both the client and server versions.
watch [on|off|add|remove] [options] [files...]
on/off: turn on/off read-only checkouts of files. See 10.6.1 Telling CVS to watch certain files.
add/remove: add or remove notification on actions. See 10.6.2 Telling CVS to notify you.
-a actions
edit
, unedit
,
commit
, all
, or none
. See
10.6.3 How to edit a file which is being watched.
-l
-R
watchers [options] [files...]
-l
-R
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |