I would like to use cvs to create a directory that is made up of files from
other modules. To create a directory, say "config", like this:
config/foo.tcl
bar.tcl
where foo.tcl comes from the module "foo/config/foo.tcl" and bar.tcl comes
from the module "bar/config/bar.tcl". This would let me create a
system-wide config directory containing everyone's config files.
I've tried several combinations of things in the CVSROOT/modules file:
config &foo/config/foo.tcl &bar/config/bar.tcl
but this created
config/foo/config/foo.tcl
bar/config/bar.tcl
I thought I remember someone pointing out a way to do this, but I can't find
it, and I couldn't figure it out from the manual.
Gracias!
:)hal