I have several development groups within my company. I have separated cvsroot and developed a pserver passwd file so that the data in the repository can only be modified by group that it belongs to.
My question is how can I prevent people from looking at each other's data via cvsmonitor? Once I add different repositories to cvsmonitor, they are all visible on the website.
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have several development groups within my company. I have separated cvsroot and developed a pserver passwd file so that the data in the repository can only be modified by group that it belongs to.
My question is how can I prevent people from looking at each other's data via cvsmonitor? Once I add different repositories to cvsmonitor, they are all visible on the website.
Thanks in advance.
hm... how about doing multiple installments of cvsmon and protecting them via a .htaccess file passwd?
That's about the only thing I can suggest as well I'm afraid...