marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

remove svn:executable from files #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
so it's a really minor thing, but one that always bothers me.  A bunch of the 
PHP files in the root 
directory as well as style.css have svn:executable set, which they shouldn't.

A simple <code>svn propdel svn:executable *.php style.css</code> should do the 
trick.

Original issue reported on code.google.com by wnorris on 12 May 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Fixed with rev 561

Original comment by chris.gossmann@googlemail.com on 28 Oct 2009 at 4:29