Hello !
I'm using csv for 3 month and where was just one project under my cvsroot
few days ago another project was added and i decided that i need to set
permissions on files properly :) 
so what i've done 
in modules file added mvc -i script mvc string 
so as i understand agter each commmit from top level directory of working copy 
and it's work's ok .. but only from ,y local host ( where my cvs pserver
running)
$CVSROOT=":pserver:$[EMAIL PROTECTED]:/home/cvsroot"
for all user on all hosts ...
but script executing only when i running cvs commit on cvs.rbc.ru
can anyone help me ?
script just checkes the module name and depends of it changes the group for all
files in directory containing module ... or maybe i'm doing wrong and where's
right way to set permissions for files .
the i commiting the file as user bofh file in cvsroot have -r--r--r-- bofh:bofh
permissions so noone can't change it .
Is where any way to set group for files for example i have to projects named 
cash and mvc 
for each i've make groups cash and mvc and added all users , who working on
this projects to groups.
Script doing just this :
chgrp $module_group $module
chmod ug+rw $module
I'll appreciate any suggestions 
And sorry for my english i know i need to practice in talking english but i
hope u'll understand me :)

-- 
Regards, Olefirenko Alexander
RBC Co. http://www.rbc.ru
Programmer.
+8 (095)935-20-01(207,209)

Reply via email to