~/.cvsrc CVS commands Common options
The available `cvs_options
' (that are given to the
left of `cvs_command
') are:
--allow-root=rootdir
|
Specify legal CVSROOT directory. See Password authentication server. |
-a
|
Authenticate all communication between the client and the server. Only has an effect on the CVS client. As of this writing, this is only implemented when using a GSSAPI connection (see GSSAPI authenticated). Authentication prevents certain sorts of attacks involving hijacking the active TCP connection. Enabling authentication does not enable encryption. |
-b bindir
|
In CVS 1.9.18 and older, this specified that RCS programs are in the bindir directory. Current versions of CVS do not run RCS programs; for compatibility this option is accepted, but it does nothing. |
-T tempdir
|
Use tempdir as the directory where temporary files are
located. Overrides the setting of the |
-d cvs_root_directory
|
Use cvs_root_directory as the root directory
pathname of the repository. Overrides the setting of
the |
-e editor
|
Use editor to enter revision log information. Overrides the
setting of the |
-f
|
Do not read the ` |
-H
--help
|
Display usage information about the specified ` |
-l
|
Do not log the ` |
-n
|
Do not change any files. Attempt to execute the
`
Note that CVS will not necessarily produce exactly
the same output as without ` |
-Q
|
Cause the command to be really quiet; the command will only generate output for serious problems. |
-q
|
Cause the command to be somewhat quiet; informational messages, such as reports of recursion through subdirectories, are suppressed. |
-r
|
Make new working files read-only. Same effect
as if the |
-s variable=value
|
Set a user variable (see Variables). |
-t
|
Trace program execution; display messages showing the steps of
CVS activity. Particularly useful with ` |
-v
| |
--version
|
Display version and copyright information for CVS. |
-w
|
Make new working files read-write. Overrides the
setting of the |
-x
|
Encrypt all communication between the client and the
server. Only has an effect on the CVS client. As
of this writing, this is only implemented when using a
GSSAPI connection (see GSSAPI authenticated) or a
Kerberos connection (see Kerberos authenticated).
Enabling encryption implies that message traffic is
also authenticated. Encryption support is not
available by default; it must be enabled using a
special configure option, ` |
-z gzip-level
|
Set the compression level. Only has an effect on the CVS client. |