Entries Tagged as 'subversion'

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

 

 

Setup Subversion on the Mac

Disclaimer... I'm not a Unix Guru, by any stretch. In fact, I avoid the terminal and that's why I'm doing this post. Hopefully, I'll help get you started using subversion on your Mac. Here we go.

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds