Archive for October, 2009

svndiff

Just a small productivity tip today. I have this in my .alias file (or put it in your .bashrc or somewhere).
svndiff () { svn diff “$*” | colordiff | less; }
When you now run svndiff where you would normally run svn diff you get a nice diff in colors (which is pretty addictive) and it [...]