info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checked out copy directory permission


From: Russ Sherk
Subject: Re: checked out copy directory permission
Date: Tue, 13 Sep 2005 13:17:58 -0400

On 9/12/05, Jean-Pierre Sevigny <address@hidden> wrote:
> Hi,
> 
> How can i automatically have a particular directory to be group
> writable, in a checked out copy?
for unix, sandox permissions depend on the permissions of the dirs in
CVS as well as the umask.

So:
- set the permissions in $CVSROOT/mymodule/mydir (chmod g+w
$CVSROOT/mymodule/mydir)
and
- make sure your umask creates dirs g+w (e.g. umask=002 will by
default create dirs drwxrwxr-x (775); whereas umask=022 will by
default create dirs drwxr-xr-x (755)).  The umask is used when
creating dirs during CVS checkout.

Cheers,

--Russ

> 
> Thanks,
> Jean-Pierre
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/info-cvs
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]