
838
|
Chapter 13: The Concurrent Versions System (CVS)
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
These are the possible actions:
commit
Notify the user when someone else commits changes to
the file.
edit
Notify the user if someone else has run cvs edit on the
file.
unedit
Notify the user when the file is no longer being edited by
someone else. Notification occurs when cvs unedit or cvs
release runs, or when the file is deleted and re-created
with cvs update or cvs checkout.
all
Notify the user in all of the previous cases.
none
Notify the user in none of the previous cases.
Example
$ cvs watch on Makefile Enable watching
$ cvs watch add Makefile Add me to list of watchers
watchers
cvs [cvs-options] watchers [-lR] [files ...]
Display the list of users who are watching the files listed as parame-
ters. If no files are listed, this command lists the watchers for the
files in the current directory and its subdirectories. See also edit,
editors, unedit, and watch.
Standard subcommand options: -l, -R
Example
$ cvs watchers Makefile
Makefile doppel edit unedit commit
arnold edit unedit commit