Client Environment Variables
CVS reads the calling user’s environment variables, described in the following list. The variables in the list are read and used by the process that runs on the client computer. Note that these variables must be in the calling user’s environment, so different users may experience different behavior.
Tip
In local-access mode, CVS uses both client and server environment variables.
-
CVS_CLIENT_LOG Used for debugging CVS in client/server mode. This variable should be set to a
filename. If it is set, everything sent to the server is stored in thefilename.infile and everything received by the client is stored infilename.out.-
CVS_CLIENT_PORT Used to set the port the client uses to connect to the CVS server in
kserver,gserver, andpservermodes. By default, clients use port 2401 (gserverorpserver) or port 1999 (kserver) to connect to the server.-
CVSIGNORE A whitespace-separated list of filename patterns that should be ignored. See
.cvsignorein the previous section.-
CVSEDITORorEDITORorVISUAL Used to set the editor CVS calls when it opens an editor for log messages. On Unix and Linux systems, this variable defaults to
vi. UsingCVSEDITORto customize CVS is preferred, as the other variables may be used by other programs as well.CVSEDITORis searched first, thenEDITOR, andVISUALlast. If the-e editorCVS option is used, it overrides the environment variables.-
CVS_PASSFILE Used to change the file CVS uses to store and retrieve the ...
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