Oliver Watkins
Oliver Watkins

Reputation: 13539

The working copy needs to be upgraded - Eclipse/subclipse

We made a branch of our project, and I have checked it out (via tortoise).

Now, I import the projects as Maven project.

From past experiences i know that I go right-click->Team->Share in order to register the project as a SVN project. This has always worked in the past.

Now I get this horrible error message when I click on the SVN element :

enter image description here

There are a number of other SO questions related to this error, but they all appear during the commit process.

Upvotes: 0

Views: 474

Answers (1)

Kai
Kai

Reputation: 39651

You either have to upgrade your local working copy to 1.8 scheme or to install an older version of your SVN connector in eclipse.

The easiest would be if you just use eclipse to checkout from SVN then you wouldn't have any version conflicts. Do you know about the m2e-subclipse connector which lets you directly import Maven projects from SVN?

Upvotes: 1

Related Questions