info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What could go wrong with this scenario?


From: noel . l . yap
Subject: Re: What could go wrong with this scenario?
Date: Wed, 14 Nov 2001 13:16:41 -0500

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: address@hidden




_______________________________________________
Info-cvs mailing list
address@hidden
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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]