Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Command line svn - "Version mismatch" error

When entering svn in the command line I get the response:

$ svn
svn: E200019: Version mismatch in 'svn_diff' (expecting equality): found 1.9.6, expected 1.9.4
svn: E200019: Version mismatch in 'svn_delta' (expecting equality): found 1.9.6, expected 1.9.4
svn: E200019: Version mismatch in 'svn_ra' (expecting equality): found 1.9.6, expected 1.9.4
svn: E200019: Version mismatch in 'svn_wc' (expecting equality): found 1.9.6, expected 1.9.4
svn: E200019: Version mismatch in 'svn_client' (expecting equality): found 1.9.6, expected 1.9.4
svn: E200019: Version mismatch in 'svn_subr' (expecting equality): found 1.9.6, expected 1.9.4

I have the latest version of TortoiseSVN installed and have performed a full reboot of the computer.

I'm assuming the error is to do with an older version of subversion still being installed on the computer, however I assumed this would have been removed when I installed the latest version of Tortoise.

like image 978
Chawin Avatar asked Aug 02 '17 10:08

Chawin


1 Answers

Issue was that C:\Program Files\TortoiseSVN\bin\svn.exe was still version 1.9.4.

Modified TortoiseSVN within Programs and Features and this resolved the issue.

like image 193
Chawin Avatar answered Oct 05 '22 02:10

Chawin