-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 xiangbin wrote: > Hi,all > I use the perl script "cvs_acls"(in cvs source release contrib/) to control > the access for special user and it works fine . > Now I need to control the access for add && destory.One may only has add > access and no destroy access. > Anyone knows how can I achieve this?
It doesn't look like cvs_acls supports this, so you'll have to write your own script (or extend cvs_acls to support it). Question, though: have you considered the possibility that this may be extremely limiting to users? It is not unusual to rename or remove a file in the course of normal development (depending on what you're developing, of course). In Java, it is quite common, since the file name must exactly match the class name. - -- Jim Hyslop Dreampossible: Better software. Simply. http://www.dreampossible.ca Consulting * Mentoring * Training in C/C++ * OOD * SW Development & Practices * Version Management -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDlZhLLdDyDwyJw+MRAm6JAJ46i04TvfxsMpMSvomxTHYSIQYRkgCgm3aH 3ttLVio3Dn5sji7KF5wV2io= =SjOL -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
