Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8116565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:52:31+00:00 2026-06-06T03:52:31+00:00

I have installed git and svn with homebrew on my mac running 10.7.4. There

  • 0

I have installed git and svn with homebrew on my mac running 10.7.4. There is a version of svn on my machine in /usr/bin which appears to be the version that git svn is using.

$ git --version
git version 1.7.10.4

$ svn --version
svn, version 1.7.5 (r1336830)

$ git svn --version
git-svn version 1.7.10.4 (svn 1.6.17)

$ /usr/bin/svn --version
svn, version 1.6.17 (r1128011)

So, can I change the version of svn that git-svn uses? If so, how do I go about it?

Thanks for reading.

–Updated for comment–

$ which git svn
/usr/local/bin/git
/usr/local/bin/svn

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/git/bin
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:52:33+00:00Added an answer on June 6, 2026 at 3:52 am

    I did a little digging, and it looks like git-svn uses subversion’s perl bindings. After a little experimentation, I found that installing an upgraded version of svn with perl enabled fixed the problem. On Mac OSX, this would go something like this:

    # First, I had to take ownership of the perl libs dir,
    # so homebrew could create perl modules
    chown $USER -R /Library/Perl/5.12/darwin-thread-multi-2level
    
    # Then, remove and reinstall Subversion, but add the perl option:
    brew remove svn
    brew install --perl svn
    
    # Lastly, reinstall git (this may be optional, but it may also help.)
    brew remove git
    brew install git
    

    Your problem boils down to the simple fact that your updated Subversion installation didn’t include the accompanying perl modules, so git-svn was falling back on the more complete system installation.

    For the record, symlinking /usr/bin/svn to /usr/local/bin/svn did absolutely no good. This has nothing to do with $PATH or anything else, and everything to do with perl modules.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have GIT running on a Solaris server. From a windows machine I installed
On my Mac OS X 10.5 (Leopard) machine, I have installed Git 1.6.0.2 using
I still have XP on my laptop and have installed Git so that I
I installed GitHub on mac but I don't have installed git on terminal. When
I have installed the portable git version on my flash drive, but I don't
I have installed GIT 1.7.7.1 via homebrew and had to do a sudo brew
I have installed git on the server. There are already plenty of files in
I have installed the Git EXE file for Windows at my machine. I have
I have installed GIT for Windows right now. And when I am running this
I have just installed Git For Windows , and created my SSH key using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.