When using subversion on the Mac: -bash: svn: command not found
You need to add the path to subversion to the bashrc file
- Open the Terminal Application found in /Applications/Utilities/
- Type cd /etc and hit enter
- Type sudo pico bashrc and hit enter
- Type your root password and hit enter.
- Add the following line
- export PATH=$PATH: /usr/local/bin
- Type CTRL-X and save your changes
 
Now in Termnal type SVN and hit enter, you should see "Type 'svn help' for usage.
 
You can now execute svn commands without having to type the entire path
 
 
Recent Comments