Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I use Lion, and the svn /usr/bin/svn is 1.6 version. As I need to use subversion 1.7, I installed svn from brew to be installed in /usr/local/bin/svn.

How can I disable the svn* files so that I can use svn from brew?

share|improve this question

1 Answer

up vote 1 down vote accepted

When I needed to upgrade from SVN 1.6 to 1.7, I installed my built version (not using Homebrew or Macports, etc.) in /usr/local/bin and renamed all the old svn executables in /usr/bin to (executablename)-1.6.7.

So now which svn gives /usr/local/bin/svn and the old /usr/bin/svn is /usr/bin/svn-1.6.17.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.