osx - How do I properly upgrade SVN on MAC? -
i'm starting on new team on pcs using tortoisesvn
svn version 1.9.2
. i'm on mac osx (el capitan) using versionsapp. when check svn --version
in terminal 1.7.10
.
when try svn command such svn update
get
svn: e155021: client old work working copy @ '/users/dpowell/desktop/sites/site.org.new' (format 31). need newer subversion client. more details, see http://subversion.apache.org/faq.html#working-copy-format-change
i've gone site , downloaded python script don't know (i.e. don't know how use it). i've downloaded 1.9
package , tried installing svn
way.
i'm not sure path take solve issue
the python script downloaded there downgrade svn version - need upgrade svn version. recommend going homebrew route - save lots of pain in upgrading / installing osx packages in future.
follow instructions here: http://brew.sh/
(copy line terminal press enter, follow prompts)
then, when homebrew installed, update svn, brew install svn
.
Comments
Post a Comment