On Thu, 27 Nov 2003 07:14 am, Hamid Ghassemi wrote: > Is there a way in CVS to allow check in privileges for a directory or a > file in repository to a certain group of developers so that only they can > make changes to files while others can work on the rest of the repository, > without creating an entirely new repository? What we are trying to do is > limiting check in access to only few developers for some specific files or > directories.
The best way to do this is to have a script which checks repoitories/files against certian usernames and either allows/or disallows the checkin to continue. It took me a while to figure out how to do it, so I have made a website explaining what I did (: http://rhoden.id.au/doc/cvs-commitcheck.html You need to customise the script for your own usernames and repository / file names. Regards, Jacob Jacob Rhoden Phone: +61 3 8344 4478 ITS Division Email: [EMAIL PROTECTED] Melbourne University Mobile: +61 403 788 386 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
