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
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.
source
share