programming

How do I set the execute bit on in svn?

To set the execute bit to on (i.e. make a script/file executable), you can use the command below:

svn propset svn:executable ON

Ex.

svn propset svn:executable ON testscript.sh

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top