Dot Files
In client/server mode, all the dot files other than .rhosts should be on the client computer. The .rhosts file should be in the user’s home directory on the server computer.
These are the dot files in the sandbox directory:
- .cvsignore
Contains a list of files CVS should not process. The format is one or more lines, with whitespace-separated filenames or shell wildcard patterns matching files that CVS should ignore when producing informational messages, and during
commit,update, orstatusoperations. A single!causes CVS to empty out its ignore list and start over again with subsequent filenames or patterns. The file may be checked into CVS.-
.#filename.revision If a project file that is not fully synchronized with the repository is overwritten by CVS, the original file is stored as
.#filename.revision, where revision is theBASErevision of the file.
These are the dot files in a user’s home directory:
- .cvsignore
Contains a list of files CVS should not process. See the earlier description.
- .cvspass
Used in
pserverremote-access mode. This file contains the user’s password for each repository the user is logged into, stored in a simple form of encoding. Be aware that the file is human-readable and that the passwords are easy to decrypt.- .cvsrc
Contains a list of CVS commands and the options the user wants as default options for those commands.
- .cvswrappers
Contains a list of wrappers that affect how a file is stored. The wrappers include a pattern that CVS matches ...
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