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:
- Open a new Terminal window and type the following commands:
touch ~/.profile open -e ~/.profile
- This will open the hidden .profile file in TextEdit?. Add the following line to the file:
export PATH=$PATH:/usr/local/bin
- Save and close the file, then close your Terminal window.
SVN should now be configured correctly.
