org.apache.subversion.javahl.ClientException - client is too old
Asked Answered
F

2

12

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?

Fadil answered 8/7, 2013 at 7:51 Comment(1)
possible duplicate of SVN upgrade working copyWhorton
S
9

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.

Sauger answered 8/7, 2013 at 8:6 Comment(0)
R
1

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.

Ruthi answered 21/7, 2014 at 7:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.