On Apr 2, 2009, at 9:43 AM, Craig Heilman wrote:

> 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?

IMO, best method is any that does not touch /bin or /usr/bin.  Changes  
to those directories (i.e. replacing files with others or links) are  
sure to eventually break after an O/S update.

I (personally) would handle it one of two ways:

        1) A mechanism in the program if supported (which it sounds like  
BBEdit does);
        2) Modifying PATH like your example

> 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...

--
Rod Buchanan
Kelly Supply / KDSI / ISCO
308 382-8764 x220

"Saying Windows 95 is equal to Macintosh is like finding a potato that  
looks like Jesus and believing you've witnessed the second coming."
-- Guy Kawasaki


--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to