# Three different line formats are valid: # key -a aliases... # key [options] directory # key [options] directory files... # # Where "options" are composed of: # -i prog Run "prog" on "cvs commit" from top-level of module. # -o prog Run "prog" on "cvs checkout" of module. # -e prog Run "prog" on "cvs export" of module. # -t prog Run "prog" on "cvs rtag" of module. # -u prog Run "prog" on "cvs update" of module. # -d dir Place module in directory "dir" instead of module name. # -l Top-level directory only -- do not recurse. # # NOTE: If you change any of the "Run" options above, you'll have to # release and re-checkout any working directories of these modules. # # And "directory" is a path to a directory relative to $CVSROOT. # # The "-a" option specifies an alias. An alias is interpreted as if # everything on the right of the "-a" had been typed on the command line. # # You can encode a module within a module by using the special '&' # character to interpose another module into the current module. This # can be useful for creating a module that consists of many directories # spread out over the entire source repository. # the dotlrn-core alias dotlrn-core -a bboard-portlet dotlrn-bboard dotlrn-faq faq-portlet news-portlet survey-portlet calendar-portlet dotlrn-calendar dotlrn-fs dotlrn-static fs-portlet profile-provider user-profile dotlrndoc dotlrn-news dotlrn-survey sloan-bboard dotlrn dotlrn-dotlrn dotlrn-portlet new-portal static-portlet dotlrn-syllabus #aliases for individual modules bboard-portlet -a bboard-portlet calendar-portlet -a calendar-portlet dotlrn -a dotlrn dotlrn-bboard -a dotlrn-bboard dotlrn-calendar -a dotlrn-calendar dotlrndoc -a dotlrndoc dotlrn-dotlrn -a dotlrn-dotlrn dotlrn-faq -a dotlrn-faq dotlrn-fs -a dotlrn-fs dotlrn-news -a dotlrn-news dotlrn-portlet -a dotlrn-portlet dotlrn-research -a dotlrn-research dotlrn-static -a dotlrn-static dotlrn-survey -a dotlrn-survey dotlrn-syllabus -a dotlrn-syllabus faq-portlet -a faq-portlet fs-portlet -a fs-portlet new-portal -a new-portal news-portlet -a news-portlet profile-provider -a profile-provider sloan-bboard -a sloan-bboard static-portlet -a static-portlet survey-portlet -a survey-portlet user-profile -a user-profile