Actions
Bug #3240
closedFix permissions on kepler CVS files.
Status:
Resolved
Priority:
Normal
Assignee:
Category:
build system
Target version:
Start date:
04/24/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3240
Description
Christopher suggests we redo all of the permissions for kepler:
I suggest fixing the permissions for the java and other
files in the cvs repository
chmod -R a+rX .
find . -name "*.dll,v" -exec chmod a-x {} \;
find . -name "*.java,v" -exec chmod a-x {} \;
find . -name "*.htm,v" -exec chmod a-x {} \;
find . -name "*.html,v" -exec chmod a-x {} \;
find . -name "*makefile,v" -exec chmod a-x {} \;
find . -name "*.tcl,v" -exec chmod a-x {} \;
find . -name "*.xml,v" -exec chmod a-x {} \;
Updated by Chad Berkley over 15 years ago
We no longer use CVS. Closing this bug.
Actions