How to Install Subversion on Mac OS X

Subversion, sometimes called SVN, is an open-source system that remembers every change made to your files and directories. It can be helpful if you'd like to track how your documents have changed over time or to recover an older version of...

Part 1 of 2:

Install From a Binary Package

  1. Picture 1 of How to Install Subversion on Mac OS X
    Navigate to http://subversion.apache.org/packages.html#osx. There you will find a number of binaries that you can download, each having various requirements. Pick the one most appropriate for your needs.
  2. Picture 2 of How to Install Subversion on Mac OS X
    Unzip the .pkg file. It should create a Subversion installer on your desktop. Double click that file, and follow the installation steps as directed.
  3. Picture 3 of How to Install Subversion on Mac OS X
    Open the Terminal, located in the Utilities folder. Alternately, search in Spotlight for Terminal. Enter the following at the [username]$ prompt:
    1. svn [enter]
      Picture 4 of How to Install Subversion on Mac OS X
    2. If that returns "Type 'svn help' for usage," then svn is working correctly.
      Picture 5 of How to Install Subversion on Mac OS X
    3. If /usr/local/bin is not in your path, edit your .profile and add a line like the following:
      Picture 6 of How to Install Subversion on Mac OS X
      1. export PATH=$PATH:/usr/local/bin
    4. Open another Terminal window and try again with: svn [enter]
      Picture 7 of How to Install Subversion on Mac OS X
Part 2 of 2:

Set Up Your Subversion Environment

  1. Picture 8 of How to Install Subversion on Mac OS X
    Set up an SVN server. You will need this to distribute a Subversion project.
  2. Picture 9 of How to Install Subversion on Mac OS X
    Launch Terminal, then create a directory called svnroot in your account directory, as follows: mkdir svnroot
    1. Type: svnadmin create /Users/[your username]/svnroot
      Picture 10 of How to Install Subversion on Mac OS X
    2. That creates your server!
      Picture 11 of How to Install Subversion on Mac OS X
  3. Picture 12 of How to Install Subversion on Mac OS X
    Use the svn server with Terminal. You can checkout in the terminal with this command: svn checkout file:///Users/[your username]/svnroot
    1. For remote access, enable "ssh access" (in System Preferences/Sharing) and checkout with: svn checkout svn+ssh://my.domain.com/Users/[your username]/svnroot
      Picture 13 of How to Install Subversion on Mac OS X
  4. Picture 14 of How to Install Subversion on Mac OS X
    Set up a Subversion client. For example, svnX supports all current versions of Mac OS X from 10.5 to 10.8. You can get it at http://code.google.com.
  5. Picture 15 of How to Install Subversion on Mac OS X
    After the download, start SVNx and you will see two windows named Working Copies and Repositories. Under Repositories, add the URL und Login Data from the SVN Server.
    1. Open the window; if you get an error, check the LogIn.
      Picture 16 of How to Install Subversion on Mac OS X
    2. Switch to the Terminal and type: svn import -m "your Import message" /my/local/project/path /my/remote/svn/repository This command adds all files from the local Project to the SVN Server.
      Picture 17 of How to Install Subversion on Mac OS X
    3. Add the path of your SVN repository (from the SVN server) to the list in the Working Copy window in SVNx.
      Picture 18 of How to Install Subversion on Mac OS X
  6. Picture 19 of How to Install Subversion on Mac OS X
    In SVNx open your working copy. When you're working on this Project, you will see your modifications here.
  7. Picture 20 of How to Install Subversion on Mac OS X
    Test it. Make a small modification on your working copy, then refresh the the Working Copy window.
    1. SVNx displays all files with modifications. Press the Commit button to add it to the SVN Server Repository.
  8. Picture 21 of How to Install Subversion on Mac OS X
    If you prefer to work on the Subversion repository directly from the Finder, consider using either SCPlugin or SVN Scripts for Finder.
Update 04 March 2020
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile