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

Re: [0775]can we ctrl svn security mask?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-10 13:53:51 CET

On Jan 10, 2006, at 13:35, Ryan Schmidt wrote:

> On Jan 10, 2006, at 07:52, Zoom Quiet wrote:
>
>> it working good, BUT! i commit in windows through TortoriseSVN,
>> when autoco,
>> that aim dir file is all
>> -rw-r--r-- 1 root wheel
>> ?!??! how can i make svn update out file is all 755 www:www ?
>
> Sounds like your asking this question:
>
> "How do I get Subversion to set the execute bits on a file when I
> check out or update?"
>
> The answer is that you need to set the svn:executable property on
> the file.
>
> $ svn propset svn:executable ON somefile.sh

Sorry; I see you also asked how to get the file owned by www:www. The
answer is that Subversion can't do that. If you want the files to be
owned by www, you'll have to run the "svn up" command as the www user.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 10 14:28:39 2006

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.