Created
July 30, 2012 00:47
-
-
Save tunaranch/3203000 to your computer and use it in GitHub Desktop.
Make git svn work with mountain lion without re-installing xcode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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