Subversion

Check out files as executables

svn propset svn:executable on index.pl

Ignore newline style and whitespace with svn diff

I frequently work in environments where people rather use Notepad than Emacs and then freely commit their changes to the subversion repository. If you then diff your file against the one in the repository, you would get a diff for each line. Subversion can ignore newline style and whitespace diffs with this command: svn diff -x --ignore-eol-style
Syndicate content