[Infrastructures] Recommended CVS heirarchy?
wcooley@nakedape.cc
wcooley@nakedape.cc
Mon, 24 Feb 2003 11:00:59 -0800 (PST)
I'm finally getting around to implementing a partial infrastructure for a
site with two boxes and am setting up CVS. Is there a recommended
heirarchy? The repository will be chiefly local configuration files (in
/etc and other places) which are host-specific and scripts in /usr/local,
which are more or less portable (or at least, won't harm anything by being
on both), so I was thinking of:
o common/bin, common/man, common/sbin, etc
o hosts/host1/etc/foo, hosts/host2/etc/bar, etc
Is there a recognized BCP I should follow instead?
Wil