Gleidson S� Barreto wrote: > How do you do to restrict the level of access to the > modules of the project? > > For exemple all users have permission to access the > module templates, but only Jon have permission to > access the module system�s test. There are a couple of ways to do this. For very simple restrictions based on directories, the easiest way is to use operating system permissions and ACLs.
For more complex permissions, have a look at the cvs_acls script in the contrib directory (part of the source code distribution, available at www.cvshome.org). Note that this approach only determines who can check files in; anyone with appropriate O/S permissions can check files out. -- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
