This is a discussion on Re: Three weeks left until feature freeze within the pgsql Hackers forums, part of the PostgreSQL category; --> > > Does our CVS setup cater for seggregated rights like this? Or > > would that > > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > > Does our CVS setup cater for seggregated rights like this? Or > > would that > > be done on a trust basis? > > No, I don't believe you can do this with CVS at all. We'd need something > like SVN/WebDAV to be able to grant write access just to specific parts > of the tree to different people. It is possible using CVS, by carefully managing file system permissions and assigning different permissions to the OS users of the different committers. I guess it's also possible using commit scripts... but I don't think it worths the effort as long as there is a regular backup of the CVS tree... Cheers, Csaba. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |