How to update SVN on MAC?

I am starting a new team that is all on PC using TortoiseSVNs SVN version 1.9.2. I work on Mac OSX (El Capitan) using Versionsapp. When I check svn --versionon the terminal, I get 1.7.10.

When I try to execute any svn command, for example svn update, I get

svn: E155021: This client is too old to work with the working copy at
'/Users/dpowell/Desktop/sites/site.org.new' (format 31).
You need to get a newer Subversion client. For more details, see
  http://subversion.apache.org/faq.html#working-copy-format-change

I went to the site and downloaded the python script, but I don’t know that it will do anything to help (i.e. I don’t know how to use it). I also downloaded the package 1.9and tried to install svnin this way.

I am not sure which way to solve this problem.

+4
source share
3 answers

Python script, , SVN - SVN. homebrew - / OSX .

: http://brew.sh/

( , ENTER, )

, homebrew, SVN, brew install svn.

+6
  • "svn -version", , .
  • http://www.wandisco.com/subversion/download#osx OS X . svn /opt/subversion/bin
  • $PATH, "echo $PATH". /opt/subversion/bin, , , PATH =/opt/subversion/bin: $PATH. AFTER/usr/bin, svn, ​​ OS X. /usr/bin , svn. , . PATH =/opt/subversion/bin: $PATH , /opt/subversion/bin

  • , .profile, ,. /. *

  • "svn -version". , ​​ .
+3

brew upgrade subversion

, ?? .

+1

All Articles