eclipse 请升级您的 Subversion 客户端.... 如何?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10713038/
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
Please Upgrade Your Subversion Client.... How?
提问by Ring
I opened up my eclipse today, after previously having a perfectly working Subclipse, and it decided to spontaneously break itself.
我今天打开了我的日食,之前有一个完美的 Subclipse,它决定自发地打破自己。
svn: E155021: The path 'xxx' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy.
I tried completely uninstalling all of my subclipse packages in eclipse and then reinstalling them and it didn't fix it. Heres the installation link I used:
我尝试在 eclipse 中完全卸载我所有的 subclipse 包,然后重新安装它们,但没有解决。这是我使用的安装链接:
Subclipse 1.8.x Update Site - http://subclipse.tigris.org/update_1.8.x
Subclipse 1.8.x 更新站点 - http://subclipse.tigris.org/update_1.8.x
What am I doing wrong?
我究竟做错了什么?
采纳答案by Ring
I disconnected my project from the repo and deleted all my svn metadata, then reconnected it and it worked.
我断开了我的项目与 repo 的连接并删除了我所有的 svn 元数据,然后重新连接它并且它工作了。
回答by Yogesh Chawla
This sometimes happens to me when I copy from an existing project under version control to another project under version control. What you can try is a 'refresh/cleanup' or when you copy from one project to another, go to 'navigator' and then delete any svn metadata. This data is typically found in .svn folders.
当我从版本控制下的现有项目复制到版本控制下的另一个项目时,有时会发生这种情况。您可以尝试“刷新/清理”,或者当您从一个项目复制到另一个项目时,转到“导航器”,然后删除任何 svn 元数据。此数据通常位于 .svn 文件夹中。
回答by Badal
I come across the same issue when I was trying to connect the previously disconnected project to the existing svn path.
当我尝试将之前断开连接的项目连接到现有的 svn 路径时,我遇到了同样的问题。
I look close to it and found that, I was trying to connect the project in sub directory of svn project. Just point to actual svn path and problem solved!
我靠近它,发现,我试图连接 svn 项目子目录中的项目。只需指向实际的 svn 路径即可解决问题!