I&#39;m on a shared host that uses version 1.3.2 of Subversion, and I recently compiled and installed a local copy of version 1.4.3. <br><br>Now when I try to run any svn commands, I get&nbsp; a message about mismatched RA versions. 
<br><br>$ svn help<br>svn: Mismatched RA version for &#39;dav&#39;: found 1.4.3, expected 1.3.2<br>$ svn co http://{my_repo}<br>svn: Mismatched RA version for &#39;http&#39;: found 1.4.3, expected 1.3.2<br><br><br>Some googling showed that these errors happen when there&#39;s bits of old installs leftover from an upgrade. Of course, in my case, the old version is still on the system. I get these even if I directly run the new binary (as opposed to trusting my $PATH). 
<br><br>Has anybody dealt with this before? Any words of advice on how to proceed? I&#39;m afraid I hosed SVN. :-( <br>