Month: July 2009

  • Setting the execute bit in SVN

    When committing files to an SVN repository, it happens that I forget to set the proper ‘execute’ permission. This results in problems when checking out a fresh working copy, as it seems that SVN does not take up a ‘chmod u+x’ on a file as a change when a commit is performed. This is easily…