To mark a file in svn as executable:
svn propset svn:executable ON my-script
To mark a file in svn as executable:
svn propset svn:executable ON my-script
Today I had to lookup how to set svn:ignore from the command line:
$ svn propset svn:ignore [file|folder] [path]