$HOME
|
+--tc
| |
+--CVS
| (internal cvs files)
+--Makefile
+--backend.c
+--driver.c
+--frontend.c
+--parser.c
+--man
| |
| +--CVS
| | (internal cvs files)
| +--tc.1
|
+--testing
|
+--CVS
| (internal cvs files)
+--testpgm.t
+--test2.t
If
tc module
update it will
update all files in the current working directory and
all its subdirectories. In other words, update. This is also true
for most of the update command.
The recursive behavior of the
$ cvs update -l # Don't update files in subdirectories