It looks like your local copy of "svn" (installed in / usr / local / bin) is dependent on a library that no longer exists in / opt / local / lib (which may have disappeared upon removal and reinstalled the latest version of your client svn).
On my own machine, " svn " was installed in the " /usr/bin " /usr/bin using the Xcode command-line tools that you can download directly from Apple right here ( see the link "Search for additional developer tools?" ), Or you can install the tools command line directly from the Xcode settings (see the "Downloads" tab, the "Components" section will appear). After installing the command line tools, you can "rm" copy svn to " /usr/local/bin ".
source share