[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How do I change file permissions?

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2007-10-11 12:10:13 CEST

On 8 Oct 2007, at 15:08, brian@enchanter.net wrote:

>>
> Cool - thanks for the tip! I looked in there and I'm not sure what
> file I
> want to change permissions for, though. What am I looking for?
>
> Here's one of the directories in question. I want to change the
> permissions that 'security.yml' reverts to, to 660 (rw-rw----).
> What file
> in the .svn directory do I chmod?
>
>

None.

On Unix systems, the eventual permissions of the reverted file is
determined by your umask setting. If you set umask to 007, the
reverted file will have rw-rw---- permissions. Otherwise you are
going to need to chmod it after the revert.

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 11 13:34:22 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.