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