> Also... Since I'm on the subject... I have these four distinct
repositories
> and do not want to allow access from one to the other.. Could I have
> accomplished this with one repository???? Say I have usr/local/cvsroot/
as the
> root with dev and tech-sup underneath the root... Could I then just point
> people to /usr/local/cvsroot/dev or /usr/local/cvsroot/tech-sup as a root
or do
> they need to point to /usr/local/cvsroot???
You could run in ssh mode instead of pserver, and for each cvsroot put
it into a different group, and control access through /etc/group
permissions.