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

Re: TortoiseSVN 1.8.3 doesn't work with subversion 1.8.4

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 30 Oct 2013 11:02:16 +0100

On 30.10.2013 10:00, Silvio Wehner wrote:
> After an update of your subversion server to version 1.8.4 the current version of TortoiseSVN can't operate on the new version.
>
> Whenever I try to run a command I get the following error:
>
> Version mismatch in 'svn_delta' (expecting equality): found 1.8.3, expected 1.8.4
> Version mismatch in 'svn_subr' (expecting equality): found 1.8.3, expected 1.8.4
>
> I tried to revert the subversion server back to 1.8.3, but with no success so far. So I hope that TortoiseSVN could be somehow corrected or you can point me to the error.

That error message can not be from TSVN binaries because TSVN links all
svn code into one single dll instead of multiple dlls as other svn
clients do. That error message it thrown if one or more of those
multiple dlls don't match.

So you have another svn client installed.
check your PATH env variable to find out which binaries are used and
either remove the old version or update it.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3067434
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-10-30 11:02:30 CET

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

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