How one can set up executable permissions on a file under subversion

Sometimes when you check out shell and perl scripts from subversion to run automated tests it will be handy if you can set the executable permission permanently in the subversion repository. The following code snippet will do that for you. Just change the filename to your script name.

svn propset svn:executable ON filename

Share:
  • Digg
  • Slashdot
  • Technorati
  • Facebook
  • TwitThis
  • StumbleUpon
This entry was posted in Uncategorized and tagged . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

One Comment

  1. Federico
    Posted November 17, 2009 at 3:28 am | Permalink

    thanks for the post!

    I was getting mad with my groovy scripts losing their +x attributes!

    :-)

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*