The Macports installation installs links to / opt / local / bin and / opt / local / sbin by default.
So adding:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
at the end of your .bash_profile should give you access to MacPorts svn.
I would also add that it is not that MacPorts did not do this for you when you installed it. Check the line similar to the one above in your .bash_profile. If you have such a line, try moving it to a lower position in the file.
You can also use 'which svn' in bash to determine which fake copy you are using.
source share