I have macports installed on my mac. One of the macports programs I installed must have needed svn. I have svn installed through macports. This is fine. I don’t mind having that installed. However, I’d prefer having svn refer to the one that is in /usr/bin. Now, I like have both /usr/bin and /opt/local/bin in my .profile file. I plan to keep it like that.
Can I create a symbolic link that points to /usr/bin and is called svn.
Thanks,
You already have svn in two locations:
If you create symbolic links for svn in /opt/local/bin with the same name, it will effectively remove the binaries from the macport.
or else you have to create symbolic link with different name which is not very useful.
How about having an alias that points to the one you want to use: