Skip to content

Instantly share code, notes, and snippets.

@markjaquith
Created October 17, 2013 17:37
Show Gist options
  • Save markjaquith/7029068 to your computer and use it in GitHub Desktop.
Save markjaquith/7029068 to your computer and use it in GitHub Desktop.
How to get git-svn working in OS X Mavericks with Homebrew
sudo xcodebuild -license
xcode-select --install # There will be a GUI prompt
sudo cpan SVN::Core # use the "sudo" method when prompted
# Then add this to your ~/.profile:
# export PATH=/Library/Developer/CommandLineTools/usr/bin:$PATH
# Then probably:
brew reinstall git
brew reinstall subversion
@DavyDebacker-TomTom
Copy link

Thanks Grigory works like a charm.

@skyun1314
Copy link

Thanks Grigory works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment