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 | # NOTE: If you change any of the "Run" options above, you'll have to
|
---|
16 | # release and re-checkout any working directories of these modules.
|
---|
17 | #
|
---|
18 | # And "directory" is a path to a directory relative to $CVSROOT.
|
---|
19 | #
|
---|
20 | # The "-a" option specifies an alias. An alias is interpreted as if
|
---|
21 | # everything on the right of the "-a" had been typed on the command line.
|
---|
22 | #
|
---|
23 | # You can encode a module within a module by using the special '&'
|
---|
24 | # character to interpose another module into the current module. This
|
---|
25 | # can be useful for creating a module that consists of many directories
|
---|
26 | # spread out over the entire source repository.
|
---|
27 | #
|
---|
28 | # first administrative modules for CVS
|
---|
29 | #
|
---|
30 | # CVSROOT -i mkmodules CVSROOT
|
---|
31 | # modules -i mkmodules CVSROOT modules
|
---|
32 | #
|
---|
33 | # second the source of different directories
|
---|
34 | #
|
---|
35 | CvsDoku -a MagicSoft/CvsDoku
|
---|
36 | #
|
---|
37 | #
|
---|
38 | #
|
---|
39 | # build aliases for the directories
|
---|
40 | #
|
---|
41 | #
|
---|
42 | mmcs -a MagicSoft/Simulation/Corsika/Mmcs
|
---|
43 | mmcs614 -a MagicSoft/Simulation/Corsika/Mmcs614
|
---|
44 | checkmc -a MagicSoft/Simulation/Corsika/Checkmc
|
---|
45 | simone -a MagicSoft/Simulation/Corsika/Simone
|
---|
46 | guisimone -a MagicSoft/Simulation/Corsika/GuiSimone
|
---|
47 | maxisingle -a MagicSoft/Simulation/Corsika/MaxiSingle
|
---|
48 | #
|
---|
49 | detector -a MagicSoft/Simulation/Detector
|
---|
50 | oldreflector -a MagicSoft/Simulation/Detector/Reflector
|
---|
51 | reflector -a MagicSoft/Simulation/Detector/ReflectorII
|
---|
52 | camera -a MagicSoft/Simulation/Detector/Camera
|
---|
53 | timecam -a MagicSoft/Simulation/Detector/TimeCam
|
---|
54 | starfield -a MagicSoft/Simulation/Detector/Starfield
|
---|
55 | starrespo -a MagicSoft/Simulation/Detector/StarResponse
|
---|
56 | inGENERAL -a MagicSoft/Simulation/Detector/include-GENERAL
|
---|
57 | inCORSIKA -a MagicSoft/Simulation/Detector/include-CORSIKA
|
---|
58 | inMC -a MagicSoft/Simulation/Detector/include-MC
|
---|
59 | inMTrigger -a MagicSoft/Simulation/Detector/include-MTrigger
|
---|
60 | inMFadc -a MagicSoft/Simulation/Detector/include-MFadc
|
---|
61 | inMLons -a MagicSoft/Simulation/Detector/include-MLons
|
---|
62 | inlib -a MagicSoft/Simulation/Detector/lib
|
---|
63 | data -a MagicSoft/Simulation/Detector/Data
|
---|
64 | #
|
---|
65 |
|
---|
66 | mmc -dmmc MagicSoft/include-Classes/MMcFormat
|
---|
67 | slalib -dslalib MagicSoft/slalib
|
---|
68 | mmc2 -dMagicSoft/Mars/mmc MagicSoft/include-Classes/MMcFormat
|
---|
69 | tcpip -dtcpip MagicSoft/Control/SubsystemIO
|
---|
70 |
|
---|
71 | #
|
---|
72 | #
|
---|
73 | mars -a MagicSoft/Mars
|
---|
74 | mbase -a MagicSoft/Mars/mbase
|
---|
75 | mraw -a MagicSoft/Mars/mraw
|
---|
76 | #
|
---|
77 | #
|
---|
78 | # build aliases for the "projects"
|
---|
79 | #
|
---|
80 | #
|
---|
81 | Mmcs -a mmcs614
|
---|
82 | Checkmc -a checkmc inGENERAL inCORSIKA inlib
|
---|
83 | Simone -a simone inGENERAL inCORSIKA inlib reflector
|
---|
84 | GuiSimone -a guisimone inGENERAL inCORSIKA inlib reflector
|
---|
85 | MaxiSingle -a maxisingle inGENERAL inCORSIKA inlib reflector
|
---|
86 | Reflector -a reflector inlib data
|
---|
87 | Camera -a camera starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inMLons inlib data mars mmc2
|
---|
88 | StarField -a starfield inGENERAL inCORSIKA
|
---|
89 | StarRespo -a starrespo inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib
|
---|
90 | TimeCam -a timecam reflector inGENERAL inCORSIKA inMC inMTrigger inMFadc inlib inClasses data
|
---|
91 | #
|
---|
92 | # Projects (Modules)
|
---|
93 | #
|
---|
94 | #
|
---|
95 | Mars MagicSoft/Mars & mmc
|
---|
96 | Cosy MagicSoft/Cosy & slalib
|
---|
97 | SubsysIO MagicSoft/Control/SubsystemIO
|
---|
98 | AMC MagicSoft/AMC
|
---|
99 | Taper MagicSoft/Taper
|
---|
100 | TDAS-Extractor MagicSoft/TDAS-Extractor
|
---|
101 | GRB-Proposal MagicSoft/GRB-Proposal
|
---|
102 | GC-Proposal MagicSoft/GC-Proposal
|
---|
103 | tpoint MagicSoft/Cosy/tpoint
|
---|
104 | db MagicSoft/Mars/datacenter/db
|
---|
105 | Documents Documents
|
---|
106 | #
|
---|
107 | # Wuerzburg private modules
|
---|
108 | #
|
---|
109 | mphys -dmphys WuerzburgSoft/Thomas/mphys
|
---|
110 | Thomas MagicSoft/Mars & mmc & mphys
|
---|
111 | Dwarf Dwarf
|
---|