eclipse svn“工作副本需要升级”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29322906/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
eclipse svn "The working copy needs to be upgraded"
提问by Gary Kephart
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?
我刚刚在我不常用的笔记本电脑上升级到 Eclipse Luna。我试图让我的项目与我的 svn 服务器(托管)同步,但遇到“工作副本需要升级”消息。我没有本地 svn 客户端;我只在 Eclipse 中使用 Subversive。我已经升级了所有插件。下一步是什么?
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.
回答by dargmuesli
Does this help? SVN upgrade working copy
这有帮助吗? SVN升级工作副本
With the command line client, you have to manually upgrade your working copy format by issuing the command
svn upgrade
使用命令行客户端,您必须通过发出命令手动升级您的工作副本格式
svn upgrade
Or:
或者:
from eclipse, you can select on the project, right click->team->upgrade
从eclipse中,您可以在项目上选择,右键单击->team->upgrade
回答by Richard Howes
Using TortoiseSVN perform a "cleanup" and check the "Break Locks" option. After this happened to me twice in the last year, I figured this out. Works perfectly.
使用 TortoiseSVN 执行“清理”并检查“Break Locks”选项。在去年发生两次这样的事情后,我明白了这一点。完美运行。