Svn set properties for scripts

From EggeWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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>