Chapter 10. Command Reference
This chapter is a comprehensive reference of all CVS commands, with a brief summary of what each does. It is intended to be useful as a quick reference, not a tutorial.
If you have never used CVS before, I suggest you read Chapter 2 or Chapter 3 before reading this reference. Those chapters explain the basic concepts of CVS and how to use it effectively.
CVS Command-Line Options
CVS supports a number of command-line
options that you can use to control various aspects of CVS behavior.
Command-specific options are described in Section 10.2, later in this
chapter. This section focuses on options that you pass to the
cvs executable itself, not to any specific CVS
command.
The syntax of any CVS command is as follows:
cvs [cvs-options] [command] [command-options-and-arguments]
The cvs-options modify the behavior of the main
CVS code, rather than the code for a specific command. The following
options are valid:
- -a
Authenticate all network traffic. Without this option, the initial connection for the command is authenticated, but later traffic along the same data stream is assumed to be from the same source.
This option is available only with GSS-API connections, but if you use
sshas yourrshreplacement in theextconnection mode,sshauthenticates the data stream.This option is supported if it is listed in
cvs --help-options. The command-line client can be compiled to support it by using the--enable-clientoption to theconfigurescript.- --allow-root=directory
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access