[SciPy-dev] CVS problem

Pearu Peterson peterson at math.utwente.nl
Thu Feb 14 03:28:46 EST 2002


Eric,

On Thu, 14 Feb 2002, eric wrote:

> I thought we fixed this earlier globally, but apparently not.  Any Unix gurus
> that know what the magic incantation needed  on /home/cvsroot/world/scipy to
> force all created files in scipy or one of its sub-directories to have users as
> the group?

  chmod g+s <dirname>

does the trick.

  cd /home/cvsroot/world/scipy && ls -l | grep drwxrwxr-x

shows directories that need that trick. Do that also for subdirectories.
For example,

  cd /home/cvsroot/world/scipy && ls -lR | grep drwxrwxr-x | wc

shows that there are 48 directories that need this fix.
Sorry, but I don't know how to apply this patch recursively :-(

Pearu




More information about the SciPy-Dev mailing list