Known issues, and how to fix them

You may receive an error when trying to use svnX or the svn client in the terminal. If so, try the following:

  1. Open a new Terminal window and type the following commands:
    touch ~/.profile
    open -e ~/.profile
    
  2. This will open the hidden .profile file in TextEdit?. Add the following line to the file:
    export PATH=$PATH:/usr/local/bin
    
  3. Save and close the file, then close your Terminal window.

SVN should now be configured correctly.