>Is there any way to secure the directories >with the ",v" files while allowing unix >users (developers) to deploy? Don't they >need write to those directories?
Don't allow interactive login to the unix box runnin the CVS server? CVSNT also allows you to run the service as a specific user (so there is no context(?) switch - then all the files are "owned" by that user - preventing other users from rm'ing it, there is probably some option to do that on traditional CVS). Regards, Arthur Barrett _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
