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

Re: [Subclipse-users] Version Error

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 31 Jul 2008 18:20:36 -0400

On Thu, Jul 31, 2008 at 5:41 PM, Brian Cort <bcort_at_oculusinfo.com> wrote:
> Hi, I am trying to share projects using Subclipse but get the following
> error message:
>
> "org.tigris.subversion.javahl.ClientException: Unsupported working copy
> format svn: This client is too old to work with working copy 'C:\......';
> please get a newer Subversion client"
>
> I checked out a large number of projects from an svn repository using
> tortoise svn and then imported them into eclipse all at once using
> File/import….
>
> I am using the latest versions of tortoise svn (1.5.1) and subclipse
> (1.2.4).

The latest version of Subclipse is 1.4.2 (which includes SVN 1.5.1)

> Are different subversion clients incompatible with each other? Is there a
> way to fix this issue?

Subversion clients are all compatible with each other, but different
Subversion versions are not compatible with each other in the local
working copy. The working copy contains sort of a "database" that
tracks what revisions you have etc. Each release of Subversion
typically makes changes/improvements that require the format of that
data to change. So client alway check the version number of the
working copy before they attempt to read it.

Install Subclipse 1.4.2 and you will be all set.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-08-01 00:20:51 CEST

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

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