Skip to content

Instantly share code, notes, and snippets.

@jake-minted
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jake-minted/a51722e3724f8bcb1009 to your computer and use it in GitHub Desktop.
Save jake-minted/a51722e3724f8bcb1009 to your computer and use it in GitHub Desktop.
Yosemite Git Svn Fix
# Git-SVN is brokeds on OSXY.
# Here is step by step things to fix it.
sudo cpan SVN::Core
# Now find the executable for git-svn
locate git-svn
# This should be something like:
"/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-svn"
# Edit the git-svn executable to use your system Perl executable in the shebang
"#!/usr/bin/perl"
# Test and Profit?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment