Does anyone know how to change the location of the svn tool used in the Xcode IDE?
I’ve installed a newer version in /opt/subversion/bin and updated my $PATH so that it works from the command line but can’t get Xcode to recognize this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As far as I know, Xcode hardcodes its Subversion paths to the
/usr/lib/prefix. You can either symlink them (as described over here) or copy them (cf. here).