{"id":694,"date":"2009-07-23T14:55:49","date_gmt":"2009-07-23T12:55:49","guid":{"rendered":"http:\/\/lika.be\/wp\/?p=694"},"modified":"2009-07-23T14:56:35","modified_gmt":"2009-07-23T12:56:35","slug":"setting-the-execute-bit-in-svn","status":"publish","type":"post","link":"https:\/\/lika.be\/wp\/2009\/07\/setting-the-execute-bit-in-svn\/","title":{"rendered":"Setting the execute bit in SVN"},"content":{"rendered":"<p>When committing files to an SVN repository, it happens that I forget to set the proper &#8216;execute&#8217; permission.<\/p>\n<p>This results in problems when checking out a fresh working copy, as it seems that SVN does not take up a &#8216;chmod u+x&#8217; on a file as a change when a commit is performed.<\/p>\n<p>This is easily fixed: just do<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">$ svn propset svn:executable ON somescript<\/pre>\n<p>And then commit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When committing files to an SVN repository, it happens that I forget to set the proper &#8216;execute&#8217; permission. This results in problems when checking out a fresh working copy, as it seems that SVN does not take up a &#8216;chmod u+x&#8217; on a file as a change when a commit is performed. This is easily [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-694","post","type-post","status-publish","format-standard","hentry","category-notes"],"_links":{"self":[{"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/posts\/694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/comments?post=694"}],"version-history":[{"count":2,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/posts\/694\/revisions"}],"predecessor-version":[{"id":696,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/posts\/694\/revisions\/696"}],"wp:attachment":[{"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/media?parent=694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/categories?post=694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lika.be\/wp\/wp-json\/wp\/v2\/tags?post=694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}