Martin Heinen wrote: > CVS shouldn't be used to install files. Instead, install > the files with a different tool such as a Makefile or a > script and use CVS to manage the additional files. > > If you want to restrict access to checked out copies, use > the tools of your operating system (e.g., umask on UNIX systems).
The problem is that the checkout usually gets rdisted to many systems... make wouldn't be a good solution since It would mean to create a temporary to-rdist-tree and handling all the special chmod cases.... (one file has that modes, an other file has other modes - everything as restrictive as possible) It would complicate the whole thing if you have to create a "filename - mode" mapping table. In regard of others I've to KISS. Is there no other way? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ _______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs