[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:35:25 CET

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

This is described in the book:

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3

If you don't want to set svn:executable manually on each affected
file, investigate automatic properties:

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.4

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 10 13:47:15 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.