Possible duplicate:
SVN / Subversion 1.7 and Eclipse Subversive and JavaHL
I am using Subversion with version 1.6.5 on the server. I use Subclipse (version 1.6) in STS as a client for certain tasks, but more often I use the subversion 1.7.0 command line client.
Why 1.7 for the command line client? There is no good reason.
So, I made a branch with the command line client, and now when I try to use Subclipse for "Update to HEAD", it tells me:
org.tigris.subversion.javahl.ClientException: Unsupported working copy format
svn: The path 'C: \ code \ workspace \ my_app' seems to be part of Subversion 1.7 or higher working copy. Upgrade your Subversion client to use this working copy.
What can I do to make this project understandable for Subclipse? Assuming I donโt have the authority to update everything, is there a way to make this project acceptable to 1.6 client without losing progress?
The command line client that I use is located in Cygwin.
command-line svn version subclipse
Eric Wilson
source share