Skip to content

Instantly share code, notes, and snippets.

@tunaranch
Created July 30, 2012 00:47
Show Gist options
  • Save tunaranch/3203000 to your computer and use it in GitHub Desktop.
Save tunaranch/3203000 to your computer and use it in GitHub Desktop.
Make git svn work with mountain lion without re-installing xcode
# If you have an svn install lying around, you can make git svn work without needing to reinstall xcode
$ locate SVN/Core.pm
/opt/subversion/lib/svn-perl/SVN/Core.pm
/opt/subversion_backup.03232012154503/lib/svn-perl/SVN/Core.pm
$ export PERL5LIB=/opt/subversion/lib/svn-perl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment