Hello How can I remove the executable attribute from a file through CVS? The following idea seemed intuitive but does not work if the file in question was initially imported with the attribute set.
cvs checkout mod_auth_remedy cd mod_auth_remedy chmod a-x INSTALL touch INSTALL cvs commit INSTALL checkouting again cd .. rm -rf mod_auth_remedy cvs checkout mod_auth_remedy I get the attribute set cd mod_auth_remedy ls -la INSTALL -rwxr-xr-x Rafal Michalski _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
