Here’s a couple of bash scripts I’ve written recently that might be of use to someone. They work well under Ubuntu, and should work under any GNU/Linux or Unix system with the suitable software installed. Improved “svn diff” command (ignores whitespace “Whitespace (computer science)”), colour highlights output, requires colordiff) - I put it in /usr/local/bin/svndiff:
1 2 |
|
Improved recursive grep command (greps recursively, ignores files in the .svn folders, ignores temporary files, highlights output in colour) - I put it in /usr/local/bin/grepr:
1 2 3 4 |
|
You might also be interested in my previous “whoops I deleted files without telling svn” post here.