eclipse svn "The working copy needs to be upgraded"

11,616

Does this help? SVN upgrade working copy

With the command line client, you have to manually upgrade your working copy format by issuing the command svn upgrade

Or:

from eclipse, you can select on the project, right click->team->upgrade

Share:
11,616
Gary Kephart
Author by

Gary Kephart

I'm a Java software engineering lead who works with the full SDLC, from planning, requirements gathering, development and testing to production support. I'm a full stack developer, capable of creating web pages and Swing apps as well as working with JPA and databases.

Updated on June 27, 2022

Comments

  • Gary Kephart
    Gary Kephart almost 2 years

    I've just upgraded to Eclipse Luna on a laptop that I don't use much. I'm trying to get my projects in sync with my svn server (hosted), but am running into the "The working copy needs to be upgraded" message. I do not have a local svn client; I only use Subversive in Eclipse. I've upgraded all the plugins. What's next?

    Some resources were not updated.
    The working copy needs to be upgraded
    svn: The working copy at '[my directory]'
    is too old (format 10) to work with client version '1.8.10 (r1615264)' (expects format 31). You need to upgrade the working copy first.
    
  • dargmuesli
    dargmuesli about 9 years
    + from eclipse, you can select on the project, right click->team->upgrade
  • Gary Kephart
    Gary Kephart about 9 years
    Tried that, but what i see is a disabled "Upgrade Projects" menu item.
  • Gary Kephart
    Gary Kephart about 9 years
    And I've made sure that everything is upgraded as well, though I'm not sure how to tell what version of the client I'm using.
  • dargmuesli
    dargmuesli about 9 years