This brings up a question for me. I've heard differing recommendations on how to tell the OS which version of an application to use. Bill outlines one method. Another method involves simply changing your path to include /usr/local/bin and/or other "preferred" directories before the standard directories. For example, I have the following in my ~/.bash_profile:
export PATH="/opt/subversion/bin:/usr/local/bin:$PATH" Which method is "safest" in the face of OS updates and the like? Note: I'm using the Mac OS Subversion 1.6 binaries downloaded direct from openCollabNet as I just couldn't get the source to compile correctly as in the past (openSSL issues). The default install location is /opt/subversion/bin. Craig On Apr 1, 2009, at 6:21 PM, Bill Hernandez wrote: > This FIXED it for me... > > [2009.01.04](06:13PM) -> [roscoe] ~ $ sudo mv /usr/bin/svn /usr/bin/ > svn_144 > Password: > > [2009.01.04](06:14PM) -> [roscoe] ~ $ which svn > /opt/local/bin/svn > > [2009.01.04](06:14PM) -> [roscoe] ~ $ sudo ln -s /opt/local/bin/svn / > usr/bin/svn > > [2009.01.04](06:15PM) -> [roscoe] ~ $ > > BBEdit is very happy now, and SVN works... ----------------------------------------------------------------- Craig A. Heilman Bugaboo Software - Software Engineering & Consulting http://www.bugsoft.com/ ----------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
