Installing Subversion for macOS
To install the Subversion command line client on a macOS, follow these steps:
- Download the appropriate macOS binary package for your macOS version (macOS 10.8 is the latest) from Wandisco.
- Install the file and follow the steps.
- Once installed, run the command
export PATH=/opt/subversion/bin:$PATH
to set the proper path.
After that is finished, you can open the Terminal and run svn --version
to view that Subversion is installed and updated to the most recent version.