[Script] subversion diff ignoring white space


Try it when you need to look differences in your code without noise due to formatting rules:
svn diff -x "-u -w" (-r revisionNumber)

and eventually :


patch -p0 -l < (file name)


----
Thanks to Marco Gulino

Nessun commento: