[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: thomas Armstrong <tarmstrong_at_gmail.com>
Date: 2007-03-19 13:10:56 CET

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
Received on Mon Mar 19 13:11:21 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.