Last active
December 17, 2015 04:39
-
-
Save kartikshah/5552075 to your computer and use it in GitHub Desktop.
Point XCode to use newer SVN Client instead built-in one
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
cd /Applications/Xcode.app/Contents/Developer/usr/bin/ | |
mkdir backup-svn | |
mv svn* backup-svn | |
#change directory to where you have the latest svn version | |
ln -s /opt/local/bin/svn* ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment