When using subversion on the Mac: -bash: svn: command not found

You need to add the path to subversion to the bashrc file

  1. Open the Terminal Application found in /Applications/Utilities/
  2. Type cd /etc and hit enter
  3. Type sudo pico bashrc and hit enter
  4. Type your root password and hit enter.
  5. Add the following line
  6. export PATH=$PATH: /usr/local/bin
  7. 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

 

 

0 responses to “When using subversion on the Mac: -bash: svn: command not found”

Leave a Reply

Leave this field empty:

Powered by Mango Blog.