On Feb 18, 2005, at 16:02, Simon Gregory wrote:
I initially thought that adding the following line to /etc/bashrc would do the trick
alias svn=/usr/local/bin/svn
unfortunately it didn't work.
As others mentioned, there's the TM_SVN variable. But just for the records, by default (i.e. with the default BASH_ENV variable) TextMate will source /etc/profile. So if you want to make it work w/o changing stuff in TextMate, it is this file you should change.
And preferably you should just extend the path to /usr/local/bin. E.g. adding this line:
export PATH="$PATH:/usr/local/bin"