No, there's no reason to reset SGID on all the repository directories. You would only need to set it for the newly created subdirectory with something like: chmod g+s new-subdir
Read more about loginfo scripts to see how you can write such a script. Noel --- GOMEZ Henri <[EMAIL PROTECTED]> wrote: > >Initially, directories within the repo don't have > SGID > >set. You'll have to do this manually. > > And each time at commit time via loginfo like this ? > : > > # loginfo > # > > DEFAULT find $CVSROOT -type d | xargs chmod g+s __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
