[SciPy-dev] CVS problem
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Thu Feb 14 02:32:19 CST 2002
>>>>> "eric" == eric <eric at scipy.org> writes:
eric> I fixed the files in question. I thought we fixed this
eric> earlier globally, but apparently not. Any Unix gurus that
eric> know what the magic incantation needed on
eric> /home/cvsroot/world/scipy to force all created files in
eric> scipy or one of its sub-directories to have users as the
eric> group?
# cd /home/cvsroot/world
# find scipy/ -type d -exec chmod 2775 "{}" ';'
Should work I guess.
prabhu
More information about the Scipy-dev
mailing list