Revision 8832,
1.0 KB
checked in by ghudson, 28 years ago
(diff) |
Add an alias to check out all of our hierarchies.
|
Rev | Line | |
---|
[8759] | 1 | # Three different line formats are valid: |
---|
| 2 | # key -a aliases... |
---|
| 3 | # key [options] directory |
---|
| 4 | # key [options] directory files... |
---|
| 5 | # |
---|
| 6 | # Where "options" are composed of: |
---|
| 7 | # -i prog Run "prog" on "cvs commit" from top-level of module. |
---|
| 8 | # -o prog Run "prog" on "cvs checkout" of module. |
---|
| 9 | # -e prog Run "prog" on "cvs export" of module. |
---|
| 10 | # -t prog Run "prog" on "cvs rtag" of module. |
---|
| 11 | # -u prog Run "prog" on "cvs update" of module. |
---|
| 12 | # -d dir Place module in directory "dir" instead of module name. |
---|
| 13 | # -l Top-level directory only -- do not recurse. |
---|
| 14 | # |
---|
| 15 | # And "directory" is a path to a directory relative to $CVSROOT. |
---|
| 16 | # |
---|
| 17 | # The "-a" option specifies an alias. An alias is interpreted as if |
---|
| 18 | # everything on the right of the "-a" had been typed on the command line. |
---|
| 19 | # |
---|
| 20 | # You can encode a module within a module by using the special '&' |
---|
| 21 | # character to interpose another module into the current module. This |
---|
| 22 | # can be useful for creating a module that consists of many directories |
---|
| 23 | # spread out over the entire source repository. |
---|
[8832] | 24 | all -a athena third packs doc |
---|
Note: See
TracBrowser
for help on using the repository browser.