Also note that the given chmod command will change archive file permissions
as well.  The command should at most be "find /cvsroot/project -type d |
chmod 770".

Also, if one is using file system ACLs, chmod g+s may not be enough if the
user isn't in the directory's group.  One would really have to do a chgrp.

Noel

That might be better I don't know ...

chmod g+s does according to man page:

...set user or group ID on execution (s)...

What exactly does that mean in this context of CVS?

Matt Riechers wrote:

> Marcel van der Boom wrote:
>
>>Essentially the run.sh script should change all group and ownership
>>assignments of all files below the project dir with something like
>>
>>chgrp -R cvs_project /cvsroot/project
>>chmod -R 770 /cvsroot/project
>>
>
> Why do you need to do this? It sounds like you want 'chmod g+s'
instead...
>
> -Matt
>
>


--
Marcel van der Boom
HS-Development BV
Kwartiersedijk 14B
Fijnaart, The Netherlands
Tel. : 0168-468822
Fax. : 0168-468823
Email: [EMAIL PROTECTED]




_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs





This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to