svn propset svn:executable "*" someScript
The syntax is propset key value
so svn:executable
is the key and "*"
is the value
someScript
is the filename
svn propset svn:executable "*" someScript
The syntax is propset key value
so svn:executable
is the key and "*"
is the value
someScript
is the filename