You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by thomas Armstrong <ta...@gmail.com> on 2007/03/19 12:10:56 UTC

Trying to upgrade SVN version: Mismatched RA plugin version for 'dav':

Hi.

On Linux, I had SVN v1.3.1 and want to upgrade to 1.4.3. I made this steps:
- installed apr-0.9.13 from sources
- installed apr-util-0.9.13 from sources
- installed subversion-1.4.3 from sources, on /usr/local/svn
- changed path:
------------
mv /usr/bin/svn /usr/bin/svn_1.3
mv /usr/local/bin/svn /usr/local/bin/svn_1.3
ln -s /usr/local/svn/bin/svn /usr/bin/svn
ln -s /usr/local/svn/bin/svn /usr/local/bin/svn
---------------

But when doing 'svn --version' I get this error message:
-------
Mismatched RA plugin version for 'dav': found 1.4.3, expected 1.3.1
---------

What am I doing wrong? Thank you very much.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org