[SciPy-dev] CVS problem
eric
eric at scipy.org
Thu Feb 14 01:33:14 CST 2002
Ok. I think... I ran this, which applies the command recursively.
chmod -R g+s scipy
Now everything looks something like this.
drwxrwsr-x 2 ej users 4096 Feb 14 02:09 doc
The potential mistake is that it did this to all the files in the directories
too. oops. Any harm done by this?
eric
----- Original Message -----
From: "Pearu Peterson" <peterson at math.utwente.nl>
To: "eric" <eric at enthought.com>
chmod -R g+s scipy
Sent: Thursday, February 14, 2002 3:28 AM
Subject: Re: [SciPy-dev] CVS problem
>
> 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
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev
>
More information about the Scipy-dev
mailing list