Colorful diff with subversion
Colorful diffs simplifies working with subversion repository on a console to a great extent. If you want to get colorful diffs, install ColorDiff on your system and add the following line to your ~/.subversion/config under [helpers] section:
diff-cmd = /usr/bin/colordiff
Don’t forget to change path to colordiff on your system.
