Svn set properties for scripts

From EggeWiki

Often I find scripts which have been checked in by other users and don't have the correct subversion properties for them to be checked out on unix. The following two commands fix the exec bit and the line feed.

<geshi lang="bash"> svn ps svn:executable yes *.sh svn ps svn:eol-style LF *.sh </geshi>