Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I preserve the sticky bit or set uid or set group id bit within the CVS Repository?

0
Posted

Can I preserve the sticky bit or set uid or set group id bit within the CVS Repository?

0

CVS has some code which attempts such things, as well as preserving some special files (symlinks, device nodes, etc.), but it was notoriously buggy and has been disabled for quite awhile. You can try enabling PRESERVE_PERMISSIONS in options.h and recompiling, but you’ll probably have to fix some bugs. The usual suggested work around is to set those bits as part of your build process, from your Makefile, for example.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123