How to make svn:executable to also set the executable flag for the group?

Posted by desolat on Stack Overflow See other posts from Stack Overflow or by desolat
Published on 2010-03-19T12:10:33Z Indexed on 2010/03/19 12:11 UTC
Read the original article Hit count: 234

Filed under:
|
|

SVN uses the svn:executable property to set the executable flag upon checkout or update. This just happens for the user permissions.

How can I get SVN to also set the executable flag for the group?

© Stack Overflow or respective owner

Related posts about svn

Related posts about properties