ZK, > > > CVS does have one drawback that makes it hard to > > deal > > > with and it is not able to host multiple projects > > > securely from one another. That is why I will > > have to > > > migrate. I know there are other programs and > > scripts > > > that try to deal with that problem. > > > > >
> Actually, I only know of one program and the name > escapes me right now. It has not been unpdated since > 2004. Can you provide a couple of recommendations? I already replied with specific examples and so did several others. The simplest way to achieve that is with multile --allow_root's and set the filesystem level ownership and permissions on the files/repositories. If you need to get fancier then use the cvsacls script from the contrib directory. If you need to get fancier still then use CVSNT (free/GPL just like CVS and yes it runs on unix/linux/windows/mac) and use the 'chacl' command with ACLmode=normal. Regards, Arthur
