Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

org.apache.subversion.javahl.ClientException - client is too old

Tags:

svn

subclipse

I get the following error message when I try to compare files in Eclipse using Subclipse:

Unsupported working copy format svn: This client is too old to work with the working copy at 'C:\XXX' (format 31). You need to get a newer Subversion client. For more details, see http://subversion.apache.org/faq.html#working-copy-format-change.

I'm using, svn (command line): 1.8.0, Subclipse: 1.8.22, Subversion JavaHL: 1.7.10.

What could be wrong?

like image 297
user2559812 Avatar asked Jul 08 '13 07:07

user2559812


2 Answers

Upgrade Subclipse plugin to the latest 1.10.x version. Subclipse 1.8.x works with SVN 1.7 and requires to be upgraded to 1.10.x in order to work with SVN 1.8 working copies.

like image 139
bahrep Avatar answered Nov 09 '22 21:11

bahrep


I faced similar issue after updating working copy from Tortoise SVN.

Issue fixed by upgrading Subclipse plugin to latest 1.10.x version. Update performed by searching in Help -> Eclipse Marketplace.

like image 31
HereToLearn Avatar answered Nov 09 '22 22:11

HereToLearn