Svn set properties for scripts

From EggeWiki
Revision as of 23:14, 15 December 2009 by Brianegge (talk | contribs) (Created page with '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 fi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>